Skip to content

Commit 7f96cc2

Browse files
committed
update changelog, increase version for release 0.18.5
1 parent 7b8d3e1 commit 7f96cc2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

changelog.md

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

3+
## 0.18.5 - 2020.02.19
4+
5+
- Add macro `SPI_32MHZ_INTERFACE` to variant to select SPI or SPI1 to use 32mhz SPIM3
6+
- Add PIN_BUZZER to variants with built-in speaker
7+
- Enhance Particle Xenon support, PR #435 thanks to @outlandnish and @jaswope
8+
- Rename cplay_ble.ino to bluefruit_playground.ino
9+
- Use USB_PRODUCT string for default bledis model
10+
- Increase attr table size for 840 to from 0xC00 to 0x1000
11+
- Add more Adafruit sensor service: Gyro, Magento, Humid, Baro
12+
- Upadte `image_upload.ino` to support CLUE with built-in TFT
13+
314
## 0.18.0 - 2020.02.03
415

516
- Add EXTERNAL_FLASH_USE_QSPI to all variants that has on-board flash

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.18.0
2+
version=0.18.5
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.18.0
20+
version=0.18.5
2121

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

0 commit comments

Comments
 (0)