summaryrefslogtreecommitdiff
path: root/src/arch/esp8266/driver
AgeCommit message (Expand)AuthorLines
2020-12-08add licensing informationDaniel Friesel-7/+25
2019-01-29add primitive esp8266 counterDaniel Friesel-0/+3
2018-12-03esp8266: add counter driverDaniel Friesel-2/+14
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-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/+77
2017-12-15Add support for ESP8266 secondary LEDDaniel Friesel-3/+35
2017-12-13add simple cache benchmark applicationDaniel Friesel-9/+0
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-0/+12
2017-12-08"Fix" esp8266 UART output by removing virtual functionsDaniel Friesel-0/+190
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+25
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-1/+1
2017-12-05Add basic ESP8266 supportDaniel Friesel-0/+40