This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information