LNSC-2420-Firmware/src
Thomas Kolb 0339b521dd charge_control: add extra state to fix initial charging
Before this change, initial charging ended exactly HOLD_TIME after the
CHARGE_INITIAL state was entered. This was usually not sufficient to
reach the INITIAL_FULL voltage. Now a new state is entered once the
INITIAL_FULL voltage is reached.
2021-07-10 16:29:48 +02:00
..
calibration.h Make measurement usable 2021-06-06 12:17:38 +02:00
charge_control.c charge_control: add extra state to fix initial charging 2021-07-10 16:29:48 +02:00
charge_control.h charge_control: add extra state to fix initial charging 2021-07-10 16:29:48 +02:00
charge_pump.c Increase charge pump frequency to 500 Hz 2021-06-06 15:08:22 +02:00
charge_pump.h Added the charge pump driver 2021-06-05 15:49:29 +02:00
clock.c Moved clock setup to separate file 2021-06-11 23:55:10 +02:00
clock.h Moved clock setup to separate file 2021-06-11 23:55:10 +02:00
config.h charge_control: add extra state to fix initial charging 2021-07-10 16:29:48 +02:00
deepsleep.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
deepsleep.h First try to implement deep sleep 2021-06-12 16:02:21 +02:00
led_chplex.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
led_chplex.h Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
main.c Zero meas_data on startup for consistent behaviour 2021-07-01 21:15:13 +02:00
measurement.c Average the measurements 2021-06-18 23:37:16 +02:00
measurement.h Average the measurements 2021-06-18 23:37:16 +02:00
pinout.h Implemented RS485 driver (TX only) 2021-06-06 12:16:46 +02:00
power_switch.c Added power switch driver 2021-06-05 16:33:21 +02:00
power_switch.h Added power switch driver 2021-06-05 16:33:21 +02:00
rs485.c Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
rs485.h Properly shut down peripherals before entering deep sleep 2021-06-12 16:02:21 +02:00
system.c Initial commit 2021-06-05 00:04:36 +02:00