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

A port of FreeRTOS that runs on Arduino Samd21 boards

Results 11 Arduino-FreeRTOS-SAMD21 issues
Sort by recently updated
recently updated
newest added

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...

I'm not being able to run any of the examples. After uploading the serial port goes away. I have created a task to blink a LED and the LED doesn't...

could you add license information ? FreeRTOS itself has its own license, but under what license are your contributions made, please?

Hi. I was wondering if this port is now dormant, or if there is any likelihood of it being updated at any point. The version of FreeRTOS provided here is...

Hello, I am working on a project that has some atypical constraints that keep popping up (reading sensors at high cycle rates, and running tasks for many hours on end)....

This way you can enable `calloc` and `realloc` by passing the compiler flags through the Arduino extra flags of the _boards.txt_ file as an alternative to changing the library source.

Hi, Is there some way to override FreeRTOSConfig.h? I need configSUPPORT_STATIC_ALLOCATION enabled.

I have been trying to implement this SAMD21 port of FreeRTOS in conjunction with sleep modes on and Adafruit Feather M0. It does not really work, which is why this...

Hi. I'm starting a new project using Arduino MKR1000 card (SAMD) and RTOS is a great starting point to avoid the development of lots of low level useless code. Thank...

I tried using the [Arduino Low Power](https://www.arduino.cc/reference/en/libraries/arduino-low-power/) library to configure an interrupt by calling `LowPower.sleep()` in the idle task `void loop()`. I suppose it isn't surprising, given the warning "No...