Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-02-21 | stm32f7: slightly un-break delay_us and delay_ms | Birte Kristina Friesel | -5/+7 | |
2024-02-21 | make stm32f7 usable with dfatool counter benchmarks | Birte Kristina Friesel | -0/+3 | |
2024-02-16 | stm32f746zg: gpio: Add ports D through H | Birte Kristina Friesel | -4/+65 | |
2024-02-16 | rm46l8lp: overflow is 2^32, not 2^32-1 | Birte Kristina Friesel | -1/+1 | |
2024-02-16 | rm46l8lp gpio: implement output, read, write. TODO: input | Birte Kristina Friesel | -11/+40 | |
2024-02-15 | stm32f7: Working counter | Birte Kristina Friesel | -6/+6 | |
2024-02-15 | rm46l8lp: Add 'cat' target | Birte Kristina Friesel | -0/+3 | |
2024-02-15 | cat.py: it's counter freq, not cpu freq | Birte Kristina Friesel | -5/+5 | |
2024-02-12 | README: Add I²C on STM32F7 | Birte Kristina Friesel | -1/+2 | |
2024-02-12 | stm32f7: Add I²C driver. With fast mode! | Birte Kristina Friesel | -3/+76 | |
2024-02-12 | Add Bad Apple on STM32F4 (WiP; timer is still missing) | Birte Kristina Friesel | -0/+1634 | |
2024-02-11 | stm32f446re: Add I²C driver | Birte Kristina Friesel | -2/+80 | |
2024-02-11 | ssd1306test: initialize gpios (required for softi2c) | Birte Kristina Friesel | -0/+4 | |
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 | Add Bad Apple on ATMega2560 (not working very well) | Birte Kristina Friesel | -0/+1016 | |
Looks like these devices can only use the lower 64 kB as PROGMEM, so the whole exercise is kinda pointless. Also inflate() is slow af. | ||||
2024-02-11 | fix atmega2560 timer | Birte Kristina Friesel | -7/+4 | |
2024-02-11 | bad-apple on msp430fr / sharp96: more consistent main loop | Birte Kristina Friesel | -11/+12 | |
2024-02-10 | bad-apple-msp430fr-ssd1306-128x64: there is no setup_hz_low | Birte Kristina Friesel | -1/+1 | |
2024-02-10 | bad-apple-msp430fr-ssd1306-128x64: Specify dependencies | Birte Kristina Friesel | -2/+7 | |
2024-02-10 | msp430fr sharp96 bad apple depends on a timer | Birte Kristina Friesel | -0/+1 | |
2024-02-10 | bad-apple-msp430fr-ssd1306: add frames.cc | Birte Kristina Friesel | -0/+703 | |
2024-02-10 | msp430fr5994: It's FRAM/SRAM, not ROM/RAM | Birte Kristina Friesel | -1/+1 | |
2024-02-10 | msp430fr5994: correctly specify FRAM usage when flashing in 20bit mode | Birte Kristina Friesel | -1/+5 | |
2024-02-10 | ssd1306test depends on framebuffer | Birte Kristina Friesel | -0/+1 | |
2024-02-10 | rename ssd1306-bad-apple to bad-apple-msp430fr-ssd1306-128x64 | Birte Kristina Friesel | -0/+0 | |
2024-02-10 | bad apple: improve prompt | Birte Kristina Friesel | -1/+1 | |
2024-02-10 | bad apple: more fine-grained dependencies in Kconfig | Birte Kristina Friesel | -2/+7 | |
2024-02-10 | rename sharp96-bad-apple to bad-apple-msp430fr-sharp96 | Birte Kristina Friesel | -0/+0 | |
2024-02-10 | ssd1306test app requires vertical addressing mode | Birte Kristina Friesel | -1/+3 | |
2024-02-10 | ssd1306.h: Fix initialization for 32px high vertical addressing mode | Birte Kristina Friesel | -1/+1 | |
2024-02-08 | consistent headings might help as well | Birte Kristina Friesel | -1/+1 | |
2024-02-08 | derp2 | Birte Kristina Friesel | -1/+1 | |
2024-02-08 | derp | Birte Kristina Friesel | -1/+1 | |
2024-02-08 | README: Add LM4F120H5QR | Birte Kristina Friesel | -0/+7 | |
2024-02-08 | README: It's "target" rather than "arch"; add overview table | Birte Kristina Friesel | -17/+37 | |
2024-02-08 | Yeah, Makefiles are hard | Birte Kristina Friesel | -4/+1 | |
2024-02-08 | ... | Birte Kristina Friesel | -1/+1 | |
2024-02-08 | makefile dependencies are hard | Birte Kristina Friesel | -0/+2 | |
2024-02-08 | GitLab CI: Fetch submodules | Birte Kristina Friesel | -0/+3 | |
2024-02-08 | README: Add RM46L8 Launchpad | Birte Kristina Friesel | -0/+6 | |
2024-02-08 | README: Document NUCLEO boards | Birte Kristina Friesel | -0/+14 | |
2024-02-08 | Add preliminary STM32F746ZG-Nucleo support | Birte Kristina Friesel | -0/+587 | |
2024-02-08 | switch to upstream libopencm3 (it actually supports Python3 by now!) | Birte Kristina Friesel | -2/+2 | |
2024-02-08 | stm32f4: switch to non-deprecated stlink.cfg | Birte Kristina Friesel | -1/+1 | |
2024-01-28 | README: sort peripherals by type (sensor/actuator/extension) | Birte Kristina Friesel | -19/+31 | |
2024-01-28 | MSP430FR5994: Kconfig: Specify I²C pins | Birte Kristina Friesel | -1/+4 | |
2024-01-27 | Add Kconfig entry for TSL2591 | Birte Kristina Friesel | -0/+4 | |
2024-01-27 | fr5994 USB UART is eUSCI_A0 | Birte Kristina Friesel | -1/+1 | |