miniAVRfreeRTOS icon indicating copy to clipboard operation
miniAVRfreeRTOS copied to clipboard

Minimum FreeRTOS implementation - for all AVR ATmega MCU variants.

Results 3 miniAVRfreeRTOS issues
Sort by recently updated
recently updated
newest added

Hello. I will try your implementation of this great RTOS to get the library to work with [NRF24L01](https://github.com/antoineleclair/avr-nrf24l01) but the library doesn't work for me. Without using RTOS everything is...

Hi Phillip, For someone switching from your wonderful Arduino_FreeRTOS_Library to bare-metal, could you extend the "Getting started" section with a minimal guide for a simple Makefile based setup? What is...

This introduces a non-breaking change to enable `ISR_NOBLOCK` via config option. If the option is missing, then it falls back to not enabling `ISR_NOBLOCK`. Mentioned in #9.