Age | Commit message (Expand) | Author | Lines |
2021-04-14 | msp430fr5994: fix uart output. wat. | Daniel Friesel | -2/+3 |
2021-04-13 | prepare for switch to config.h instead of CFLAGS defines | Daniel Friesel | -3/+3 |
2020-12-08 | add licensing information | Daniel Friesel | -0/+4 |
2020-11-30 | msp430fr5994: add gdb and gdb-server targets | Daniel Friesel | -0/+2 |
2020-09-11 | add AspectC++ to kconfig | Daniel Friesel | -1/+1 |
2020-09-10 | Makefile: Add missing ${QUIET} statements | Daniel Friesel | -2/+1 |
2020-09-07 | add machine-readable binary size output ("make attributes") | Daniel Friesel | -1/+4 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -12/+4 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -10/+51 |
2020-08-27 | use the same gcc version for msp430fr5969 an msp430fr5994 | Daniel Friesel | -10/+11 |
2020-04-29 | Makefile: Create build directory if needed | Daniel Friesel | -0/+1 |
2020-02-12 | msp430 makefile: show ROM/RAM usage | Daniel Friesel | -0/+2 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -1/+1 |
2019-07-15 | MSP430FR*: Configurable debug and serial port | Daniel Friesel | -4/+10 |
2019-05-24 | MSP430: save & restore entire SRAM to/from FRAM | Daniel Friesel | -1/+4 |
2019-02-18 | improve cpu_freq help | Daniel Friesel | -1/+2 |
2019-01-29 | update architecture-specific help | Daniel Friesel | -4/+8 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+1 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -3/+1 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -0/+5 |
2018-12-04 | add monitor info to help output | Daniel Friesel | -0/+1 |
2018-12-03 | msp430: note that LTO seems to be broken | Daniel Friesel | -1/+4 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+4 |
2018-11-13 | Support C targets | Daniel Friesel | -1/+4 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -11/+11 |
2018-10-19 | msp430: Notify software if I2C driver is active | Daniel Friesel | -0/+1 |
2018-10-18 | MSP430: Show calculated real timer frequency on 'info" | Daniel Friesel | -1/+1 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -9/+22 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -0/+4 |
2018-08-27 | msp430: Add preprocessor macro for CPU speed | Daniel Friesel | -0/+1 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -1/+1 |
2018-07-12 | Fix i2c feature syntax in arch Makefiles | Daniel Friesel | -1/+1 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -2/+4 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+4 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -0/+4 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -2/+2 |
2017-12-19 | set required features in app Makefile | Daniel Friesel | -2/+17 |
2017-12-15 | Add basic help output | Daniel Friesel | -1/+5 |
2017-12-14 | Add MSP430FR5969 ADC driver | Daniel Friesel | -0/+1 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -2/+5 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -1/+4 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -1/+1 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -0/+1 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+37 |