We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 07c2e57 commit 5564125Copy full SHA for 5564125
CHANGELOG
@@ -1,5 +1,11 @@
1
SAMD CORE ?.?.?? ????.??.??
2
3
+SAMD CORE 1.6.21 2019.04.01
4
+
5
+* MKR boards: changed I2C to sercom2, SPI1 + Serial2 to sercom4
6
+* Improved accuracy of delay() function. Thanks @BenF
7
+* MKR 1500: Changed SARA module to be powered off on boot
8
9
SAMD CORE 1.6.20 2018.11.28
10
11
* Replaced boolean type with bool in examples. Thanks @per1234
platform.txt
@@ -20,7 +20,7 @@
20
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
21
22
name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
23
-version=1.6.20
+version=1.6.21
24
25
# Compile variables
26
# -----------------
0 commit comments