Arduino-FreeRTOS-SAMD21 icon indicating copy to clipboard operation
Arduino-FreeRTOS-SAMD21 copied to clipboard

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

Open curat97 opened this issue 2 years ago • 0 comments

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!

curat97 avatar Dec 11 '23 11:12 curat97