Arduino_FreeRTOS_Library icon indicating copy to clipboard operation
Arduino_FreeRTOS_Library copied to clipboard

A FreeRTOS Library for all Arduino ATmega Devices (Uno R3, Leonardo, Mega, etc).

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

Hi Phillip, I recently got hold of some AVR128DB28. Though they are pretty new, Spence Konde already supports them with [DxCore](https://github.com/SpenceKonde/DxCore). They belong to the `megaavr` family of controllers that...

enhancement
discussion

Library version with support for MCU LGT8F328 using Timer 3 for tick generation. In the FreeRTOSVariant.h file, you need to uncomment the line containing "#define portUSE_LGT_TIMER3" (_line 58_) to generate...

libc claims to supports megaAVR 0-Series Devices: ATmega808, ATmega809, ATmega1608, ATmega1609, ATmega3208, ATmega3209, ATmega4808, ATmega4809 Will there be an update? https://avrdudes.github.io/avr-libc/avr-libc-user-manual-2.3.0/index.html

enhancement