Skip to content

Commit 97502e9

Browse files
committed
Update CHANGELOG
1 parent 9d83af3 commit 97502e9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
SAMD CORE ?.?.?? ????.??.??
22

3+
SAMD CORE 1.6.20 2018.11.28
4+
5+
* Replaced boolean type with bool in examples. Thanks @per1234
6+
* Added c++ linker command to allow to include libstdc++ when linking. Thanks @helmut64
7+
* CPX driver fixes. Thanks @dhalbert
8+
* I2S: Changed library to use 8 MHz oscillator source if 48MHz divider does not fit in 8 bits
9+
* UART: Added frame error handling
10+
* USB: Fixed memory leak on reconnects
11+
* SDU: Added support for Arduino M0. Thanks @jandrassy
12+
* Added arduinoOTA upload keys for Arduino M0. Thanks @jandrassy
13+
* USB: Fixed USB Host failures and fixed memory overwrite in USBHost. Thanks @gdsports
14+
* USB: Added method to return USB error code. Thanks @MarkFischer
15+
* CDC: Clear line state on end()
16+
* USB: Added USB device end() method
17+
* Removed requirement that the DAC is on A0. Thanks @GabrielNotman
18+
* Added alternate ports 44, 45 to make the SWCLK and SWDIO pins available on the Zero. Thanks @helmut64
19+
* Added defines for MKR pin layout
20+
* Fixed freeze in tone()
21+
* Added MKR NB 1500 variant and bootloader
22+
* Increased the default serial buffer size to 256
23+
24+
SAMD CORE 1.6.19 2018.07.11
25+
26+
* Fixed bootloader tools for .org boards
27+
* M0: Updated pin definitions for D6, D7 and D13 to match Zero
28+
* SPI: Fixed interrupt mask to block. Thanks @ggajoch
29+
* Added MKR WiFi 1010 variant and bootloader
30+
* Updated Windows Drivers to 1.4.0 and re-signed Adafruit_Circuit_Playground_Express.inf
31+
332
SAMD CORE 1.6.18 2018.03.05
433

534
* Wire: Added support for general call (broadcast)

0 commit comments

Comments
 (0)