From 2c47d9a19503c4e2902429c681f96fb450d1f691 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 1 Feb 2020 13:53:05 +0700 Subject: [PATCH] update changelog, increase version to 0.17.0 for release --- changelog.md | 21 +++++++++++++++++++++ libraries/Bluefruit52Lib/library.properties | 2 +- platform.txt | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 941802abc..54cc71d6a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,26 @@ # Adafruit nRF52 Arduino Core Changelog +## 0.17.0 - 2020.02.01 + +### Core + +- Add board support for Adafruit CLUE, Feather nRF52840 Sense +- Add board support Raytac MDBT50Q_RX dongle, thanks to @pyro9 PR #328 +- Update bootloader binary to 0.3.0 +- Addd PIN_BUTTON for variants +- Add SoftwareTimer getID/setID +- Add **INPUT_PULLUP/DOWN_SENSE** mode, PR #427, thanks to @jpconstantineau +- Support Serial event parity SERIAL_8E1, PR #369, thanks to @prjh +- Support Serial2, migrate uart driver to UARTE, PR #315, thanks to @ogatatsu +- Fix various bugs + +### BLE + +- Add **image_eink_upload8* example sketch +- Add Nordic Led Button service example **nrf_blinky** sketch +- Increase SD RAM for nRF52832 +- Fix Discovery bug, PR #413, thanks to @ogatatsu + ## 0.16.0 - 2020.01.10 - Fix Little FileSystem (LFS) reentrance issue, by serialize access to lfs_* API(). Huge thanks to @hentrygab for spending lots of his time on PR #397 diff --git a/libraries/Bluefruit52Lib/library.properties b/libraries/Bluefruit52Lib/library.properties index b82da9256..8a6375c01 100644 --- a/libraries/Bluefruit52Lib/library.properties +++ b/libraries/Bluefruit52Lib/library.properties @@ -1,5 +1,5 @@ name=Adafruit Bluefruit nRF52 Libraries -version=0.16.0 +version=0.17.0 author=Adafruit maintainer=Adafruit sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules diff --git a/platform.txt b/platform.txt index 01d94c1b4..2a53c2a27 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=0.16.0 +version=0.17.0 # Compile variables # -----------------