nuttx/arch/arm
wangjianyu3 71499bd66e boards/rp2040: support reboot bootloader via reset_usb_boot()
Add reset_usb_boot ROM function typedef and wire it into
board_reset() so that 'nsh> reboot bootloader'
(BOARDIOC_SOFTRESETCAUSE_ENTER_BOOTLOADER) on RP2040 boards enters
BOOTSEL USB mass-storage mode directly, matching the behavior
already available on rp23xx boards.  All other status values keep
the existing up_systemreset() behavior.

This affects all boards under boards/arm/rp2040/common (pico,
pico-w, feather-rp2040, xiao-rp2040, w5500-evb-pico, etc.) since
the change is in the shared board_reset() implementation.

Assisted-by: GitHubCopilot:claude-4.6-opus
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2026-09-05 10:36:07 +08:00
..
include arch/arm/stm32f4: add STM32F412CG chip selection 2026-09-01 17:40:30 +08:00
src boards/rp2040: support reboot bootloader via reset_usb_boot() 2026-09-05 10:36:07 +08:00
CMakeLists.txt
Kconfig arch/arm/src: realize atomic for cxd56, rp2040 and lc823450 2026-08-27 11:13:29 +08:00