This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
v1.2.0 to use correct NANO33BLE_FS_START address without wasting flash space.
Releases v1.2.0
- Check Half size of flash #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
- Enforce 512KB of flash used for FATFS by auto-adjusting NANO33BLE_FS_SIZE_KB if defined different from 512KB
- Update all examples