Age | Commit message (Expand) | Author | Lines |
2019-10-28 | msp430fr5994 arch.sleep_ms: fix max sleey duration documentation | Daniel Friesel | -7/+11 |
2019-10-28 | MSP430FR5994: Add .arch.sleep_ms (energy-efficient delay_ms variant) | Daniel Friesel | -0/+43 |
2019-10-26 | add preliminary ws2812b uart app | Daniel Friesel | -0/+204 |
2019-10-25 | BME280: Add DFA model | Daniel Friesel | -1/+132 |
2019-10-25 | BME280 driver: normalize API, add i2cdetect test | Daniel Friesel | -44/+98 |
2019-10-25 | BME280: Do not use 64bit code (slow and broken on 16bit MSP430) | Daniel Friesel | -1/+1 |
2019-10-25 | Add BME280 driver | Daniel Friesel | -0/+2078 |
2019-10-21 | Add basic MPU9250 driver | Daniel Friesel | -0/+169 |
2019-10-18 | outputstream: 'this->' is not needed here | Daniel Friesel | -1/+1 |
2019-10-18 | softi2c: handle SCL BUSY timeouts | Daniel Friesel | -2/+18 |
2019-10-18 | Add preliminary version of HDC1080 driver (not working reliably yet) | Daniel Friesel | -0/+91 |
2019-10-17 | blinkencat3: rotate colours clockwise | Daniel Friesel | -4/+4 |
2019-10-08 | bm680: gas setting is RUN_GAS_*, not *_GAS_MEAS | Daniel Friesel | -1/+1 |
2019-10-06 | blinkencat3: decrease default brightness | Daniel Friesel | -11/+30 |
2019-09-25 | bme680: Support SoftI2C | Daniel Friesel | -0/+4 |
2019-09-25 | softi2c: Add MSP430FR5994 support | Daniel Friesel | -0/+7 |
2019-09-25 | BME680: Add .configure helper function | Daniel Friesel | -0/+33 |
2019-09-25 | bme680.dfa: add setup calls | Daniel Friesel | -1/+7 |
2019-09-25 | Fix MSP430FR5994 I2C driver | Daniel Friesel | -46/+46 |
2019-09-25 | more BME680 tests | Daniel Friesel | -10/+26 |
2019-09-24 | add initial BME680 model | Daniel Friesel | -0/+135 |
2019-09-24 | bme680: add accessors for benchmark generation | Daniel Friesel | -0/+28 |
2019-09-24 | bme680: Fix setMemPage | Daniel Friesel | -6/+6 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -683/+649 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -3/+2218 |
2019-09-23 | printf_float: Fix output errors caused by cast to signed int | Daniel Friesel | -6/+6 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+270 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+1840 |
2019-09-02 | Arduino Nano GPIO: Add pinToPort and pinToBitmask helpers | Daniel Friesel | -0/+12 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -19/+19 |
2019-09-02 | nRF24L01+ model: Add enums for dummy driver generation | Daniel Friesel | -0/+17 |
2019-09-02 | Ignore auto-generated dummy driver files | Daniel Friesel | -0/+2 |
2019-08-30 | add dummy driver support | Daniel Friesel | -0/+5 |
2019-08-27 | MSP430FR5969 toolchain needs zlib | Daniel Friesel | -1/+1 |
2019-08-27 | Add MSP430FR5969 build tests | Daniel Friesel | -0/+14 |
2019-08-27 | Add MSP430FR5994 build tests | Daniel Friesel | -2/+25 |
2019-08-14 | nrf24l01 model: Add flushTx | Daniel Friesel | -0/+4 |
2019-08-13 | ... derp | Daniel Friesel | -1/+1 |
2019-08-13 | ogligatory GitLab CI fixes | Daniel Friesel | -0/+1 |
2019-08-13 | add minimal CI script for GitLab | Daniel Friesel | -0/+13 |
2019-07-26 | nrf24l01test: more tests | Daniel Friesel | -21/+42 |
2019-07-26 | nrf24l01 driver: Explicitly enable AutoAck on setup() | Daniel Friesel | -1/+4 |
2019-07-26 | nrf24l01 model: Add getObserveTx | Daniel Friesel | -0/+9 |
2019-07-26 | ptalog: Optionally store return values of function calls | Daniel Friesel | -4/+16 |
2019-07-26 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -2/+17 |
2019-07-26 | nrf24l01.dfa: Add retry_delay normalization | Daniel Friesel | -0/+3 |
2019-07-25 | nrf24l01: Add parameter normalization information | Daniel Friesel | -1/+23 |
2019-07-22 | ptalog: common output format | Daniel Friesel | -1/+1 |
2019-07-22 | update nrf24l01 model | Daniel Friesel | -5/+5 |
2019-07-19 | ptalog: dump trace id | Daniel Friesel | -2/+2 |