Releases: sparkfun/Arduino_Apollo3
v2.2.2 - PreRelease RC2
v2.2.2 - PreRelease
Change List:
- Fix issue with Serial.printf() not printing floating values. Now prints floats, but uses mbed's simple formatting (always 6 decimal places). Issue #278
v2.2.1 - Release
Changelist:
-Fix problems with A1-A5 on Redboard form factor
-Fix error in SPI which resulted in the object not being deleted
-Reduce time of critical section in pwm_output (analog/servo out)
-Allow for RingBuffer.h to be included directly in projects/libraries
-Added functions interrupts() and noInterrupts()
-Update mbed core to clear serial errors
-update Example10 to show chip ID
v2.2.1 - PreRelease
Changelist:
-Fix problems with A1-A5 on Redboard form factor
-Fix error in SPI which resulted in the object not being deleted
-Reduce time of critical section in pwm_output (analog/servo out)
-Allow for RingBuffer.h to be included directly in projects/libraries
-Added functions interrupts() and noInterrupts()
-Update mbed core to clear serial errors
-update Example10 to show chip ID
v2.2.0 - Release
Highlights:
-Changes to better support AGT
Changelog:
-add a default Wire for artemis module
-fix low rx causing hangs
-update arduino api to v1.2
-revert i2c change that was causing transfer errors at 100khz
-add SPI_HAS_TRANSACTION define
-add second WIRE for the Explorable
-add platform.json for platformio
-(remove additional targets from attached mbed core)
v2.2.0 - Prerelease
Changelog:
-add a default Wire for artemis module
-fix low rc causing hangs
-update arduino api to v1.2
-revert i2c change that was causing transfer errors at 100khz
-add SPI_HAS_TRANSACTION define
-(remove additional targets from attached mbed core)
v2.1.1 - Release
-Fix for failures after 1430 seconds when using older bootloader
-Fix Serial TX not bring able to be re-used as GPIO
-Change SPI so that asking for a higher than max baud rate results in highest baud rate and no error
-Add artemis module target
-Fix RTC rolling alarms example to handle rollover
-Quick fix for clock stretching causing NAK's to show up as ACK's
v1.2.3 - Fix RTC Typo
Minor Updates:
Fix Typo in RTC Library
v1.2.2 - Update SVL, low power RTC example
Major Updates:
Update SVL to work with Big Sur
Update RTC low power examples
Minor Updates:
Fix build problems that may occur on windows machines with spaces in username
v2.1.0 - Release
-Added pull-up to RX pins by default for UART configs
-Defined missing Wire1 for thing plus
-RTC low power alarm examples
-Watchdog timer implementation
-Default Baud rate for SVL on macOS and linux fail
-Fixed - Example MicrophoneOutput not compiling Artemis Thing Plus
-Fixed - PDM Library compilation errors
-Fixed - Serial1 Doesn’t compile for the Artemis Nano board
-Fixed - Interrupts don’t fire on change
-SPI mode fixes
-Fix bug that prevents directly changing PWM frequency
-Add burst mode
-Reduce release package size