Skip to content

Commit 154166d

Browse files
committed
Merge branch 'mkrwan1310' into beta
2 parents 3c0fc11 + e3e85d5 commit 154166d

File tree

100 files changed

+10499
-2748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+10499
-2748
lines changed

CHANGELOG

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
SAMD CORE ?.?.?? ????.??.??
22

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

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

0 commit comments

Comments
 (0)