Version 1.6.21
This commit is contained in:
parent
07c2e57fe4
commit
5564125d7c
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
SAMD CORE ?.?.?? ????.??.??
|
||||
|
||||
SAMD CORE 1.6.21 2019.04.01
|
||||
|
||||
* MKR boards: changed I2C to sercom2, SPI1 + Serial2 to sercom4
|
||||
* Improved accuracy of delay() function. Thanks @BenF
|
||||
* MKR 1500: Changed SARA module to be powered off on boot
|
||||
|
||||
SAMD CORE 1.6.20 2018.11.28
|
||||
|
||||
* Replaced boolean type with bool in examples. Thanks @per1234
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||
|
||||
name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
|
||||
version=1.6.20
|
||||
version=1.6.21
|
||||
|
||||
# Compile variables
|
||||
# -----------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue