QUERY · ISSUE
Secure boot functionality for esp32
port-esp32
Has secure boot feature on ESP32 been implemented on micropython?. If not then what is the other method to secure the firmware?
CANDIDATE · PULL REQUEST
ports/boot: Skip execution of main.py if boot.py fails.
port-esp8266port-esp32port-nrfport-rp2
That can be caused e.g. by an exception. The feature is implemented in some way already for the STM32, Renesas, MIMXRT and SAMD. This PR adds it for the ports RP2, ESP8266, ESP32 and NRF. No change for the CC3200 and Teensy ports.