Skip to content

Releases: sparkfun/Arduino_Apollo3

v2.0.6 - Patch - Compatibility Fixes, Expanded BLE support, Bug Fixes

22 Mar 10:40
10787a5

Choose a tag to compare

Changlelog:
-MicroMod Build error fix
-Support for latest version of ArduinoBLE (1.2.0)
-MacOS and Linux permissions errors
-Big Sur SVL uploader fix
-Duplicate BLE MAC Addresses fix
-Legacy Arduino API support
-AnalogRead error fix
-Fixed error in VCC voltage calculation
-Fixed examples to not require pin change on some boards
-Wire Default Clock changed to 100kHz
-EEProm updated to allow for more flexibility of data inputs

v2.0.5 - Patch - Explorable target and communication fixes

01 Feb 19:38
b6f873c

Choose a tag to compare

Changelog:
-added double quotes around all paths to allow for spaces in windows usernames
-moved -MMD to extra flags, removed it from .cxx-flags, and .c-flags
-Fixed SPI compilation error
-Updates mbed submodule (includes path change for an include for EEPROM)
-Workaround serial error on Nano

v2.0.4 - Patch - Compatibility and quality of life improvements

20 Jan 10:36
5eaa385

Choose a tag to compare

Decrease compiler warnings
Increase caching to reduce subsequent compile times
Update bootloader menu options
Increase BLE Stability
Fix EEProm library and examples
Fix issues with analog pin mapping

v2.0.3 - Patch - SVL and BLE Fixes

10 Dec 07:11
933e419

Choose a tag to compare

-Update mbed libraries to set-up to boot to OS after exiting SVL bootloader
-Update linker flags to properly handle weak function definitions such that strong definitions are always given preference in static libraries
-Rollback changes in mbed libraries that caused bugs in the BLE implementation

v1.2.1 - Add micromod support to v1 core

20 Oct 21:00
350a1db

Choose a tag to compare

Add MicroMod support in variants
Update BSPs from BSP repo to include new micromod BSPs

Patch - Add Micro Mod Artemis Processor Board

18 Oct 07:49
d9b08e7

Choose a tag to compare

  • patches support for Arduino SD library
  • implements yield w/ mbed thread functionality
  • corrects getTempDegF, adds getTempDegC
  • fixes platform dependent compilation error within Wire.h
  • adds ram / flash usage stats to build output
  • adds preliminary support for micro mod artemis processor board

Patch - Arduino IDE Compatibility + Improvements

16 Sep 23:37

Choose a tag to compare

  • #263 add compatibility for Arduino IDE 1.8.13
  • #264 add support for .c files in sketches
  • #265 change uploader recommendations to reflect current state

v2

09 Sep 04:07
074e77d

Choose a tag to compare

v2

v2 initial release

  • new core based on mbed-os retains vast majority of existing features
  • v1 core is maintained in the v1 branch and still accessible via Arduino IDE manager

v1.2.0

29 Aug 07:47
1b8de22

Choose a tag to compare

Feature Additions:

  • Added Watchdog Timer (WDT) library #242, #241
  • Added differential ADC support #246
  • Added addtl. support for write methods in HardwareSerial #250

Removal:

  • Example8_BLE_LED removed, in favor of the v2 core with full ArduinoBLE support

v1.1.2

16 Jul 17:15

Choose a tag to compare

v1.1.2 Pre-release
Pre-release

Feature Additions:

  • Added CI test-compile (#169)
  • Added UART flow control (#230)
  • Added keyword highlighting (#191)

Improvements:

  • Vast improvement to RTC library (#170)

Bug Fixes:

  • Use correct Wire macros (#174)
  • Fix adjacent PWM pins (#229)