summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-12MSP430: Call loop() from main function to avoid nested interruptsDaniel Friesel-3/+15
2018-07-12Fix i2c feature syntax in arch MakefilesDaniel Friesel-2/+2
2018-07-12Include hw/sw i2c based on preprocessor macrosDaniel Friesel-0/+8
2018-07-12Add I2C Detect appDaniel Friesel-2/+216
2018-07-12Only include hw i2c drivers if sw i2c is not activeDaniel Friesel-4/+14
2018-07-12Add delay_us on AVR archDaniel Friesel-0/+6
2018-07-12Extend ESP8266 GPIODaniel Friesel-3/+125
2018-01-16esp8266 stdout: add printf_uint8 and printf_floatDaniel Friesel-0/+35
2018-01-15Add Software I2C implementationDaniel Friesel-0/+121
2018-01-15msp430 i2c: clear TXIFG after sending the last byteDaniel Friesel-0/+1
2018-01-12add arduino nano stdin driverDaniel Friesel-1/+44
2018-01-12add stdin for esp8266 and msp430 as well as preliminary shell appDaniel Friesel-95/+253
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+16
2018-01-12add mmsimple driverDaniel Friesel-0/+32
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-70/+237
2018-01-11use inline functions for most gpioDaniel Friesel-60/+0
2017-12-19add (untested!) MSP430 SPI driverDaniel Friesel-0/+119
2017-12-19set required features in app MakefileDaniel Friesel-2/+20
2017-12-18arduino-nano: Add GPIO input/output/read/write supportDaniel Friesel-0/+1
2017-12-15Add basic help outputDaniel Friesel-4/+21
2017-12-15Arduino Nano: Allow ovverriding port / prog. baud rateDaniel Friesel-2/+4
2017-12-15Add AVR (Arduino Nano) supportDaniel Friesel-0/+157
2017-12-15Add support for ESP8266 secondary LEDDaniel Friesel-6/+41
2017-12-14Add MSP430FR5969 ADC driverDaniel Friesel-0/+72
2017-12-14Add I2C and LM75 driversDaniel Friesel-3/+163
2017-12-14msp430fr5969lp: Add TIMER_S supportDaniel Friesel-5/+12
2017-12-13add simple cache benchmark applicationDaniel Friesel-22/+113
2017-12-11add app supportDaniel Friesel-0/+0
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-3/+76
2017-12-08"Fix" esp8266 UART output by removing virtual functionsDaniel Friesel-0/+191
2017-12-08Add output support (broken on esp8266)Daniel Friesel-1/+283
2017-12-06esp8266: Disable WiFi by defaultDaniel Friesel-0/+6
2017-12-06Add support for arduino-like loop function + blinky on esp8266Daniel Friesel-4/+28
2017-12-06esp8266: call main() from system_init_done callbackDaniel Friesel-1/+6
2017-12-05Add basic ESP8266 supportDaniel Friesel-0/+116
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+398