diff options
| author | Sean Cross <sean@xobs.io> | 2020-05-12 09:29:23 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-05-12 09:31:51 +0800 |
| commit | ffaeeda749e8cd6d284d256f7676378ce9425b13 (patch) | |
| tree | 0a0c558324709a1b9af1d14651de37773c445269 | |
| parent | f7fcd43516f8aa51184ae45fe16d5b56af92f2d9 (diff) | |
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 <sean@xobs.io>
| -rw-r--r-- | ports/nrf/boards/simmel/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/boards/simmel/mpconfigboard.h b/ports/nrf/boards/simmel/mpconfigboard.h index 4c73e86eb..bcffb40ea 100644 --- a/ports/nrf/boards/simmel/mpconfigboard.h +++ b/ports/nrf/boards/simmel/mpconfigboard.h @@ -40,7 +40,7 @@ #endif #define CIRCUITPY_INTERNAL_NVM_SIZE 0 -#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (84*1024) +#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (80*1024) #define BOOTLOADER_SIZE (0x4000) // 12 kiB #define CIRCUITPY_BLE_CONFIG_SIZE (12*1024) |
