wasp-os/wasp/drivers
Daniel Thompson ae5743529f wasp: Switch to scheduling from interrupt
This has two useful properties. Firstly it means the watch will be
maintained in the background, allowing the REPL to be used for
notifications and other updates. Secondly it will save a little bit
of power by reducing the work needed to handle spurious wake ups.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-06-30 23:04:01 +01:00
..
flash@8105da265b wasp: Add pure-python SPI NOR FLASH drivers 2020-02-09 19:47:02 +00:00
battery.py drivers: battery: Finalize docstrings 2020-05-14 21:32:01 +01:00
bma421.py drivers: bma421: Reduce the post-reset delay 2020-06-12 08:51:44 +01:00
cst816s.py wasp: Switch to scheduling from interrupt 2020-06-30 23:04:01 +01:00
hrs3300.py drivers: hrs3300: Add a basic HRS3300 sensor driver 2020-06-22 22:22:40 +01:00
nrf_rtc.py drivers: nrf_rtc: Finalize docstrings 2020-05-14 21:36:33 +01:00
signal.py drivers: signal: Finalize docstrings 2020-05-14 21:39:14 +01:00
st7789.py drivers: st7789: Finalize docstrings 2020-05-14 21:41:02 +01:00
vibrator.py drivers: vibrator: Finalize docstrings 2020-05-14 21:42:16 +01:00