Age | Commit message (Expand) | Author | Lines |
2021-10-02 | msp430fr spi: Use 16-bit lengths | Daniel Friesel | -4/+4 |
2021-09-25 | arduino-nano stdout: add pprint (pgmspace string output) | Daniel Friesel | -0/+2 |
2021-09-23 | GPIO: Specify default LED ID | Daniel Friesel | -30/+30 |
2021-09-23 | lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings) | Daniel Friesel | -0/+2 |
2021-09-22 | lora32u4ii: User LED is PC7, not PB5 | Daniel Friesel | -6/+2 |
2021-09-19 | lora32u4ii: add spi driver | Daniel Friesel | -0/+15 |
2021-09-18 | lora32u4ii: Add ADC driver | Daniel Friesel | -1/+28 |
2021-09-18 | New architecture: lora32u4ii | Daniel Friesel | -0/+249 |
2021-09-12 | arduino-nano/adc: Add missing stdint include | Daniel Friesel | -0/+2 |
2021-03-17 | msp430fr5994: fix gpio definitions | Daniel Friesel | -8/+8 |
2021-02-18 | add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) support | Daniel Friesel | -0/+135 |
2021-02-07 | add arch atmega2560 (preliminary support) | Daniel Friesel | -0/+385 |
2021-01-30 | msp430fr5994lp timer: add setup_hz for very low frequencies | Daniel Friesel | -0/+7 |
2020-12-08 | add licensing information | Daniel Friesel | -7/+250 |
2020-10-23 | use 16bit uint for msp430fr overflow counter | Daniel Friesel | -2/+2 |
2020-09-10 | stm32f446re: implement gpio.read | Daniel Friesel | -2/+9 |
2020-09-10 | stm32f446re-nucleo gpio: Fix offsets | Daniel Friesel | -6/+6 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -0/+0 |
2020-08-31 | remove leacy arduino-nano-168 relict | Daniel Friesel | -1/+0 |
2020-08-12 | working AEMR timing benchmarks on stm32f446re | Daniel Friesel | -5/+35 |
2020-08-12 | stm32f446re: Add counter | Daniel Friesel | -0/+35 |
2020-08-12 | stm32f446re: Add uptime counter and proper loop mode with standby in between | Daniel Friesel | -0/+27 |
2020-07-26 | Add minimal STM32F446RE Nucleo support. No interrupts yet. | Daniel Friesel | -0/+82 |
2020-07-22 | add timed_resistive_load for µs-scale model generation timing benchmarks | Daniel Friesel | -0/+72 |
2020-07-17 | MSP430FR5969: Disable pull-ups when configuring pin as input w/o pull-up | Daniel Friesel | -0/+5 |
2020-05-14 | Arduino Nano GPIO: Fix typo | Daniel Friesel | -4/+4 |
2020-04-30 | MSP430FR5969 GPIO: Fix typo | Daniel Friesel | -1/+1 |
2020-04-30 | MSP430 gpio.setup: Avoid unintentional short circuits | Daniel Friesel | -14/+40 |
2020-03-25 | msp430fr5994lp-256k: aspectc support | Daniel Friesel | -0/+3 |
2020-03-18 | Arduino: Add ADC driver | Daniel Friesel | -0/+17 |
2019-12-20 | add untested Arduino Nano SPI driver | Daniel Friesel | -0/+18 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+3 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+347 |
2019-09-02 | Arduino Nano GPIO: Add pinToPort and pinToBitmask helpers | Daniel Friesel | -0/+12 |
2019-07-26 | MSP430FR5994 counter: Track overflows. | Daniel Friesel | -2/+6 |
2019-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -14/+94 |
2019-05-24 | add arduino-nano arch_types | Daniel Friesel | -0/+7 |
2019-03-22 | esp8266: add missing features to driver/counter | Daniel Friesel | -2/+3 |
2019-03-21 | counter: add include guards | Daniel Friesel | -0/+15 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -2/+2 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -3/+7 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -20/+25 |
2019-03-04 | counter: Provide typedefs fore value/overflow type | Daniel Friesel | -4/+21 |
2019-01-29 | add primitive esp8266 counter | Daniel Friesel | -0/+36 |
2019-01-29 | fix posix uptime driver | Daniel Friesel | -0/+1 |
2018-12-13 | add fake counter driver for arch=posix | Daniel Friesel | -0/+31 |
2018-12-11 | Add msp430fR5994lp-256k dummy arch | Daniel Friesel | -0/+1 |
2018-12-11 | New architecture: msp430fr5994lp (MSP430FR5994 Launchpad) | Daniel Friesel | -0/+449 |
2018-12-04 | arduino-nano: change timer to new API | Daniel Friesel | -4/+5 |
2018-12-03 | msp430 counter: Switch to new API | Daniel Friesel | -2/+3 |