-
Notifications
You must be signed in to change notification settings - Fork 5
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
Usage in PlatformIO #3
Comments
I don't know; I don't use platformIO and haven't tested them. However, if platformIO uses other cores unmodified, then these should also work. You can always try to load them and see. If you do, let me know and I'll update the README. |
Platformio already supports the TivaC TM4C123 and TM4C129. See https://registry.platformio.org/platforms/platformio/titiva About the MSP432 family, see my comment at energia/msp432r-core#25 (comment) |
Thanks for your comments. Actually, I just meant using msp430_elf_GCC package in the Platformio as I prefer it over Arduino/Energia IDE. |
Platformio lists all these TI MSP430 boards but I don't know which tool-chain there are using. For a very compact binary code, I am still using [Energia release 0101E0012](https://energia.nu/download/. Obviously, I am not using the Arduino / Energia IDE, but Visual Studio Code with emCode. |
Since my focus is on Arduino compatibility and it appears that you are taking an alternate route on the original request, I am going to close this. |
I have found a possible way to use msp430-elf-gcc 9.2.0.50 compler and MSP430 2.0.12 board package with Platformio on a per-project basis: Then I added the platform_packages = option into the project's platformio.ini file with links to local files:
Then Platformio compiled the project using msp430-elf-gcc. More info can be found here |
Great - I'm glad you were able to get this working. I added a note in my README with this info in case somebody else comes across this. Thanks. |
Can these cores be used with Platformio?
The text was updated successfully, but these errors were encountered: