summaryrefslogtreecommitdiff
path: root/src/arch/esp8266/Makefile.inc
AgeCommit message (Expand)AuthorLines
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-1/+5
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-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+1
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-1/+1
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-0/+4
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-0/+4
2017-12-13add simple cache benchmark applicationDaniel Friesel-1/+4
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+1
2017-12-08Add output support (broken on esp8266)Daniel Friesel-1/+4
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-1/+1
2017-12-05Add basic ESP8266 supportDaniel Friesel-0/+46