Skip to content

Commit

Permalink
ports/nrf/boards: Update boards config for romfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Jan 3, 2025
1 parent 46417ac commit 7a466f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define MICROPY_HW_BOARD_NAME "Arduino Nano 33 BLE Sense"
#define MICROPY_HW_MCU_NAME "NRF52840"

#define MICROPY_VFS_ROM (0)
#define MICROPY_BOARD_EARLY_INIT NANO33_board_early_init
#define MICROPY_BOARD_DEINIT NANO33_board_deinit
#define MICROPY_BOARD_ENTER_BOOTLOADER(nargs, args) NANO33_board_enter_bootloader()
Expand Down

0 comments on commit 7a466f9

Please sign in to comment.