Skip to content

Commit e804ad8

Browse files
committed
Update revision log and release 1.6.3
1 parent e924cfa commit e804ad8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
SAMD CORE 1.6.3
1+
SAMD CORE 1.6.3 2016.02.15
22

3+
* Added support for Arduino/Genuino MKR1000 board
34
* Fixed Wire master repeated start behaviour
45
* Added SerialUSB methods: readBreak(), baud(), stopbits(), paritytype(), numbits(), dtr(), rts()
56
* Added SPI.transfer16(..) method
@@ -14,6 +15,8 @@ SAMD CORE 1.6.3
1415
PIN_ATTR_TIMER or PIN_ATTR_TIMER_ALT for timer selection.
1516
* Small fix to USBHost example "USB_desc.ino". Thanks @bbx10
1617
* USBHost: USB-Keyboard right shift key was ignored. Thanks @bbx10
18+
* Wire library now support multiple instances in variant. Thanks @spiderkeys
19+
* Ported some SerialUSB API (readBreak(), baud(), stopbits(), paritytype(), numbits(), dtr(), rts())
1720

1821
SAMD CORE 1.6.2 2015.11.03
1922

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.2
23+
version=1.6.3
2424

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

0 commit comments

Comments
 (0)