- Add waitingForMRD() function to signal in MRD waiting period. Check DRD is waiting for a double reset? #14
- Add example checkWaitingMRD to demo how to use the new feature.
- Add support to
Sparkfun Pro nRF52840 Mini
- Update
Packages' Patches
- Update to be compatible with new
FlashStorage_SAMD
,FlashStorage_STM32
andFlashStorage_STM32F1
libraries. - Use more efficient
FlashStorage_STM32
andFlashStorage_STM32F1
libraries for STM32 - Add support to more
SAMD
andSTM32
boards - Update
Packages' Patches
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
- Back to using auto LittleFS size to fix bug and to permit 8 LittleFS files instead of 4 in previous release. There is a bug somewhere in the
ArduinoCore-mbed mbed_portenta core
and we have to live with it.
- Change the default and minimum LITTLEFS_PORTENTA_H7_SIZE_KB to 1024KB, instead at maximum available size. This is done to avoid the cases where the code size is larger, and LittleFS size has to be changed, reformatted, leading to data loss.
- Add support to Portenta_H7 using Arduino mbed_portenta core.
- Update
Packages' Patches
for Portenta_H7
- Add support to MBED nRF52840-based boards such as Nano_33_BLE, Nano_33_BLE_Sense, etc. using Arduino-mbed mbed_nano core
- Add support to Realtek RTL8720DN, RTL8722DM, RTL8722CSM, etc., using
Arduino AmebaD core
- Permit more control over LittleFS for RP2040 Arduino mbed core, such as
FORCE_REFORMAT
,MBED_RP2040_INITIALIZED
,MRD_MBED_LITTLEFS_NEED_INIT
.
- Add support to RP2040-based boards, such as Nano RP2040 Connect, using Arduino mbed OS for Nano boards and LittleFS.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core and LittleFS.
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core and LittleFS.
- Use new efficient FlashStorage_STM32 library.
- Add support to new STM32 core v2.0.0 and STM32L5
- Initial coding to support Multiple Reset Detection.
- Sync with DoubleResetDetector_Generic v1.0.3