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 6, 2025
1 parent 610ae6c commit febd4be
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 @@ -56,6 +56,7 @@
# 'DEFINES += -DPIN_NAMES_DIRECT=1', # Package skips out some pins, so we can't assume each port starts from 0
"LDFLAGS += -Xlinker --defsym=LD_APP_RAM_BASE=0x2ec0", # set RAM base to match MTU
'DEFINES += -DESPR_BLE_PRIVATE_ADDRESS_SUPPORT',
'DEFINES += -DESPR_HAS_BOOTLOADER_UF2',
'NRF_SDK15=1',
],
},
Expand Down

0 comments on commit febd4be

Please sign in to comment.