summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp
AgeCommit message (Expand)AuthorLines
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2020-02-12msp430 makefile: show ROM/RAM usageDaniel Friesel-0/+2
2019-12-18msp430fR5969: Add sleep_ms functionDaniel Friesel-0/+49
2019-07-16Working Nrf24 ping-pongDaniel Friesel-1/+1
2019-07-15MSP430FR*: Configurable debug and serial portDaniel Friesel-4/+10
2019-05-24MSP430: save & restore entire SRAM to/from FRAMDaniel Friesel-1/+4
2019-03-13msp430fr5996lp: aspectc++ supportDaniel Friesel-0/+2
2019-03-13msp430fr aspectc++ supportDaniel Friesel-0/+6
2019-03-08msp430fr5969 counter: Track overflowsDaniel Friesel-0/+11
2019-02-18improve cpu_freq helpDaniel Friesel-1/+2
2019-01-29update architecture-specific helpDaniel Friesel-4/+8
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-07use custom stack analyzerDaniel Friesel-3/+1
2018-12-05support static analysis of stack usageDaniel Friesel-0/+5
2018-12-04add monitor info to help outputDaniel Friesel-0/+1
2018-12-03msp430: note that LTO seems to be brokenDaniel Friesel-1/+4
2018-11-15MSP430: Add "counter" driverDaniel Friesel-0/+11
2018-11-13Support C targetsDaniel Friesel-1/+4
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-11/+11
2018-11-12watDaniel Friesel-2/+11
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-2/+8
2018-10-25msp430 i2c: refactor code a bitDaniel Friesel-19/+14
2018-10-25msp430: Fix delay_us/delay_ms for F_CPU≠16MHzDaniel Friesel-2/+2
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-19msp430: Notify software if I2C driver is activeDaniel Friesel-0/+1
2018-10-18msp430 arch.cc cleanupDaniel Friesel-111/+1
2018-10-18MSP430: Show calculated real timer frequency on 'info"Daniel Friesel-1/+49
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-15set default for F_I2CDaniel Friesel-0/+4
2018-10-15MSP430 stdout: Support more CPU frequenciesDaniel Friesel-1/+29
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-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-9/+22
2018-10-12MSP430 I2C: Configurable I2C frequencyDaniel Friesel-1/+1
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-0/+7
2018-08-27msp430: Add preprocessor macro for CPU speedDaniel Friesel-1/+7
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