Skip to content

Commit

Permalink
XiaoBLE: Enable rebooting into UF2 bootloader mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ssievert42 committed Jan 14, 2025
1 parent 6823848 commit 7b76d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/XIAOBLE.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"LDFLAGS += -Xlinker --defsym=LD_APP_RAM_BASE=0x2ec0", # set RAM base to match MTU
'DEFINES += -DESPR_BLE_PRIVATE_ADDRESS_SUPPORT',
'DEFINES += -DESPR_SKIP_BOOT_JS_PIN=1', # Pull pin D1 to ground on boot to skip boot js; allows recovering from .boot0 containing bad stuff
'DEFINES += -DESPR_HAS_BOOTLOADER_UF2',
'NRF_SDK15=1',
],
},
Expand Down

0 comments on commit 7b76d90

Please sign in to comment.