summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/driver
AgeCommit message (Expand)AuthorLines
2022-01-16add DMX driver for MSP430FR5969 and MSP430FR5994 launchpadsDaniel Friesel-0/+66
2021-10-03MSP430FR SPI: _really_ support 16-bit length indicatorsDaniel Friesel-2/+2
2021-10-02msp430fr spi: Use 16-bit lengthsDaniel Friesel-2/+2
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-1/+1
2020-12-08add licensing informationDaniel Friesel-0/+45
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-1/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-4/+0
2019-03-13msp430fr5996lp: aspectc++ supportDaniel Friesel-0/+2
2019-03-08msp430fr5969 counter: Track overflowsDaniel Friesel-0/+11
2018-11-15MSP430: Add "counter" driverDaniel Friesel-0/+7
2018-11-12watDaniel Friesel-2/+11
2018-10-25msp430 i2c: refactor code a bitDaniel Friesel-19/+14
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-0/+4
2018-10-19MSP430 I2C: Enable interrupts for RX modeDaniel Friesel-1/+7
2018-10-15set default for F_I2CDaniel Friesel-0/+4
2018-10-15MSP430 stdout: Support more CPU frequenciesDaniel Friesel-1/+29
2018-10-12MSP430 I2C: Configurable I2C frequencyDaniel Friesel-1/+1
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-0/+3
2018-08-27msp430: Add preprocessor macro for CPU speedDaniel Friesel-1/+6
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-1/+1
2018-07-17MSP430: Some idle waitingDaniel Friesel-6/+23
2018-01-15msp430 i2c: clear TXIFG after sending the last byteDaniel Friesel-0/+1
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-0/+31
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-68/+19
2018-01-11use inline functions for most gpioDaniel Friesel-40/+0
2017-12-19add (untested!) MSP430 SPI driverDaniel Friesel-0/+119
2017-12-14Add MSP430FR5969 ADC driverDaniel Friesel-0/+71
2017-12-14Add I2C and LM75 driversDaniel Friesel-0/+92
2017-12-13add simple cache benchmark applicationDaniel Friesel-5/+0
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-0/+9
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+33
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+43