Michael Buesch 7615b314b0 Optimize HSL calculation for code size 3 years ago
..
tests 7615b314b0 Optimize HSL calculation for code size 3 years ago
.gitignore ed1c645c85 Add bootloader support 3 years ago
Makefile ed1c645c85 Add bootloader support 3 years ago
adc.c d4adc0279b Fix watchdog handling, if deep sleep is disabled 3 years ago
adc.h fcbe196eaf adc: Don't suppress sleep, if analog inputs are disabled 4 years ago
arithmetic.h b20fb06e06 arithmetic: Fix contraints 4 years ago
avrmakelib.mk 09a5410bf9 avrmakelib: Add sed 4 years ago
battery.c 6edcf0ade1 battery: Add functions to get voltage 4 years ago
battery.h 7c6089c091 Rewrite build configuration mechanism 3 years ago
bootloader.c 62ed54282a uart: Enable odd parity 3 years ago
color.c 7615b314b0 Optimize HSL calculation for code size 3 years ago
color.h 7615b314b0 Optimize HSL calculation for code size 3 years ago
compat.h 991fd18107 Add eeprom support 4 years ago
crc.c ed1c645c85 Add bootloader support 3 years ago
crc.h ed1c645c85 Add bootloader support 3 years ago
curve.c 8412543b1c Add debugging output support 4 years ago
curve.h 8d1bc9ab90 Move curve to separate c file 4 years ago
curve_data_adc2sp.h fed9738102 Add HSL support 4 years ago
curve_data_sp2batdrop.h eb6f762972 battery: Correct the measured battery voltage ... 4 years ago
debug.c 26c4112e8c uart: Add support for dual channel. 4 years ago
debug.h 8412543b1c Add debugging output support 4 years ago
eeprom.c ae81ab54f5 Decouple watchdog IRQ handling from deep sleep 3 years ago
eeprom.h 6c8c77dbea Add PWM lower range setpoint correction 3 years ago
filter.c 997fbf67b5 filter: Add function to preset filter value 4 years ago
filter.h 997fbf67b5 filter: Add function to preset filter value 4 years ago
flash-usb.sh 546fd4ee00 Add convenience script for flashing 3 years ago
main.c 12e996531f Add support for m88 3 years ago
main.h 12e996531f Add support for m88 3 years ago
movingavg.c 8412543b1c Add debugging output support 4 years ago
movingavg.h 3ca84b6aa1 battery: Add moving average 4 years ago
outputsp.c 633a4482c8 outsp: Split HSL handling 4 years ago
outputsp.h 633a4482c8 outsp: Split HSL handling 4 years ago
pcint.c bb7e433d9f pcint: Only clear IRQ on first enable 4 years ago
pcint.h bb7e433d9f pcint: Only clear IRQ on first enable 4 years ago
potentiometer.c 7c6089c091 Rewrite build configuration mechanism 3 years ago
potentiometer.h 548b876e6c Move potentiometer power control 4 years ago
pwm.c 6c8c77dbea Add PWM lower range setpoint correction 3 years ago
pwm.h fed9738102 Add HSL support 4 years ago
pwm_conf.py 6c8c77dbea Add PWM lower range setpoint correction 3 years ago
pwm_isr_template.c 6c8c77dbea Add PWM lower range setpoint correction 3 years ago
remote.c 4fb900228d uart: Propagate rx error to application layer 3 years ago
remote.h 7c6089c091 Rewrite build configuration mechanism 3 years ago
ring.c 15f44d5be3 Add generic ring buffer helpers 4 years ago
ring.h 15f44d5be3 Add generic ring buffer helpers 4 years ago
sparse.h 7d04f5a96d Fix sparse warning 4 years ago
standby.c 58e2fc0632 standby: Split wakeup and watchdog handling 4 years ago
standby.h 2d72b92d4d uart: Add small standby suppress time to RX wakeup path 4 years ago
uart.c 4fb900228d uart: Propagate rx error to application layer 3 years ago
uart.h 4fb900228d uart: Propagate rx error to application layer 3 years ago
util.h f19a0ab5bc util: Add debugging toggle helper 3 years ago
watchdog.c ae81ab54f5 Decouple watchdog IRQ handling from deep sleep 3 years ago
watchdog.h ae81ab54f5 Decouple watchdog IRQ handling from deep sleep 3 years ago