From 562fc7990ec8883929354706f79acfefd2bd8921 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 26 Nov 2021 15:18:59 +0700 Subject: [PATCH] increase version to 1.2.0 --- changelog.md | 7 +++++++ platform.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1437db92f..399ba5476 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Adafruit nRF52 Arduino Core Changelog +## 1.2.0 + +- Add readResetReason() +- Add menu debug out option to select output meessage via Serial, Serial1 or Segger RTT +- Fix Wire bus issue when device does not response with ack/nack from previous transaction. +- Update included TinyUSB library to version 1.7.0 + ## 1.1.0 - 2021.09.24 - Add **Adafruit LED Glasses Driver nRF52840** board support diff --git a/platform.txt b/platform.txt index 283f0d51e..63f39ba27 100644 --- a/platform.txt +++ b/platform.txt @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA name=Adafruit nRF52 Boards -version=1.1.0 +version=1.2.0 # Compile variables # -----------------