As I understand FreeRTOS is merely three C files which reside somewhere on the unit. If I create some C program, to carry out some specific process. My question has three parts.
Does the C programs have to be compiled externally or is there an interpreter which processes the code when the unit is powered up?
If compiled on the unit itself is there a compiler which creates a system type file which then gets booted to start the device?
If it has to be created externally, is gcc capable of generating the, I assume, one executable?
Thanks...