Skip to content

Commit f1c1833

Browse files
committed
Updates to changelog
1 parent 7fad702 commit f1c1833

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
SAMD CORE 1.6.3
22

3+
* Fixed Wire master repeated start behaviour
4+
* Added SerialUSB methods: readBreak(), baud(), stopbits(), paritytype(), numbits(), dtr(), rts()
35
* Added SPI.transfer16(..) method
46
* Bugfix: added missing Serial.begin(baud, config) method. Thanks @tuxedo0801
7+
* Fixed Serial baudrate calculations for 1200bps. Thanks @TomKeddie
8+
* Fixed Serial.flush() that now waits until the last bit has been sent. Thanks @TomKeddie
9+
* Fixed Serial configuration for data-bit. Thanks @TomKeddie
510
* Bootloader: 32Khz external oscillator is now used, improves USB clock. Thanks @aethaniel
611
* Bootloader: Clean up of makefiles and file organization. Thanks @aethaniel
712
* Added PWM capability to pins A1/A2 of Arduino Zero.
813
* variant.h/cpp: PWM capability is now determined by PIN_ATTR_PWM combined with
914
PIN_ATTR_TIMER or PIN_ATTR_TIMER_ALT for timer selection.
15+
* Small fix to USBHost example "USB_desc.ino". Thanks @bbx10
1016

1117
SAMD CORE 1.6.2 2015.11.03
1218

0 commit comments

Comments
 (0)