- Add support to Seeeduino nRF52840-based boards such as SEEED_XIAO_NRF52840 and SEEED_XIAO_NRF52840_SENSE, etc. using Seeeduino
mbed
core - Add astyle using
allman
style. Restyle the library - Display compile warning only when
_FS_LOGLEVEL_ > 3
- Use correct NANO33BLE_FS_START address without wasting flash space. 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
- Fix
multiple-definitions
linker error. Check Different behaviour using the src_cpp or src_h lib #80 - Update all examples
- Initial coding to support MBED nRF52840-based boards such as Nano_33_BLE, Nano_33_BLE_Sense, etc. using Arduino-mbed mbed_nano core