Skip to content

Commit

Permalink
update changelog, increase version to 0.17.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Feb 1, 2020
1 parent b08531d commit 2c47d9a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/Bluefruit52Lib/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit Bluefruit nRF52 Libraries
version=0.16.0
version=0.17.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------
Expand Down

0 comments on commit 2c47d9a

Please sign in to comment.