We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59798e commit fd00bb8Copy full SHA for fd00bb8
ports/mimxrt10xx/supervisor/port.c
@@ -257,8 +257,8 @@ safe_mode_t port_init(void) {
257
// enabled. It won't occur very often so it'll be low overhead.
258
NVIC_EnableIRQ(SNVS_HP_WRAPPER_IRQn);
259
260
- // Reset everything into a known state before board_init.
261
- reset_port();
+ // Note that reset_port CANNOT GO HERE, unlike other ports, since we currently rely on it to
+ // protect never_reset pins per board.
262
263
if (board_requests_safe_mode()) {
264
return USER_SAFE_MODE;
0 commit comments