summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/arch.cc
AgeCommit message (Expand)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-1/+1
2021-12-21Remove unused TIMER_US supportDaniel Friesel-19/+0
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-11/+11
2020-12-08add licensing informationDaniel Friesel-0/+5
2020-08-28Expose configuration via KconfigDaniel Friesel-6/+0
2019-12-18msp430fR5969: Add sleep_ms functionDaniel Friesel-0/+49
2019-03-13msp430fr aspectc++ supportDaniel Friesel-0/+6
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-2/+8
2018-10-25msp430: Fix delay_us/delay_ms for F_CPU≠16MHzDaniel Friesel-2/+2
2018-10-18msp430 arch.cc cleanupDaniel Friesel-111/+1
2018-10-16MSP430: Support CPU speed variation in microsecond timerDaniel Friesel-5/+17
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-4/+4
2018-10-15MSP430: Avoid possible race conditions when going to sleepDaniel Friesel-6/+4
2018-10-15MSP430: Support several CPU speedsDaniel Friesel-3/+24
2018-08-08MSP430: Add delay_msDaniel Friesel-0/+6
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-0/+7
2018-07-17MSP430: Some idle waitingDaniel Friesel-0/+2
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-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-2/+11
2017-12-13add simple cache benchmark applicationDaniel Friesel-3/+16
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-0/+35
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+150