circuitpython/ports
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
..
atmel-samd Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
cxd56 Merge remote-tracking branch 'adafruit/main' into merge_1.13 2021-05-06 11:17:53 -07:00
esp32s2 Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
litex Merge remote-tracking branch 'adafruit/main' into merge_1.13 2021-05-06 11:17:53 -07:00
mimxrt10xx Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
nrf Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
raspberrypi Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
stm Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
unix Merge MicroPython v1.15 into CircuitPython 2021-05-12 17:51:42 -07:00