Skip to content

Commit

Permalink
fix(boards): Add flash/settings for XIAO BLE
Browse files Browse the repository at this point in the history
* Ensure flash/NVS/settings configs are enabled.
  • Loading branch information
petejohanson committed May 8, 2022
1 parent 41dc774 commit eca37b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/boards/seeeduino_xiao_ble.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ CONFIG_UART_INTERRUPT_DRIVEN=n
CONFIG_ZMK_USB=y
CONFIG_ZMK_BLE=y


CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y

0 comments on commit eca37b6

Please sign in to comment.