You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • If it helps:

    • 'bootloader' : 1 sets USE_BOOTLOADER as you noted - this means that the firmware is arranged such that a bootloader exists at the end of flash memory as well. When building, both a bootloader and the firmware will be built and then merged into a hex at the end (unless you do DFU_UPDATE_BUILD=1` in which case it just creates an update zip file
    • BOOTLOADER=1 forces it to build just the bootloader hex file
About

Avatar for Gordon @Gordon started