Age | Commit message (Expand) | Author | Lines |
2018-07-17 | i2cdetect: Do not allocate i2c_status array on stack | Daniel Friesel | -1/+2 |
2018-07-14 | arduino-nano: i2c: Use idle waiting | Daniel Friesel | -18/+21 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+27 |
2018-07-12 | MSP430: Call loop() from main function to avoid nested interrupts | Daniel Friesel | -3/+15 |
2018-07-12 | Fix i2c feature syntax in arch Makefiles | Daniel Friesel | -2/+2 |
2018-07-12 | Include hw/sw i2c based on preprocessor macros | Daniel Friesel | -0/+8 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -2/+216 |
2018-07-12 | Only include hw i2c drivers if sw i2c is not active | Daniel Friesel | -4/+14 |
2018-07-12 | Add delay_us on AVR arch | Daniel Friesel | -0/+6 |
2018-07-12 | Extend ESP8266 GPIO | Daniel Friesel | -3/+125 |
2018-01-16 | esp8266 stdout: add printf_uint8 and printf_float | Daniel Friesel | -0/+35 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+121 |
2018-01-15 | msp430 i2c: clear TXIFG after sending the last byte | Daniel Friesel | -0/+1 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -1/+44 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -95/+253 |
2018-01-12 | add optional aspectc++ support | Daniel Friesel | -0/+16 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+32 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -70/+237 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -60/+0 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+119 |
2017-12-19 | set required features in app Makefile | Daniel Friesel | -2/+20 |
2017-12-18 | arduino-nano: Add GPIO input/output/read/write support | Daniel Friesel | -0/+1 |
2017-12-15 | Add basic help output | Daniel Friesel | -4/+21 |
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/+157 |
2017-12-15 | Add support for ESP8266 secondary LED | Daniel Friesel | -6/+41 |
2017-12-14 | Add MSP430FR5969 ADC driver | Daniel Friesel | -0/+72 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -3/+163 |
2017-12-14 | msp430fr5969lp: Add TIMER_S support | Daniel Friesel | -5/+12 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -22/+113 |
2017-12-11 | add app support | Daniel Friesel | -0/+0 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -3/+76 |
2017-12-08 | "Fix" esp8266 UART output by removing virtual functions | Daniel Friesel | -0/+191 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -1/+283 |
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/+28 |
2017-12-06 | esp8266: call main() from system_init_done callback | Daniel Friesel | -1/+6 |
2017-12-05 | Add basic ESP8266 support | Daniel Friesel | -0/+116 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+398 |