circuitpython/supervisor/shared/external_flash
Scott Shawcroft 1a0b4193b7
Simplify the status LED to save power
This also removes the need to pin share because we don't use the
status LED while user code is running.

The status flashes fallback to the HW_STATUS LED if no RGB LED is
present. Each status has a unique blink pattern as well.

One caveat is the REPL state. In order to not pin share, we set the
RGB color once. PWM and single color will be shutoff immediately but
DotStars and NeoPixels will hold the color until the user overrides
it.

Fixes #4133
2021-05-13 14:41:20 -07:00
..
common_commands.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
device.h Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
devices.h.jinja Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
external_flash.c Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
external_flash.h Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
external_flash_root_pointers.h run code formatting script 2021-03-15 19:27:36 +05:30
qspi_flash.c run code formatting script 2021-03-15 19:27:36 +05:30
qspi_flash.h run code formatting script 2021-03-15 19:27:36 +05:30
spi_flash.c codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00