summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp
AgeCommit message (Expand)AuthorLines
2018-08-08MSP430: Add delay_msDaniel Friesel-0/+6
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-1/+8
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+1
2018-07-17MSP430: Some idle waitingDaniel Friesel-6/+25
2018-07-12Add arch.idle() commandDaniel Friesel-0/+11
2018-07-12MSP430: Call loop() from main function to avoid nested interruptsDaniel Friesel-3/+15
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-1/+1
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-2/+4
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-2/+46
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-70/+21
2018-01-11use inline functions for most gpioDaniel Friesel-40/+0
2017-12-19add (untested!) MSP430 SPI driverDaniel Friesel-0/+119
2017-12-19set required features in app MakefileDaniel Friesel-2/+17
2017-12-15Add basic help outputDaniel Friesel-1/+5
2017-12-14Add MSP430FR5969 ADC driverDaniel Friesel-0/+72
2017-12-14Add I2C and LM75 driversDaniel Friesel-2/+97
2017-12-13add simple cache benchmark applicationDaniel Friesel-9/+20
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+45
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+34
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+230