Commit Graph

17 Commits

Author SHA1 Message Date
4166396f75 Add detailed memory usage output to Makefile 2022-06-21 20:57:56 +02:00
d7ce66b1d8 Prepare DMX development 2022-06-21 20:33:23 +02:00
3fc6e81569 Fix bug in clock setup. HSE was accidentally stopped instead of HSI. This didn't have any bad effects though 2022-06-21 20:25:06 +02:00
1cc3a85471 Update gitignores 2022-06-21 20:00:54 +02:00
f4cf90ca65 Fix wrong aligments in Linkerscript 2021-05-24 12:53:09 +02:00
994899038c Firmware: Change LED display modes
* Remove SK6812 White mode. Discrete LEDs are just fine
* Move discrete White mode at the beginning of the list
2021-05-13 16:12:43 +02:00
c3074bcb6a Refactor code 2021-05-13 16:12:27 +02:00
677bf2c9b5 Increase PWM Frequency to ~17 kHz to prevent annoying sound 2021-05-10 19:23:43 +02:00
93d15fc549 Add overtemperature shutdown 2021-05-10 18:44:56 +02:00
d9769e7b34 adaptions for HW V2.1
added PWM output for new discrete white LEDs
added 2 new SK6812 LEDs
added a default start mode
2021-05-09 14:30:39 +02:00
b9a01bcad9 Fix bug 2021-05-09 11:14:14 +02:00
e8606bcea8 Add ADC code to measure temperature. Supervisor not yet implemented 2021-04-03 22:48:53 +02:00
953abcc75c added crazy colorful mode 2021-03-20 19:49:57 +01:00
61783e77c5 enabled external clock + implemented some weird operating modes using the rotary encoder 2021-03-20 16:26:56 +01:00
f31160964b Implement changing color test for SK6812 2021-03-12 22:32:59 +01:00
f2183c5dac First test code for SK6812 LEDs 2021-03-12 22:28:00 +01:00
dbc25dcead Add STM32F030 code template 2021-03-12 18:53:53 +01:00