summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
AgeCommit message (Expand)AuthorLines
2020-09-11add AspectC++ to kconfigDaniel Friesel-1/+1
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-4/+3
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-1/+5
2020-08-31esp8266: use qio by defaultDaniel Friesel-1/+1
2020-08-28Expose configuration via KconfigDaniel Friesel-3/+36
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2019-11-04esp8266: make serial port configurableDaniel Friesel-2/+2
2019-09-02arch makefiles: consistently use $SERIAL_PORTDaniel Friesel-3/+3
2019-05-24esp8266: Use -fm dout to accomodate odd/broken nodemcu boardsDaniel Friesel-2/+2
2019-01-29update architecture-specific helpDaniel Friesel-5/+14
2019-01-29add primitive esp8266 counterDaniel Friesel-0/+3
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-05support static analysis of stack usageDaniel Friesel-0/+1
2018-12-04add monitor info to help outputDaniel Friesel-0/+1
2018-12-03esp8266: Enable proper LTO and section GCDaniel Friesel-2/+3
2018-12-03esp8266: add counter driverDaniel Friesel-3/+19
2018-11-16esp8266 stdout: partialle respect base, output unsigned char as numberDaniel Friesel-3/+15
2018-11-16esp8266: Use os_printf where applicableDaniel Friesel-15/+7
2018-11-14no-rtti no-threadsafe-staticsDaniel Friesel-1/+1
2018-11-13Support C targetsDaniel Friesel-3/+7
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-4/+4
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-1/+3
2018-09-17esp8266: Fix typoDaniel Friesel-1/+1
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+1
2018-07-12Add arch.idle() commandDaniel Friesel-0/+4
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-1/+1
2018-07-12Extend ESP8266 GPIODaniel Friesel-3/+125
2018-01-16esp8266 stdout: add printf_uint8 and printf_floatDaniel Friesel-0/+35
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-0/+81
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2017-12-15Add basic help outputDaniel Friesel-1/+5
2017-12-15Add support for ESP8266 secondary LEDDaniel Friesel-3/+39
2017-12-13add simple cache benchmark applicationDaniel Friesel-10/+4
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+13
2017-12-08"Fix" esp8266 UART output by removing virtual functionsDaniel Friesel-0/+190
2017-12-08Add output support (broken on esp8266)Daniel Friesel-1/+34
2017-12-06esp8266: Disable WiFi by defaultDaniel Friesel-0/+6
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-3/+22
2017-12-06esp8266: call main() from system_init_done callbackDaniel Friesel-1/+6
2017-12-05Add basic ESP8266 supportDaniel Friesel-0/+116