wasp-os/wasp/drivers
Daniel Thompson f221e2f8a4 rtc: Undo the once-per-second wake up
So... waking up once per second turns out to be a dumb idea because it
regresses the stop watch and HRS tools (which now also only wake up once
per second).

Undo this change but sprinkle a few more micropython.native decorations
on methods used on the wakeup path to minimise power.

Fixes: fb18705b9b ("manager/rtc: Experimental power saving technique")
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-06-19 08:22:20 +01:00
..
flash@79fc418f18 drivers: flash: Automatic wake/sleep to minimise idle current 2020-10-10 11:45:25 +01:00
battery.py rtc: Undo the once-per-second wake up 2021-06-19 08:22:20 +01:00
bma421.py drivers: bma421: Switch over to reset_step_counter() 2020-12-31 09:31:47 +00:00
cst816s.py drivers: cst816s: Clear the event buffer during a wake up 2020-09-21 20:12:38 +01:00
hrs3300.py hrs3300: Defer initialization until the HRS is used 2020-11-11 22:07:21 +00:00
nrf_rtc.py rtc: Undo the once-per-second wake up 2021-06-19 08:22:20 +01:00
signal.py drivers: signal: Finalize docstrings 2020-05-14 21:39:14 +01:00
st7789.py st7789: Fix incorrect variable name in ST7789_SPIs. __init__ docstring. 2021-02-20 08:46:59 +00:00
touch.py rtc: Undo the once-per-second wake up 2021-06-19 08:22:20 +01:00
vibrator.py drivers: vibrator: Finalize docstrings 2020-05-14 21:42:16 +01:00