circuitpython/ports
Scott Shawcroft 4e01674cbd
Fix rp2 safe mode via reset press
The picodvi PR #7880 switched the saved word to the watchdog
register since it reworked the RAM layout. This works for
reset_into_safe_mode because the watchdog scratch registers are
preserved by soft resets. They *aren't* preserved for pressing the
reset button. So it broken manual safe mode. Switch back to using
RAM to store the saved word but use the pico-sdks "uninitialized"
designation instead of a fixed location.

Also fixes USB host feather status neopixel by setting the power
pin.
2023-07-13 14:49:08 -07:00
..
atmel-samd Merge pull request #8070 from dhalbert/port-specific-submodules 2023-06-06 14:46:39 -04:00
broadcom fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
cxd56 spresense: update SDK to 3.0.1 2023-06-14 12:30:39 +02:00
espressif fix board.BUTTON on espressif_esp32c3_devkitm_1_n4 2023-06-25 17:05:49 +02:00
litex fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
mimxrt10xx fix invalid pin error when create busio.SPI 2023-06-15 07:48:19 +08:00
nrf Revert "nrf: prevent I2C hangs" 2023-06-23 13:20:41 -04:00
raspberrypi Fix rp2 safe mode via reset press 2023-07-13 14:49:08 -07:00
silabs fix missing newline 2023-06-08 13:02:24 -04:00
stm fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
unix synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00