Releases: Andy4495/TI_Platform_Cores_For_Arduino
TI Cores v1.3.0
TI Cores v1.3.0
Update MSP430 platform core to version 3.0.0 (fixes #9)
- Update MSP430 compiler to GCC 9.3.1.11 -- the last version released by Texas Instruments
- This is not the latest version of GCC, but is significantly more up-to-date than GCC version 4.6.6 included with MSP430 core version 1.1.0
- This version now supports C++11 and C++14 by default
- C++17 and C++20 are supported, but need to be explicitly enabled using the appropriate
-std
command line option - See https://gcc.gnu.org/projects/cxx-status.html
- C++17 and C++20 are supported, but need to be explicitly enabled using the appropriate
- Code compiled with this version will probably use more RAM and flash than code compiled using GCC 4.6.6
TI Cores v1.2.0
TI Platform Cores release v1.2.0
Updated to add support for recent Linux releases (fixes #6).
Continues to support MacOS, Windows, and older Linux releases.
Changes
-
Update dslite tool to version 12.8.0.3522 (used for uploading/flashing).
- No longer has a dependency on end-of-life Python 2
- Now supports recent Linux distributions that do not include Python 2 (Debian 12, Ubuntu 24.04, Mint 22, etc.)
-
Update platform packages to use new dslite version. Platform packages are otherwise unchanged from previous versions.
- msp430 v1.1.0 (updated from v1.0.7)
- msp432 v5.30.0 (updated from v5.29.5)
- tiva v1.1.0 (updated from v1.0.7)
-
File and README cleanup, simplification, and clarification.
Full Changelog: v1.1.0...v1.2.0
TI Cores v1.1.0
TI Platform Cores release v1.1.0.
Includes tools that can be used in actions instead of downloading from Energia.
Updates
- Add MSP432 core version 4.29.5
- Several clarifications and cleanup
Full Changelog: v1.0.0...v1.1.0
TI Cores v1.0.0
TI Platform Cores release v1.0.0.
Includes tools that can be used in actions instead of downloading from Energia.
Full Changelog: https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/commits/v1.0.0