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

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)

12 May 23:41
01a7b13
Compare
Choose a tag to compare

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

27 Apr 21:58
62c13fe
Compare
Choose a tag to compare

Version v1.0.3 to clean-up all compiler warnings possible.

29 Dec 01:27
d6a6251
Compare
Choose a tag to compare

Releases v1.0.3

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents
  3. Modify Version String

Version v1.0.2 to fix SAMD bug

04 May 19:13
ff8a690
Compare
Choose a tag to compare

Releases v1.0.2

  1. Fix not-detected DRD bug for SAMD21 and SAMD51 boards.

Version v1.0.1 to add support to nRF52 boards

01 May 18:02
1585b97
Compare
Choose a tag to compare

Releases v1.0.1

  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.
  2. nRF52 boards to save data in Adafruit's InternalFS/LittleFS.

Initial Release v1.0.0

14 Apr 22:33
3cbcb16
Compare
Choose a tag to compare

Releases v1.0.0

  1. Support boards such as AVR, Teensy, SAM DUE, SAMD and STM32, etc.
  2. AVR Mega, Teensy, STM32 to save data in EPPROM
  3. SAMD to save data in EEPROM-simulated FlashStorage
  4. SAM DUE to save data in DueFlashStorage