Andy4495 / TI_Platform_Cores_For_Arduino

Replace Energia with Arduino. Use the Arduino IDE or CLI with Texas Instruments processors in the MSP430, MSP432, and Tiva families using the Arduino Boards Manager.
Other
30 stars 5 forks source link

RTOS high-level library for MSP432 #4

Closed rei-vilo closed 1 year ago

rei-vilo commented 1 year ago

One of the key features of Energia for the MSP432 is the full support of TI-RTOS.

To make the use of RTOS easier, I have developed the Galaxia library, which encapsulates the main RTOS elements as objects:

The Galaxia library also runs boards supported by Energia MT:

Feel free to include it among the default libraries of the board package.

Andy4495 commented 1 year ago

I updated the README to include references to Galaxia (40f226431f938b7e2105fcbd5734dc8191a02193). I currently don't have plans to update the MSP432 board package, but I see @ndroid liked your comment, so they may add it in a future update.