Skip to content

Releases: adafruit/ArduinoCore-samd

1.6.2 - 2020.09.08

08 Sep 06:40
9ba4e98
Compare
Choose a tag to compare
  • Update Adafruit_TinyUSB_ArduinoCore to commit 238a5c0b95fcd402d24524c7bebbdd822168a51e
  • Fix external pin interrupt definition for most boards.
  • Add 2 new boards: "BLM Badge" and "Portal Matrix"
  • Fix lots of compiler warnings
  • Fix SPI DMA bug and allow big non-blocking transfers
  • Fix incorrect tone() usage of Timer: use TC1 for servo, TC0 for tone in samd51

1.6.1 - 2020.07.21

21 Jul 12:17
50f9be1
Compare
Choose a tag to compare

1.6.0 - 2020.07.07

13 Jul 11:11
196a29f
Compare
Choose a tag to compare
  • Fixed I2C SERCOM Hang (from Arduino SAMD core)
  • Added BLE UART test support
  • Update toolchain from gcc 7-2017q4 to gcc 9-2019q4
  • Update CMSIS from 4.5.0 to 5.4.0

Special thanks to @prototypicalpro

1.5.14 - 2020.05.04

04 May 15:12
52d793e
Compare
Choose a tag to compare

1.5.13 - 2020.04.23

23 Apr 17:31
d60ec0f
Compare
Choose a tag to compare
  • Fix warnings on Feather M0
  • Increase MIDI buffer size from 64 to 128
  • Updated TinyUSB to commit c59fa77

1.5.11 - 2020.02.27

26 Feb 17:12
aa21fb1
Compare
Choose a tag to compare

1.5.10 - 2019.12.31

03 Feb 09:01
b13e6c6
Compare
Choose a tag to compare

Add new defines to all variants that has on-board flash

  • EXTERNAL_FLASH_USE_QSPI
  • EXTERNAL_FLASH_USE_SPI / EXTERNAL_FLASH_USE_CS

1.5.9 - 2019.12.31

31 Dec 05:09
137c0bd
Compare
Choose a tag to compare

Print::availableForWrite() return int instead of size_t

1.5.8 - 2019.12.30

30 Dec 09:04
32e5394
Compare
Choose a tag to compare

Core

  • SAMD21 Fix freq clipping in SPI.h, allow 24 Mhz SPI

TinyUSB

webUSB support

06 Aug 05:51
e80f2f1
Compare
Choose a tag to compare
  • Update tinyusb core to support webUSB & vendor class
  • Fixed RAMSTART, RAMSIZE, RAMEND for samd51 and same21
  • Added hallowing_m4 variant
  • Fixed tone()
  • Added Serial.availableForWrite()