Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GCC9.3 on MSP430. Fixes #9. #10

Merged
merged 12 commits into from
Dec 29, 2024
Merged

Add support for GCC9.3 on MSP430. Fixes #9. #10

merged 12 commits into from
Dec 29, 2024

Conversation

Andy4495
Copy link
Owner

Creat new MSP430 platform core "msp430gcc9" version 3.0.0 (fixes #9)

  • Updates MSP430 compiler to GCC 9.3.1.11 -- the last version released by Texas Instruments
    • See https://www.ti.com/tool/MSP430-GCC-OPENSOURCE
    • 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
    • Code compiled with this version will probably use more RAM and flash than code compiled using GCC 4.6.6

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.
  • Version 0.25 has been tested to work with MacOS 15 Sequoia

@Andy4495 Andy4495 merged commit 0a8a6fc into main Dec 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++11 support
1 participant