Age | Commit message (Expand) | Author | Lines |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -1/+1 |
2019-07-15 | MSP430FR*: Configurable debug and serial port | Daniel Friesel | -7/+19 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -1/+1 |
2019-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -28/+28 |
2019-05-24 | MSP430: save & restore entire SRAM to/from FRAM | Daniel Friesel | -2/+8 |
2019-05-24 | esp8266: Use -fm dout to accomodate odd/broken nodemcu boards | Daniel Friesel | -2/+2 |
2019-03-13 | msp430fr5996lp: aspectc++ support | Daniel Friesel | -0/+2 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -0/+4 |
2019-03-13 | msp430fr aspectc++ support | Daniel Friesel | -0/+12 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -0/+11 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -2/+2 |
2019-02-18 | improve cpu_freq help | Daniel Friesel | -2/+4 |
2019-01-31 | add simple compile and option-combination tests for posix arch | Daniel Friesel | -1/+1 |
2019-01-31 | posix: add missing delay_us and delay_ms functions | Daniel Friesel | -0/+17 |
2019-01-29 | update architecture-specific help | Daniel Friesel | -14/+31 |
2019-01-29 | add primitive esp8266 counter | Daniel Friesel | -0/+3 |
2019-01-29 | posix: document gpio_trace switch | Daniel Friesel | -1/+1 |
2018-12-13 | add fake counter driver for arch=posix | Daniel Friesel | -0/+3 |
2018-12-13 | mpmalloc | Daniel Friesel | -1/+1 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+7 |
2018-12-11 | Add msp430fR5994lp-256k dummy arch | Daniel Friesel | -0/+8 |
2018-12-11 | msp430fr5994: Add optional -mlarge for >48kB code size | Daniel Friesel | -0/+4 |
2018-12-11 | derp | Daniel Friesel | -5/+0 |
2018-12-11 | New architecture: msp430fr5994lp (MSP430FR5994 Launchpad) | Daniel Friesel | -0/+800 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -10/+6 |
2018-12-05 | arduino-nano: make delay functions inline | Daniel Friesel | -2/+2 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -2/+25 |
2018-12-04 | add monitor info to help output | Daniel Friesel | -0/+10 |
2018-12-04 | arduino-nano: change timer to new API | Daniel Friesel | -0/+4 |
2018-12-03 | msp430: note that LTO seems to be broken | Daniel Friesel | -1/+4 |
2018-12-03 | esp8266: Enable proper LTO and section GC | Daniel Friesel | -2/+3 |
2018-12-03 | esp8266: add counter driver | Daniel Friesel | -3/+19 |
2018-11-30 | arduino: check program size is below 100% before flashing | Daniel Friesel | -0/+2 |
2018-11-30 | posix: quiet build | Daniel Friesel | -3/+3 |
2018-11-16 | esp8266 stdout: partialle respect base, output unsigned char as number | Daniel Friesel | -3/+15 |
2018-11-16 | esp8266: Use os_printf where applicable | Daniel Friesel | -15/+7 |
2018-11-15 | MSP430: Add "counter" driver | Daniel Friesel | -0/+11 |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+18 |
2018-11-15 | restore arduino-nano Makefile | Daniel Friesel | -4/+23 |
2018-11-14 | no-rtti no-threadsafe-statics | Daniel Friesel | -1/+1 |
2018-11-13 | Support C targets | Daniel Friesel | -10/+29 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -40/+40 |
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-23 | POSIX: Improve GPIO emulation | Daniel Friesel | -28/+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 |