summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/Makefile.inc
AgeCommit message (Expand)AuthorLines
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-12/+4
2020-08-28Expose configuration via KconfigDaniel Friesel-10/+51
2020-08-27use the same gcc version for msp430fr5969 an msp430fr5994Daniel Friesel-10/+11
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2020-02-12msp430 makefile: show ROM/RAM usageDaniel Friesel-0/+2
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-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/+4
2018-11-13Support C targetsDaniel Friesel-1/+4
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-11/+11
2018-10-19msp430: Notify software if I2C driver is activeDaniel Friesel-0/+1
2018-10-18MSP430: Show calculated real timer frequency on 'info"Daniel Friesel-1/+1
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-9/+22
2018-10-12half-baked timer implementation for MSP430 and ArduinoDaniel Friesel-0/+4
2018-08-27msp430: Add preprocessor macro for CPU speedDaniel Friesel-0/+1
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+1
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-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-0/+4
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-2/+2
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/+1
2017-12-14Add I2C and LM75 driversDaniel Friesel-2/+5
2017-12-13add simple cache benchmark applicationDaniel Friesel-1/+4
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+1
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+1
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+37