Skip to content

Releases: adafruit/ArduinoCore-samd

1.7.6

10 Jan 16:14
90b4d35
Compare
Choose a tag to compare

What's Changed

  • Bugfix - waiting for first ADC read to complete after ADC enable. by @zuyan9 in #309
  • Add int64_t and uint64_t data types to Serial.print(ln) by @MartinL1 in #310
  • enable DRVSTR for output pin by @hathach in #313
  • Introduce digital pin definitions by @prampec in #314
  • add -Werror=return-type for all warning options by @hathach in #315

New Contributors

  • @zuyan9 made their first contribution in #309
  • @MartinL1 made their first contribution in #310
  • @prampec made their first contribution in #314

Full Changelog: 1.7.5...1.7.6

1.7.5 (2021.09.01)

01 Sep 05:29
bafcb36
Compare
Choose a tag to compare

More M4 Can VDiv pin typo with PB0

1.7.4 - 2021.08.17

17 Aug 04:40
1b17683
Compare
Choose a tag to compare
  • Added ARDUINO_SAMD_ADAFRUIT defined to this core
  • Correct M4 Can VDiv pin typo with PB0 (previously PB1)

1.7.2 - 2021.05.26

26 May 06:34
4e51791
Compare
Choose a tag to compare
  • update included TinyUSB lib to 1.0.3
  • update included Zero_DMA to 1.0.8
  • fix warnings when building with all warnings option
  • add optiona include tinyusb to wire and spi
#ifdef USE_TINYUSB
// For Serial when selecting TinyUSB
#include <Adafruit_TinyUSB.h>
#endif

1.7.1 - 2021.05.25

24 May 17:03
cca8448
Compare
Choose a tag to compare

Fix LITTLE_ENDIAN warnings with CMSIS-Atmel 1.2.2

1.7.0 - 2021.05.19

19 May 09:56
fa24f50
Compare
Choose a tag to compare
  • Rework to work with Adafruit_TinyUSB_Arduino library version 1.0.0
  • Add PIN_TOUCH for slide trinkey
  • Add PIN_A11 for qtypy m0
  • Add PIN_A12 as aref for feather m0 express

1.6.8 - 2021.05.10

10 May 11:46
48956dd
Compare
Choose a tag to compare

Add support for Rotary, NeoKey, Slide, ProxLight Trinkey boards

Typo fixes & updated pins for CAN M4 & BLM badge

26 Jan 01:09
Compare
Choose a tag to compare

add SPI.isBusy()
typo fixes in boards.txt for BLM badge
pin fixes for BLM & CAN feather

1.6.4 - 2020.11.05

05 Nov 16:09
1fa45ad
Compare
Choose a tag to compare
  • Added new board Feather M4 CAN (SAME51)
  • Added optimization menu option for M0 boards
  • Updated LED_BUILTIN for Matrix Portal M4

1.6.3 - 2020.09.23

23 Sep 04:02
9d4bdb8
Compare
Choose a tag to compare
  • Add new board Adafruit QT Py
  • matrix portal: fix some pin numbers so that there's an LED on pin 13 add external SPI
  • Update TinyUSB Core to commit e7b892095f2bb5d8bef6a748238369bdd268ed5e
  • Fix warnings