Age | Commit message (Expand) | Author | Lines |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -0/+41 |
2018-07-17 | Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy | Daniel Friesel | -0/+0 |
2018-07-12 | Add arch.idle() command | Daniel Friesel | -0/+1 |
2018-07-12 | Fix MSP430FR5969LP GPIO warning | Daniel Friesel | -0/+1 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -0/+19 |
2018-07-12 | Add delay_us on AVR arch | Daniel Friesel | -0/+1 |
2018-07-12 | Extend ESP8266 GPIO | Daniel Friesel | -0/+12 |
2018-01-16 | esp8266 stdout: add printf_uint8 and printf_float | Daniel Friesel | -0/+2 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+26 |
2018-01-12 | add arduino nano stdin driver | Daniel Friesel | -0/+24 |
2018-01-12 | add stdin for esp8266 and msp430 as well as preliminary shell app | Daniel Friesel | -0/+48 |
2018-01-12 | fix typo in stdout.h include guard | Daniel Friesel | -4/+4 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+34 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -19/+25 |
2018-01-11 | Add proper GPIO support for msp430 | Daniel Friesel | -0/+82 |
2018-01-11 | use inline functions for most gpio | Daniel Friesel | -8/+45 |
2017-12-19 | add (untested!) MSP430 SPI driver | Daniel Friesel | -0/+36 |
2017-12-18 | arduino-nano: Add GPIO input/output/read/write support | Daniel Friesel | -0/+85 |
2017-12-15 | Add AVR (Arduino Nano) support | Daniel Friesel | -0/+66 |
2017-12-15 | Add missing arch.h file | Daniel Friesel | -0/+16 |
2017-12-14 | Add MSP430FR5969 ADC driver | Daniel Friesel | -0/+17 |
2017-12-14 | Uptime: Fix compilation with TIMER_S undefined | Daniel Friesel | -0/+4 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -0/+42 |
2017-12-14 | msp430fr5969lp: Add TIMER_S support | Daniel Friesel | -2/+8 |
2017-12-13 | add simple cache benchmark application | Daniel Friesel | -3/+19 |
2017-12-11 | Add basic uptime getter, improve loop support | Daniel Friesel | -0/+51 |
2017-12-08 | "Fix" esp8266 UART output by removing virtual functions | Daniel Friesel | -6/+45 |
2017-12-08 | Add output support (broken on esp8266) | Daniel Friesel | -0/+124 |
2017-12-05 | Add basic ESP8266 support | Daniel Friesel | -0/+23 |
2017-12-04 | Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIX | Daniel Friesel | -0/+37 |