Releases: sparkfun/Arduino_Apollo3
v2.0.6 - Patch - Compatibility Fixes, Expanded BLE support, Bug Fixes
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
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
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
-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
Add MicroMod support in variants
Update BSPs from BSP repo to include new micromod BSPs
Patch - Add Micro Mod Artemis Processor Board
- 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