Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit eadd01f

Browse files
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 examples
1 parent ed72d21 commit eadd01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
2929
* [1. FS_Counting on Nano 33 BLE with LittleFS size 256KB](#1-fs_counting-on-nano-33-ble-with-littlefs-size-256kb)
3030
* [2. FS_Test on Nano 33 BLE with LittleFS size 256KB](#2-fs_test-on-nano-33-ble-with-littlefs-size-256kb)
31-
* [3. FS_Test on Nano 33 BLE with FATFS size 256KB](#3-fs_test-on-nano-33-ble-with-fatfs-size-256kb)
31+
* [3. FS_Test on Nano 33 BLE with FATFS size 512KB](#3-fs_test-on-nano-33-ble-with-fatfs-size-512kb)
3232
* [Debug](#debug)
3333
* [Troubleshooting](#troubleshooting)
3434
* [Issues](#issues)

0 commit comments

Comments
 (0)