new standalone drivers/system_power (split out of adc)

- system_power portion of drivers/adc split into a new standalone module (drivers/system_power)
 - additional availability flags added to system_power.msg so we know what boards even support (previously certain flags were faked if not available)
 - drivers/system_power scheduled at minimum rate by default, but now also scheduled immediately on any relevant GPIO events
 - now instead of running at 100 Hz with heavily reduced logging we can run at a minimal rate, log at full rate, and catch relevant changes immediately
This commit is contained in:
Daniel Agar
2020-08-08 14:24:58 -04:00
parent cee4016665
commit 3fff512ec0
127 changed files with 863 additions and 1017 deletions
+2 -3
View File
@@ -12,9 +12,8 @@ if bst start -X
then
fi
if board_adc start
then
fi
board_adc start
system_power start
if sdp3x_airspeed start -X
then