Age | Commit message (Expand) | Author | Lines |
2021-10-03 | MSP430FR SPI: _really_ support 16-bit length indicators | Daniel Friesel | -2/+2 |
2021-10-02 | msp430fr spi: Use 16-bit lengths | Daniel Friesel | -2/+2 |
2021-05-28 | softi2c driver: move to kconfig-first approach | Daniel Friesel | -1/+1 |
2020-12-08 | add licensing information | Daniel Friesel | -0/+45 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -1/+1 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -4/+0 |
2019-03-13 | msp430fr5996lp: aspectc++ support | Daniel Friesel | -0/+2 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -0/+11 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+7 |
2018-11-12 | wat | Daniel Friesel | -2/+11 |
2018-10-25 | msp430 i2c: refactor code a bit | Daniel Friesel | -19/+14 |
2018-10-24 | I2C: Add support for manual / always-on gpio pullups | Daniel Friesel | -0/+4 |
2018-10-19 | MSP430 I2C: Enable interrupts for RX mode | Daniel Friesel | -1/+7 |
2018-10-15 | set default for F_I2C | Daniel Friesel | -0/+4 |
2018-10-15 | MSP430 stdout: Support more CPU frequencies | Daniel Friesel | -1/+29 |
2018-10-12 | MSP430 I2C: Configurable I2C frequency | Daniel Friesel | -1/+1 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -0/+3 |
2018-08-27 | msp430: Add preprocessor macro for CPU speed | Daniel Friesel | -1/+6 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -1/+1 |
2018-07-17 | MSP430: Some idle waiting | Daniel Friesel | -6/+23 |
2018-01-15 | msp430 i2c: clear TXIFG after sending the last byte | Daniel Friesel | -0/+1 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+31 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -68/+19 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -40/+0 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+119 |
2017-12-14 | Add MSP430FR5969 ADC driver | Daniel Friesel | -0/+71 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -0/+92 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -5/+0 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -0/+9 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -0/+33 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+43 |