Skip to content

Releases: sparkfun/Arduino_Apollo3

v1.1.1

08 May 14:51
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

This is a patch to revert the compiler version to 2018-q4-major which avoids issues with floating point calculations

#165 made this change

v1.1.0

06 May 21:50
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

First release using new version control procedures.

Changes:

  • #161 fixed a bug in detachInterrupt
  • #162 added static memory usage display to the compile step
  • #159 added a function "getInternalTemp()" to return the temperature reading from the processor
  • #156 and #157 corrected Serial usage in low power examples
  • #154 fixed SPI full duplex transfers after updating to AmbiqSuite HAL version 2.4.2
  • #153 fixed PWM inversion bug that affected analogWrite and Servo
  • #152 fixed incorrect pad definitions for RBA Nano
  • #150 supports arbitrary I2C clock frequency setting

v1.0.30

09 Mar 21:58
Compare
Choose a tag to compare
v1.0.30 Pre-release
Pre-release

Merged a few PRs

  • Add Pin A32 to Redboard Artemis ATP variant (#129)
  • Power down IO Masters on end() (#133)
  • Reorder UART / pin initialization (#134)
  • Disable ADC channels while reconfiguring (#135)
  • Improve warning messages for SVL (#137)

v1.0.29

06 Feb 20:41
Compare
Choose a tag to compare
v1.0.29 Pre-release
Pre-release
  • Add SPI port configuration example (#117)
  • Fix RTC for new HAL version (#120)
  • Improve analogRead/Write operation (#122)
  • Support Arduino binary syntax B (#113)

v1.0.28

24 Jan 21:26
Compare
Choose a tag to compare
v1.0.28 Pre-release
Pre-release

Fixes incompatibility with arm_math.h

v1.0.27

17 Jan 22:58
Compare
Choose a tag to compare
v1.0.27 Pre-release
Pre-release

Fixes Serial problems 🥣

  • Uart printing is simplified (better utilization of HAL layer)
  • Problem printing floats/doubles is patched by reverting to 8-2018-q4-major version of gcc.

v1.0.26

16 Jan 18:38
Compare
Choose a tag to compare
v1.0.26 Pre-release
Pre-release

Fixes printf - the poor function who ventured into the back-country w/o a buddy and was left behind.

v1.0.25

15 Jan 21:05
Compare
Choose a tag to compare
v1.0.25 Pre-release
Pre-release

Support for TensorFlow Arduino Library!

(Disclaimer We are waiting to land a PR in the TensorFlow repo before their library will support us back 🌠)

  • Updated underlying Ambiq HAL to Release 2.2.0
  • Changed expected compiler to match the version used for latest Arduino boards
  • Increased default stack size for all variants to 20k
  • Removed HM01B0 driver files from Edge variant

v1.0.24

09 Jan 20:36
Compare
Choose a tag to compare
v1.0.24 Pre-release
Pre-release

Simplifies HM01B0 camera driver naming scheme for Edge board. Compatible with Tensorflow AIOT2019

v1.0.23

23 Dec 19:57
Compare
Choose a tag to compare
v1.0.23 Pre-release
Pre-release
  • Update SVL bootloader to v5 (increases reliability and speed). For best results make sure to re-burn the bootloader.
  • Adds compatibility for std C++ min/max functions
  • Updates variants according to latest BSP release
  • Fixes pin level compatibility thanks to PR #99