Age | Commit message (Expand) | Author | Lines |
2020-09-07 | add machine-readable binary size output ("make attributes") | Daniel Friesel | -1/+5 |
2020-08-31 | esp8266: use qio by default | Daniel Friesel | -1/+1 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -3/+36 |
2020-04-29 | Makefile: Create build directory if needed | Daniel Friesel | -0/+1 |
2019-11-04 | esp8266: make serial port configurable | Daniel Friesel | -2/+2 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -3/+3 |
2019-05-24 | esp8266: Use -fm dout to accomodate odd/broken nodemcu boards | Daniel Friesel | -2/+2 |
2019-01-29 | update architecture-specific help | Daniel Friesel | -5/+14 |
2019-01-29 | add primitive esp8266 counter | Daniel Friesel | -0/+3 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+1 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -0/+1 |
2018-12-04 | add monitor info to help output | Daniel Friesel | -0/+1 |
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-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-14 | no-rtti no-threadsafe-statics | Daniel Friesel | -1/+1 |
2018-11-13 | Support C targets | Daniel Friesel | -3/+7 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -4/+4 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -1/+3 |
2018-09-17 | esp8266: Fix typo | Daniel Friesel | -1/+1 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -1/+1 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+4 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -1/+1 |
2018-07-12 | Extend ESP8266 GPIO | Daniel Friesel | -3/+125 |
2018-01-16 | esp8266 stdout: add printf_uint8 and printf_float | Daniel Friesel | -0/+35 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+81 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -0/+4 |
2017-12-15 | Add basic help output | Daniel Friesel | -1/+5 |
2017-12-15 | Add support for ESP8266 secondary LED | Daniel Friesel | -3/+39 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -10/+4 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -1/+13 |
2017-12-08 | "Fix" esp8266 UART output by removing virtual functions | Daniel Friesel | -0/+190 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -1/+34 |
2017-12-06 | esp8266: Disable WiFi by default | Daniel Friesel | -0/+6 |
2017-12-06 | Add support for arduino-like loop function + blinky on esp8266 | Daniel Friesel | -3/+22 |
2017-12-06 | esp8266: call main() from system_init_done callback | Daniel Friesel | -1/+6 |
2017-12-05 | Add basic ESP8266 support | Daniel Friesel | -0/+116 |