Releases: adafruit/ArduinoCore-samd
Releases · adafruit/ArduinoCore-samd
1.7.6
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)
More M4 Can VDiv pin typo with PB0
1.7.4 - 2021.08.17
- Added
ARDUINO_SAMD_ADAFRUIT
defined to this core - Correct M4 Can VDiv pin typo with PB0 (previously PB1)
1.7.2 - 2021.05.26
- 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
Fix LITTLE_ENDIAN warnings with CMSIS-Atmel 1.2.2
1.7.0 - 2021.05.19
- 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
Add support for Rotary, NeoKey, Slide, ProxLight Trinkey boards
Typo fixes & updated pins for CAN M4 & BLM badge
add SPI.isBusy()
typo fixes in boards.txt for BLM badge
pin fixes for BLM & CAN feather
1.6.4 - 2020.11.05
- 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
- 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