#### v 1.4.0 - 2023.04.06 * SerialUSB Thread-Safe [#863fztk29](https://app.clickup.com/t/863fztk29) * Add StreamUtils Library [#863gant3w](https://app.clickup.com/t/863gant3w) * Fix incompatibility between macros min, max and other [#863gantae](https://app.clickup.com/t/863gantae) #### v 1.3.1 - 2022.09.27 * Added menu entry for FreeRTOS enabling [#30cgvhy](https://app.clickup.com/t/30cgvhy) * Enabled heap functions wrapping [#30cgw4z] (https://app.clickup.com/t/30cgw4z) * Rename build board for Arancino and Arancino Mignon[#2webywq](https://app.clickup.com/t/2webywq) #### v 1.3.0 - 2021.11.16 * added FreeRTOS-SAMD21 library tag 2.3.0 that include freeRtos core version 10.2.1 [#nt82u1](https://app.clickup.com/t/nt82u1) * enabled atomic mode for analogRead and analogWrite function [#kd95qa](https://app.clickup.com/t/kd95qa) * definition of a new variable `MCU_FAMILY`[#1nf8f15](#https://app.clickup.com/t/1nf8f15) * moved the libraries used by arancino-library into the core #### v 1.2.2 - 2021.03.11 * main features of previous release * ArduinoOTA tool updated to release v1.0.10 [#et1342](https://app.clickup.com/t/et1342) * Dual Compatibility with PlatformIO (platform and tools) [#agym78](https://app.clickup.com/t/agym78) * now the CI/CD script is only triggered by creation of tags #### v 1.2.1 - 2021.01.14 * Dropping `build.memory_wrapping_flags` entry which is not anymore supported by FreeRTOS_samd library #### v 1.2.0 - 2020.10.13 * Based on official Arduino samd core v1.8.9. * Now ArancinoOTA is the default upload tool for Arancino board. * Arancino Mignon can be programmed both with bossac (by serial port) or with ArancinoOTA (by OTA). * Introduced a constant for Arancino Core version number: `ARANCINO_CORE_VERSION`. * Introduced the possibility to program Arancino Mignon via RS485. * Disabled file hex generation in build process to prevent and use only bin file to program mcu. * Enabled PWM timer on gpio 2 #### v 1.1.0 - 2020.01.09 * Second release #### v 1.0.0 - 2019.11.27 * First release