We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cb3431 + 2f86e31 commit 1e94d18Copy full SHA for 1e94d18
ports/nrf/mpconfigport.h
@@ -149,7 +149,7 @@
149
#define CIRCUITPY_BLE_CONFIG_START_ADDR (CIRCUITPY_INTERNAL_NVM_START_ADDR - CIRCUITPY_BLE_CONFIG_SIZE)
150
151
// The firmware space is the space left over between the fixed lower and upper regions.
152
-#define CIRCUITPY_FIRMWARE_SIZE (CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_START_ADDR - CIRCUITPY_FIRMWARE_START_ADDR - CIRCUITPY_BLE_CONFIG_SIZE)
+#define CIRCUITPY_FIRMWARE_SIZE (CIRCUITPY_BLE_CONFIG_START_ADDR - CIRCUITPY_FIRMWARE_START_ADDR)
153
154
#if BOOTLOADER_START_ADDR % FLASH_ERASE_SIZE != 0
155
#error BOOTLOADER_START_ADDR must be on a flash erase boundary.
0 commit comments