index
:
multipass
'🏳️⚧️'
main
merge-prep/lennart
protocol-modeling
protocol-modeling-netsys
state-duration-timers
HAL / Library OS for a bunch of embedded platforms
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Lines
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
2024-01-27
README: consistency
Birte Kristina Friesel
-9
/
+12
2024-01-27
MSP430FR5994: support DMX on eUSCI_A1 and eUSCI_A2 as well
Birte Kristina Friesel
-22
/
+207
2024-01-27
msp430fr5969: sleep: restore interrupt state
Birte Kristina Friesel
-1
/
+11
2024-01-27
msp430fr5994: run with interrupts enabled
Birte Kristina Friesel
-21
/
+19
2024-01-27
README: Update FR5969; split up FR5994
Birte Kristina Friesel
-5
/
+14
2024-01-27
MSP430FR5969: Run with interrupts enabled all the time
Birte Kristina Friesel
-2
/
+0
2024-01-27
msp430fr5969: add UART input on eUSCI_A1
Birte Kristina Friesel
-0
/
+82
2024-01-27
msp430fr5969 stdin: increase buffer size; move initialization to stdin
Birte Kristina Friesel
-24
/
+25
2024-01-27
MSP430FR5969: Add driver for UART output on eUSCI_A1 (stdout1)
Birte Kristina Friesel
-3
/
+103
2024-01-27
README: Add Mega2560
Birte Kristina Friesel
-5
/
+21
2024-01-27
mega2560: ensure that DMX and stdout are never configured for the same UART
Birte Kristina Friesel
-0
/
+3
2024-01-26
uart-to-dmx: support DMX1 through 3
Birte Kristina Friesel
-1
/
+13
[next]