We are considering to use FreeRTOS / OpenRTOS in our design which needs to operate in very low memory requirements. I have the below queries which help in making decision.
Can bootloader be avoided, can FreeRTOS/OpenRTOS boot directly just like Bare metal software. We only have onchip memory and no external memory.
What is the standard footprint of FreeRTOS/OpenRTOS.
Is there provision to strip down the OS to minimal required resources, scheduler, dispatcher and ISR.