Skip to content

Releases: sparkfun/Arduino_Apollo3

v2.2.2 - PreRelease RC2

29 Nov 23:05
a0d99c5
Compare
Choose a tag to compare
Pre-release

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
  • Add to PDM via PR
  • Added updates to SVL - now writes to upper half of flash

v2.2.2 - PreRelease

16 Aug 23:20
9f3dc4d
Compare
Choose a tag to compare
v2.2.2 - PreRelease Pre-release
Pre-release

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

29 Mar 09:14
fea40e8
Compare
Choose a tag to compare

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

17 Mar 06:37
Compare
Choose a tag to compare
v2.2.1 - PreRelease Pre-release
Pre-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.0 - Release

09 Dec 15:47
771ce8f
Compare
Choose a tag to compare

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

13 Sep 23:37
Compare
Choose a tag to compare
v2.2.0 - Prerelease Pre-release
Pre-release

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

08 Jul 12:54
d66d36d
Compare
Choose a tag to compare

-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

10 Jun 13:57
Compare
Choose a tag to compare

Minor Updates:
Fix Typo in RTC Library

v1.2.2 - Update SVL, low power RTC example

13 May 10:32
9f309a0
Compare
Choose a tag to compare

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

12 May 03:19
fccb869
Compare
Choose a tag to compare

-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