Skip to content

Commit 562fc79

Browse files
committed
increase version to 1.2.0
1 parent da75333 commit 562fc79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3+
## 1.2.0
4+
5+
- Add readResetReason()
6+
- Add menu debug out option to select output meessage via Serial, Serial1 or Segger RTT
7+
- Fix Wire bus issue when device does not response with ack/nack from previous transaction.
8+
- Update included TinyUSB library to version 1.7.0
9+
310
## 1.1.0 - 2021.09.24
411

512
- Add **Adafruit LED Glasses Driver nRF52840** board support

Diff for: platform.txt

+1-1
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=1.1.0
20+
version=1.2.0
2121

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

0 commit comments

Comments
 (0)