-
Notifications
You must be signed in to change notification settings - Fork 2
PlatformsTI
apla edited this page Mar 10, 2015
·
3 revisions
layout: wiki-cli-page permalink: /cli/PlatformsTI/
Texas Instruments have its own library of development boards, called launchpads
.
Launchpads provided for two families — 16bit msp430 and 32bit ARM (Tiva C, Stellaris).
To install support package for TI LaunchPads into cuwire
, please follow this steps:
- Download Energia IDE;
- Run
cuwire platform import energia <path to Energia IDE>
TODO: add GUI support
Panstamp made good work to provide msp430 support. Their solution (after some modifications) work perfectly for my MSP-EXP430G2.
Compile, upload, serial is fully functional.
TODO: add support for panstamp and TE-CC430F51
Got stellaris working by borrowing energia's hardware folders, added platform.txt
Almost working solution from panstamp is here.