This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/DoubleResetDetector_Generic
Releases · khoih-prog/DoubleResetDetector_Generic
Major Release v1.2.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core (https://github.com/earlephilhower/arduino-pico)
Major Releases v1.2.0
- 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.
Major Releases v1.1.0 to use new efficient FlashStorage_STM32 library and to add support to new STM32 core v2.0.0 and STM32L5
Major Releases v1.1.0
- Use new efficient FlashStorage_STM32 library.
- Add support to new STM32 core v2.0.0 and STM32L5
Version v1.0.3 to clean-up all compiler warnings possible.
Releases v1.0.3
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Modify Version String
Version v1.0.2 to fix SAMD bug
Releases v1.0.2
- Fix not-detected DRD bug for SAMD21 and SAMD51 boards.
Version v1.0.1 to add support to nRF52 boards
Releases v1.0.1
- Support nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, NINA_B302_ublox, etc.
- nRF52 boards to save data in Adafruit's InternalFS/LittleFS.
Initial Release v1.0.0
Releases v1.0.0
- Support boards such as AVR, Teensy, SAM DUE, SAMD and STM32, etc.
- AVR Mega, Teensy, STM32 to save data in EPPROM
- SAMD to save data in EEPROM-simulated FlashStorage
- SAM DUE to save data in DueFlashStorage