This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Commit eadd01f
authored
v1.2.0 to use correct NANO33BLE_FS_START
### Releases v1.2.0
1. Use correct NANO33BLE_FS_START address without wasting flash space. Check [Half size of flash #2](#2)
2. Enforce min 64KB / max 512KB of flash used for LittleFS by auto-adjusting NANO33BLE_FS_SIZE_KB if defined smaller than 64KB or larger than 512KB
3. Enforce 512KB of flash used for FATFS by auto-adjusting NANO33BLE_FS_SIZE_KB if defined different from 512KB
4. Update all examples1 parent ed72d21 commit eadd01f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments