Skip to content

Commit 0bd3487

Browse files
committed
increase version & add changelog for release
1 parent 00d2e5a commit 0bd3487

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

changelog.md

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

3+
## 0.15.0 - 2019.12.30
4+
5+
### Core
6+
7+
- Add Clue variant
8+
- Clean up warnings, thanks to @henrygab
9+
- Enhance Software Timer
10+
11+
### BLE
12+
13+
- Increase sd attribute table size from 0x800 to 0xC00, increase linker memory for SD 840 from 3400 to 6000
14+
- Add Adafruit BLE Service library (used by Circuit Playground Bluefruit App): Temperature, Addressable Pixel, Accel, Button
15+
- Add `cplay_ble.ino` example sketch
16+
- Change BLEUuid begin's return type to bool
17+
- BLECharacteristic allow user to set buffer
18+
19+
### USB
20+
21+
- Moved TinyUSB core into submodule at https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore
22+
- Added USBD detach/attach API
23+
- Synced TinyUSB with upstream
24+
325
## 0.14.6 - 2019.10.30
426

527
- Added power switch pin for Circuit Playground Bluefruit

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.14.6
2+
version=0.15.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.14.6
20+
version=0.15.0
2121

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

0 commit comments

Comments
 (0)