BriscoeTech / Arduino-FreeRTOS-SAMD21

A port of FreeRTOS that runs on Arduino Samd21 boards
63 stars 19 forks source link

Include a project ported to run on FreeRTOS (i.e. CubeSat Space Protocol) #36

Open curat97 opened 6 months ago

curat97 commented 6 months ago

Hello there, I would like to implement the CubeSat Space Protocol (a small protocol stack for communication) (https://github.com/libcsp/libcsp/tree/develop) on my Adafruit Feather M0 WiFi. I have seen that this protocol has been ported to run on FreeRTOS posix/linux simulator (https://github.com/libcsp/libcsp-freertos/tree/main). I was wondering what is the way forward to run it on Arduino using the Arduino-FreeRTOS-SAMD21 library. If you have any idea on how to do it or if it feasible, it would be really appreciated, thanks!