Age | Commit message (Expand) | Author | Lines |
2019-09-25 | bme680: Support SoftI2C | Daniel Friesel | -0/+4 |
2019-09-25 | softi2c: Add MSP430FR5994 support | Daniel Friesel | -0/+7 |
2019-09-25 | Fix MSP430FR5994 I2C driver | Daniel Friesel | -46/+46 |
2019-09-24 | bme680: Fix setMemPage | Daniel Friesel | -6/+6 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -492/+261 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+1433 |
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/+267 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+1493 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -19/+19 |
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 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -0/+11 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+5 |
2019-07-16 | more radio tests | Daniel Friesel | -9/+12 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -34/+208 |
2019-07-15 | MSP430FR*: Configurable debug and serial port | Daniel Friesel | -7/+19 |
2019-07-01 | XDR: Fix string alignment | Daniel Friesel | -4/+4 |
2019-06-28 | correctly encode and decode integers | Daniel Friesel | -59/+62 |
2019-06-28 | Switch to an OS-independent XDR implementation for protocol evaluations | Daniel Friesel | -8/+405 |
2019-06-28 | XDR: Add notes about undefined behaviour | Daniel Friesel | -0/+8 |
2019-06-26 | Add a 16-bit XDR variant | Daniel Friesel | -0/+270 |
2019-06-25 | addsetautoack | Daniel Friesel | -4/+29 |
2019-06-25 | implement powerDown function | Daniel Friesel | -0/+6 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -22/+32 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -5/+60 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -0/+104 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -12/+190 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+123 |
2019-06-05 | Use two FRAM areas to ensure atomicity | Daniel Friesel | -43/+65 |
2019-06-04 | transactiontest: MSP430FR5994, avoid inturrupt issues | Daniel Friesel | -4/+5 |
2019-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -28/+28 |
2019-05-27 | Add Sharp96 driver / display demo | Daniel Friesel | -0/+113 |
2019-05-27 | SRAM backup: documentation, config for offset+size | Daniel Friesel | -17/+46 |
2019-05-27 | Resume execution after power loss | Daniel Friesel | -19/+36 |
2019-05-27 | Add transaction object with retry/abort functions | Daniel Friesel | -35/+69 |
2019-05-24 | MSP430: save & restore entire SRAM to/from FRAM | Daniel Friesel | -2/+123 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+140 |
2019-05-24 | add test/benchmark app for MSP430 EnergyTrace time resolution | Daniel Friesel | -0/+83 |
2019-05-24 | add dysfunctional ccs811 test app | Daniel Friesel | -0/+37 |
2019-05-24 | add waittest app | Daniel Friesel | -0/+55 |
2019-05-24 | i2cbench: Do not require setOS to be set | Daniel Friesel | -6/+6 |
2019-05-24 | esp8266: Use -fm dout to accomodate odd/broken nodemcu boards | Daniel Friesel | -2/+2 |
2019-03-13 | msp430fr5996lp: aspectc++ support | Daniel Friesel | -0/+2 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -0/+4 |
2019-03-13 | msp430fr aspectc++ support | Daniel Friesel | -0/+16 |
2019-03-08 | ... | Daniel Friesel | -5/+5 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -0/+11 |
2019-03-06 | add counter test application | Daniel Friesel | -0/+62 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -2/+2 |