|
1 | 1 | SAMD CORE ?.?.?? ????.??.??
|
2 | 2 |
|
| 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 | + |
3 | 32 | SAMD CORE 1.6.18 2018.03.05
|
4 | 33 |
|
5 | 34 | * Wire: Added support for general call (broadcast)
|
|
0 commit comments