mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Changes are: - Disable internal flash storage and use the external QSPI for storage. - Disable default bootloader entry mode. The bootloader entry function exists in board_init.c. - Remove OSC enable/disable macros (this board doesn't have an OSC). Signed-off-by: iabdalkader <i.abdalkader@gmail.com>