platformio / platform-timsp430

TI MSP430: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/timsp430
Apache License 2.0
18 stars 16 forks source link

Define msp430 toolchain for raspberry pi #7

Open isman7 opened 6 years ago

isman7 commented 6 years ago

Hi!

We are running on a robotincs Hackathon this week in Barcelona and we want to use platformio to quick prototyping of a given robot which has to boards, an MSP430F5529 based custom board, given to us by the organization and a Raspberry Pi 2.

Our idea was to use the Raspberry Pi 2 to cross-compile the firmwares for the MSP430, then the first idea was using PlatformIO, but this error came:

Error: Could not find a version that satisfies the requirement '~1.40603.0' for your system 'linux_armv7l'

Is it possible/easy to add a custom package to PlatformIO? Because there exist packages to crosscompile for theese boards from raspbian (linux armv7l). Where we should start to implement it.

Best regards,

Isma