Age | Commit message (Expand) | Author | Lines |
2024-02-16 | stm32f746zg: gpio: Add ports D through H | Birte Kristina Friesel | -4/+65 |
2024-02-16 | rm46l8lp gpio: implement output, read, write. TODO: input | Birte Kristina Friesel | -11/+40 |
2024-02-12 | stm32f7: Add I²C driver. With fast mode! | Birte Kristina Friesel | -0/+23 |
2024-02-11 | stm32f446re: Add I²C driver | Birte Kristina Friesel | -0/+23 |
2024-02-11 | msp430fr5994lp: stdin: increase buffer size from 16 to 32 Byte | Birte Kristina Friesel | -1/+1 |
2024-02-11 | msp430fr5994lp: I think past-derf wanted to work around an erratum | Birte Kristina Friesel | -1/+3 |
2024-02-11 | msp430fr5994lp: correctly document clock rates | Birte Kristina Friesel | -2/+2 |
2024-02-11 | fix atmega2560 timer | Birte Kristina Friesel | -7/+4 |
2024-02-10 | ssd1306.h: Fix initialization for 32px high vertical addressing mode | Birte Kristina Friesel | -1/+1 |
2024-02-08 | Add preliminary STM32F746ZG-Nucleo support | Birte Kristina Friesel | -0/+230 |
2024-01-27 | MSP430FR5994: support DMX on eUSCI_A1 and eUSCI_A2 as well | Birte Kristina Friesel | -5/+48 |
2024-01-27 | msp430fr5969: add UART input on eUSCI_A1 | Birte Kristina Friesel | -0/+31 |
2024-01-27 | msp430fr5969 stdin: increase buffer size; move initialization to stdin | Birte Kristina Friesel | -6/+7 |
2024-01-27 | MSP430FR5969: Add driver for UART output on eUSCI_A1 (stdout1) | Birte Kristina Friesel | -0/+24 |
2024-01-26 | atmega2560: provide one DMX driver per extra UART | Birte Kristina Friesel | -4/+46 |
2024-01-26 | ATMega2560: Add stdin and stdout on UART1, UART2, UART3 | Birte Kristina Friesel | -0/+162 |
2024-01-15 | MAX444006: Implement setAmbientConfig | Birte Kristina Friesel | -1/+2 |
2024-01-14 | MAX44006 driver: PWRON bit is 0x04, not 0x02 | Birte Kristina Friesel | -1/+1 |
2023-07-03 | update copyright | Birte Kristina Friesel | -111/+111 |
2023-04-27 | ads111x class: declare constants as static | Daniel Friesel | -3/+3 |
2023-04-27 | ads111x: fix typo | Daniel Friesel | -1/+1 |
2023-03-12 | inflate: make inputs const | Derf Null | -2/+2 |
2023-01-01 | ads111x: add readRaw function | Daniel Friesel | -0/+3 |
2023-01-01 | Add driver for ADS111x 16-Bit ADC | Daniel Friesel | -0/+88 |
2022-08-09 | posix counter: switch to clock_monotonic | Daniel Friesel | -5/+5 |
2022-07-21 | tc1796 is a proper arch now | Daniel Friesel | -0/+0 |
2022-07-21 | tc1796: it's working! | Daniel Friesel | -1/+11 |
2022-07-18 | tc1796 mock: prepare for actual operation (LEDs are working!) | Daniel Friesel | -0/+6 |
2022-07-18 | Add Hercules RM46L8 Launchpad support (Cortex R4F) | Daniel Friesel | -0/+27030 |
2022-06-28 | add TC299 mock arch | Daniel Friesel | -0/+134 |
2022-06-28 | tc1796/tc397 are not properly implemented → rename to -mock | Daniel Friesel | -0/+0 |
2022-06-28 | add TC1796 and TC397 mock architectures | Daniel Friesel | -0/+268 |
2022-05-26 | sen5x: verify crc when reading data | Daniel Friesel | -0/+3 |
2022-05-20 | sen5x: add cleanfan and readstatus commands | Daniel Friesel | -0/+12 |
2022-05-15 | add driver stub for Sensirion SEN5x PM sensor | Daniel Friesel | -0/+81 |
2022-05-15 | scd4x.read(): indicate whether read was successful | Daniel Friesel | -1/+1 |
2022-01-26 | atmega2560: add stdin driver | Daniel Friesel | -0/+30 |
2022-01-26 | arduino-nano stdin: incerement ring buffer pointer in a less obscure fashion | Daniel Friesel | -2/+2 |
2022-01-26 | arduino nano: fix timer; note that it's limited to ≥ 62 Hz | Daniel Friesel | -4/+9 |
2022-01-26 | atmega2650 timer: actually use CTC mode | Daniel Friesel | -3/+5 |
2022-01-26 | atmega2560: add dmx driver on UART3 | Daniel Friesel | -0/+21 |
2022-01-26 | atmega2650 timer: Use 16-bit Timer 4, fix setup_hz / setup_khz | Daniel Friesel | -13/+13 |
2022-01-26 | atmega2560: add missing gpios. herp derp. | Daniel Friesel | -0/+35 |
2022-01-16 | msp430fr timer: automatically set TA0CCR for low Hz values | Daniel Friesel | -12/+19 |
2022-01-16 | msp430fr: use 16-byte uart input buffer | Daniel Friesel | -6/+10 |
2022-01-16 | add DMX driver for MSP430FR5969 and MSP430FR5994 launchpads | Daniel Friesel | -0/+40 |
2022-01-03 | add preliminary arduino nano dmx driver | Daniel Friesel | -0/+20 |
2021-12-31 | atmega2560: add i2c driver (identical with atmega328 version) | Daniel Friesel | -0/+1 |
2021-12-31 | am2320: documentation | Daniel Friesel | -0/+30 |
2021-12-27 | max44006: remove unused red, green, blue, clear, ir class variables | Daniel Friesel | -3/+1 |