Skip to content

Commit 3f581ab

Browse files
committed
Releasing 1.6.17
1 parent 5a4d8c7 commit 3f581ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
SAMD CORE 1.6.17
1+
SAMD CORE 1.6.17 2017.11.29
22

33
* More accurate approximation for multiplication factor of PLL to make 48Mhz. Thanks @joverbee
44
* Fix changing trigger mode (RISING/FALLING/...) in attachInterrupt(..) during runtime. Thanks @joverbee
55
* Improved ISR response time. Thanks @joverbee
66
* USB power current can now be overridden in the variant. Thanks @awatterott
77
* UART's now support optional RTS and CTS pins defined in the variant.
8+
* Added support for MKR GSM 1400 and MKR WAN 1300
89

910
SAMD CORE 1.6.16 2017.08.23
1011

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
23-
version=1.6.16
23+
version=1.6.17
2424

2525
# Compile variables
2626
# -----------------

0 commit comments

Comments
 (0)