Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/MultiResetDetector_Generic

v1.8.1 to add waitingForMRD() function and checkWaitingMRD example to signal in MRD wating period, to add support to Sparkfun Pro nRF52840 Mini, etc.

06 Mar 05:21
bf34f16
Compare
Choose a tag to compare

Releases v1.8.1

  1. Add waitingForMRD() function to signal in MRD wating period. Check DRD is waiting for a double reset? #14
  2. Add example checkWaitingMRD to demo how to use the new feature.
  3. Add support to Sparkfun Pro nRF52840 Mini
  4. Update Packages' Patches

v1.8.0 to update to be compatible with new `FlashStorage_SAMD`, `FlashStorage_STM32` and `FlashStorage_STM32F1` libraries and to add support to more `SAMD` and `STM32` boards

26 Jan 20:09
24edae9
Compare
Choose a tag to compare

Releases v1.8.0

  1. Update to be compatible with new FlashStorage_SAMD, FlashStorage_STM32 and FlashStorage_STM32F1 libraries.
  2. Use more efficient FlashStorage_STM32 and FlashStorage_STM32F1 libraries for STM32
  3. Add support to more SAMD and STM32 boards
  4. Update Packages' Patches

v1.7.3 to update `platform.ini` and `library.json`

12 Oct 05:22
31cd836
Compare
Choose a tag to compare

Releases v1.7.3

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

v1.7.2 to go back to use auto LittleFS to fix bug and to permit 8 LittleFS files instead of 4 in previous release

14 Sep 19:31
67ae452
Compare
Choose a tag to compare

Releases v1.7.2

  1. 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.

v1.7.1 to reduce the default and minimum Portenta_H7 LittleFS size to 1024KB

14 Sep 00:54
1c95a08
Compare
Choose a tag to compare

Releases v1.7.1

  1. Reduce 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.

v1.7.0 to add support to Portenta_H7 using LittleFS and Arduino mbed_portenta core

10 Sep 19:26
6749d54
Compare
Choose a tag to compare

Major Releases v1.7.0

  1. Add support to Portenta_H7 using Arduino mbed_portenta core.
  2. Update Packages' Patches for Portenta_H7

v1.6.0 to support MBED nRF52840-based boards such as Nano_33_BLE, Nano_33_BLE_Sense using LittleFS

30 Aug 03:19
43ddfed
Compare
Choose a tag to compare

Major Releases v1.6.0

  1. Add support to MBED nRF52840-based boards such as Nano_33_BLE, Nano_33_BLE_Sense, etc. using Arduino-mbed mbed_nano core

v1.5.0 to add support to Realtek RTL8720DN , RTL8722DM, RTM8722CSM, etc., using Arduino AmebaD core (https://github.com/ambiot/ambd_arduino)

08 Aug 02:56
91bfc95
Compare
Choose a tag to compare

Release v1.4.0 to permit more control over LittleFS for RP2040 Arduino mbed core, such as `FORCE_REFORMAT`, `MBED_RP2040_INITIALIZED`, `MRD_MBED_LITTLEFS_NEED_INIT`.

06 Jun 03:00
d654235
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Permit more control over LittleFS for RP2040 Arduino mbed core, such as FORCE_REFORMAT, MBED_RP2040_INITIALIZED, MRD_MBED_LITTLEFS_NEED_INIT.

Major Release v1.3.0 to add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed for RP2040 core (https://github.com/arduino/ArduinoCore-mbed) using LittleFS

28 May 19:22
b226152
Compare
Choose a tag to compare

Major Releases v1.3.0

  1. Add support to RP2040-based boards, such as Nano RP2040 Connect, using Arduino mbed OS for Nano boards and LittleFS.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core and LittleFS.