Age | Commit message (Expand) | Author | Lines |
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/+11 |
2018-11-13 | Support C targets | Daniel Friesel | -1/+4 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -11/+11 |
2018-11-12 | wat | Daniel Friesel | -2/+11 |
2018-10-26 | Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C spec | Daniel Friesel | -2/+8 |
2018-10-25 | msp430 i2c: refactor code a bit | Daniel Friesel | -19/+14 |
2018-10-25 | msp430: Fix delay_us/delay_ms for F_CPU≠16MHz | Daniel Friesel | -2/+2 |
2018-10-24 | I2C: Add support for manual / always-on gpio pullups | Daniel Friesel | -0/+4 |
2018-10-19 | MSP430 I2C: Enable interrupts for RX mode | Daniel Friesel | -1/+7 |
2018-10-19 | msp430: Notify software if I2C driver is active | Daniel Friesel | -0/+1 |
2018-10-18 | msp430 arch.cc cleanup | Daniel Friesel | -111/+1 |
2018-10-18 | MSP430: Show calculated real timer frequency on 'info" | Daniel Friesel | -1/+49 |
2018-10-16 | MSP430: Support CPU speed variation in microsecond timer | Daniel Friesel | -5/+17 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -4/+4 |
2018-10-15 | set default for F_I2C | Daniel Friesel | -0/+4 |
2018-10-15 | MSP430 stdout: Support more CPU frequencies | Daniel Friesel | -1/+29 |
2018-10-15 | MSP430: Avoid possible race conditions when going to sleep | Daniel Friesel | -6/+4 |
2018-10-15 | MSP430: Support several CPU speeds | Daniel Friesel | -3/+24 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -9/+22 |
2018-10-12 | MSP430 I2C: Configurable I2C frequency | Daniel Friesel | -1/+1 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -0/+7 |
2018-08-27 | msp430: Add preprocessor macro for CPU speed | Daniel Friesel | -1/+7 |
2018-08-08 | MSP430: Add delay_ms | Daniel Friesel | -0/+6 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -1/+8 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -1/+1 |
2018-07-17 | MSP430: Some idle waiting | Daniel Friesel | -6/+25 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+11 |
2018-07-12 | MSP430: Call loop() from main function to avoid nested interrupts | Daniel Friesel | -3/+15 |
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-15 | msp430 i2c: clear TXIFG after sending the last byte | Daniel Friesel | -0/+1 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -2/+46 |
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 | -70/+21 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -40/+0 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+119 |
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/+72 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -2/+97 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -9/+20 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -1/+45 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -0/+34 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+230 |