Skip to content

Commit 2c47d9a

Browse files
committed
update changelog, increase version to 0.17.0 for release
1 parent b08531d commit 2c47d9a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3+
## 0.17.0 - 2020.02.01
4+
5+
### Core
6+
7+
- Add board support for Adafruit CLUE, Feather nRF52840 Sense
8+
- Add board support Raytac MDBT50Q_RX dongle, thanks to @pyro9 PR #328
9+
- Update bootloader binary to 0.3.0
10+
- Addd PIN_BUTTON for variants
11+
- Add SoftwareTimer getID/setID
12+
- Add **INPUT_PULLUP/DOWN_SENSE** mode, PR #427, thanks to @jpconstantineau
13+
- Support Serial event parity SERIAL_8E1, PR #369, thanks to @prjh
14+
- Support Serial2, migrate uart driver to UARTE, PR #315, thanks to @ogatatsu
15+
- Fix various bugs
16+
17+
### BLE
18+
19+
- Add **image_eink_upload8* example sketch
20+
- Add Nordic Led Button service example **nrf_blinky** sketch
21+
- Increase SD RAM for nRF52832
22+
- Fix Discovery bug, PR #413, thanks to @ogatatsu
23+
324
## 0.16.0 - 2020.01.10
425

526
- 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

libraries/Bluefruit52Lib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit Bluefruit nRF52 Libraries
2-
version=0.16.0
2+
version=0.17.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
name=Adafruit nRF52 Boards
20-
version=0.16.0
20+
version=0.17.0
2121

2222
# Compile variables
2323
# -----------------

0 commit comments

Comments
 (0)