Skip to content

Commit 7625042

Browse files
committed
update changelog and version, ready to release
1 parent e27856c commit 7625042

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

changelog.md

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

3+
## 0.14.5 - 2019.10.21
4+
5+
- Added Itsy nRF52840 Express support
6+
- Replace legacy SPI by SPIM3 with maximum 32Mhz for nRF52840
7+
- Added support for 2nd I2C interface aka Wire1
8+
- Macro defines clean up
9+
- remove ARDUINO_FEATHER52
10+
- remove ARDUINO_NRF52_FEATHER use either ARDUINO_NRF52832_FEATHER or ARDUINO_NRF52840_FEATHER
11+
- use ARDUINO_NRF52840_CIRCUITPLAY for Circuit Playground Bluefruit
12+
- ARDUINO_NRF52840_CIRCUITPLAY defined for circuit playground bluefruit
13+
- Updated nrfx module to 1.7.2
14+
- Fixed more warnings. better describe flash caching, PR #347 thanks to @henrygab
15+
- Improve tinyUSB thanks to @kaysievers
16+
- Fixed warnings
17+
- Allows configuration of power setting
18+
- Allows to set USB Manufacturer/product ID
19+
- Allow to set configuration descriptor buffer
20+
- Fixed missing bootloader binaries
21+
322
## 0.14.0 - 2019.09.27
423

524
- Core

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.0
2+
version=0.14.5
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.0
20+
version=0.14.5
2121

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

0 commit comments

Comments
 (0)