Age | Commit message (Expand) | Author | Lines |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -1/+68 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -95/+305 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -1/+17 |
2018-01-12 | fix typo in stdout.h include guard | Daniel Friesel | -4/+4 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+71 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -89/+270 |
2018-01-11 | Add proper GPIO support for msp430 | Daniel Friesel | -0/+82 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -68/+45 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+155 |
2017-12-19 | set required features in app Makefile | Daniel Friesel | -2/+22 |
2017-12-18 | arduino-nano: Add GPIO input/output/read/write support | Daniel Friesel | -0/+86 |
2017-12-15 | Add basic help output | Daniel Friesel | -5/+37 |
2017-12-15 | Arduino Nano: Allow ovverriding port / prog. baud rate | Daniel Friesel | -2/+4 |
2017-12-15 | Add AVR (Arduino Nano) support | Daniel Friesel | -0/+223 |
2017-12-15 | Add support for ESP8266 secondary LED | Daniel Friesel | -7/+46 |
2017-12-15 | Add missing arch.h file | Daniel Friesel | -0/+16 |
2017-12-14 | Add MSP430FR5969 ADC driver | Daniel Friesel | -0/+89 |
2017-12-14 | Uptime: Fix compilation with TIMER_S undefined | Daniel Friesel | -0/+4 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -3/+206 |
2017-12-14 | msp430fr5969lp: Add TIMER_S support | Daniel Friesel | -7/+20 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -25/+144 |
2017-12-11 | add app support | Daniel Friesel | -1/+1 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -4/+128 |
2017-12-08 | "Fix" esp8266 UART output by removing virtual functions | Daniel Friesel | -6/+236 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -3/+409 |
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 | -4/+32 |
2017-12-06 | esp8266: call main() from system_init_done callback | Daniel Friesel | -1/+6 |
2017-12-05 | Add basic ESP8266 support | Daniel Friesel | -7/+140 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+458 |