Skip to content

Commit 4fd1d0c

Browse files
committed
Increase version to 0.16.0 for release
update changelog
1 parent 84b6f46 commit 4fd1d0c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

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

3+
## 0.16.0 - 2020.01.10
4+
5+
- 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
6+
- Fix SPIM transfer with length > 64 KB bytes
7+
- Fix #352 PDM issue
8+
- SchedulerRTOS::startLoop() support stack size and task priority parameters
9+
310
## 0.15.1 - 2019.12.31
411

512
- Print::availableForWrite() return int instead of size_t

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.15.1
2+
version=0.16.0
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
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.15.1
20+
version=0.16.0
2121

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

0 commit comments

Comments
 (0)