benjamin051000 / albeRTOS

A simple RTOS 🐊
0 stars 0 forks source link

remove msp432 launchpad dependency #1

Open benjamin051000 opened 4 weeks ago

benjamin051000 commented 4 weeks ago

The MSP432 dependencies aren't necessary here.

make it so this can be compiled/executed anywhere:

benjamin051000 commented 4 weeks ago

this likely means removing the ARM dependency as well. Maybe some kind of arch/ dir where platform-specific code goes?