Skip to content

Commit ffaeeda

Browse files
committed
nrf: simmel: decrease flash filesystem size
The flash filesystem must be reduced in order to allow the current build to fit. Signed-off-by: Sean Cross <[email protected]>
1 parent f7fcd43 commit ffaeeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/boards/simmel/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#endif
4141

4242
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
43-
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (84*1024)
43+
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (80*1024)
4444

4545
#define BOOTLOADER_SIZE (0x4000) // 12 kiB
4646
#define CIRCUITPY_BLE_CONFIG_SIZE (12*1024)

0 commit comments

Comments
 (0)