Updated Jun 2025
C Development Tools
[RTOS Implementation Building Blocks]
A goal of FreeRTOS is that it is simple and easy to understand. To this end the majority of the RTOS source code is written in C,
not assembler. The example presented here uses the WinAVR development tools. WinAVR is
a free Windows to AVR cross compiler based on GCC.
Next: RTOS Implementation - The RTOS Tick