Releases: Andy4495/TI_Platform_Cores_For_Arduino
TI Cores v1.3.1
Create new MSP430 platform core msp430gcc9
version 3.0.0 (fixes #9)
- Updates MSP430 compiler to GCC 9.3.1.11
- GCC 9.3.1.11 is the last version released by Texas Instruments, and much more up-to-date than version 4.6.6 included with MSP430 core version 1.1.0
- C++11 and C++14 are supported 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 compiler version will probably use more RAM and flash than code compiled using GCC 4.6.6
- Other potential compatibility issues listed here
Update mspdebug
tool to version 0.25 on MacOS (for both msp430 v1.1.0 and msp430gcc9 v3.0.0)
mspdebug
is used for uploading to MSP430 non-ET boards- Compiled from the GitHub source repo
- Version 0.25 has been tested to work with MacOS 15 Sequoia
- Windows and Linux continue to use version 0.24
Full Changelog: v1.2.0...v1.3.1
TI Cores v1.3.0
This is a draft release used while creating the updated MSP430 core.
Use release 1.3.1 instead.
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