freertos-addons icon indicating copy to clipboard operation
freertos-addons copied to clipboard

Support for Arduino

Open ibrahimdanish opened this issue 4 years ago • 2 comments

I would like to have this wrapper available for Arduino platform. It would be very interesting to have Arduino + FreeRTOS + freertos-addons. We already have Arduino + FreeRTOS and FreeRTOS + freertos-addons. All we need is to glue them together.

ibrahimdanish avatar Apr 11 '20 09:04 ibrahimdanish

I was missing this as well e.g. for the ESP32, so I gave it a trial: Here is a first draft implementation: https://github.com/pschatzmann/arduino-freertos-addons

pschatzmann avatar Nov 06 '22 11:11 pschatzmann

I've managed to run it on PlatformIO and ESP32-S3: https://github.com/michaelbecker/freertos-addons/pull/52

kpochwala avatar May 08 '23 16:05 kpochwala