Skip to content

Releases: arduino/ArduinoCore-samd

1.8.14

23 Jan 08:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.13...1.8.14

Release 1.8.13

23 Feb 09:52
5ae2f68
Compare
Choose a tag to compare

Regressions fixed:

  • Fix upload via openODC (Arduino Zero Programming port)

Fixes:

  • SerialCDC now inherits from HardwareSerial (makes it easier to create classes that accept both Serial and Serial1 objects
  • Fix USBDevice.connected()
  • Align HID library with AVR

Release 1.8.12

17 Nov 13:59
2d1fb48
Compare
Choose a tag to compare

Regressions fixed:

  • Fix Serial.flush()
  • Use 12MHz as maximum SPI speed
  • UART: Ringbuffer size is back to 256 bytes

Improvements:

  • Refactor programmers menu and add Jlink to the available programmers

1.8.11

24 Dec 14:24
Compare
Choose a tag to compare

Changelog

Fix some bugs exposed by ArduinoCore-API migration

  • SPI clock is now limited to F_CPU/2
  • RingBuffer access for UART is now IRQ safe (fixes issues with high speed serial communication)
  • Get rid of all warnings
  • Allow inclusion of <avr/pgmspace.h> (backwards compatibility)

1.8.10

15 Dec 15:10
d5d336c
Compare
Choose a tag to compare

Changelog

First release with ArduinoCore-API support
While aiming for maximum backwards compatibility, this will likely expose some "unofficial" behaviours on 3rd party libraries, resulting in compilation errors.
We'll work closely with the maintainers to fix them as soon as possibile.

Wire
requestFrom can return more than 256 bytes

1.8.9

05 Oct 13:48
Compare
Choose a tag to compare
Release 1.8.9

1.8.7

27 Jul 12:53
Compare
Choose a tag to compare
  • Correct MKR Vidor 4000 PB09 notes (#505)
  • Update comments in mkrvidor4000/clockout.c (#508)
  • Allow configuration of USB SRAM QOS (#509)
  • Adding SFU (Serial Flash Updater - loads firmware image from SPIFFS formatted MKR MEM shield) (#513)
  • Allow Arduino development software to display % usage, remaining, and total for SRAM. (#517)
  • Fix crash when calling tone() with frequency 0 (#520)
  • Fixed program (upload-with-programmer) recipe. (#525)
  • Adding missing section .sketch_boot for Nano 33 IoT (#529)
  • Adding SNU (Serial Nina Updater - loads firmware image from Nina module storage) (#512) (incl. LZSS compressed binaries #544)
  • Adding SSU (Serial Sara Updater - loads firmware image from MKR GSM 1400 modem storage) (#534) (incl. LZSS compressed binaries #548)
  • Adding SBU (Serial MKR NB 1500 Updater - loads firmware image from MKR NB 1500 modem storage) (#549) (incl. LZSS compressed binaries #551)
  • Fixing comment in mkrnb1500/variant.cpp (#550)

1.8.6

16 Mar 14:27
Compare
Choose a tag to compare
  • Adding various recipes to support the new debugging functionality via arduino-cli and Arduino Pro IDE
  • Fixing of platform.txt's regular expressions allows to display Flash and RAM usage when building applications with the SAMD core
  • Added I2S definitions for Arduino Nano 33 IoT (b2fce4c)
  • Improvement of documentation for pinout of MKRWAN1310/SPI1 ( e7b7923 )

Release 1.8.5

20 Mar 16:08
1.8.5
Compare
Choose a tag to compare
Release 1.8.5

Release 1.8.4

28 Oct 08:54
Compare
Choose a tag to compare

Bugfix:
Fix post_install script on Windows x86 (32bit)
Wait for first ADC read to complete after ADC enable.
Fixing infinite hang within 'noTone' if it is called before 'tone' was called at least once

New:
Update Bootloader for arduino.org boards
Remove Genuino strings
Add Arduino MKRWAN1310 support