1.6k views
in System Integration by
As far as I understand from other postings, FreeRTOS is best supported for gcc toolchain.

But is there any summary about the pros and cons of using FreeRTOS? Are there any limitations on Embedded Wizard or on FreeRTOS when combining them?

1 Answer

0 votes
by

From Embedded Wizard point of view there is no need to use an operating system. Any UI application generated by Embedded Wizard can work with or without operating system.

Since the UI application is always running in one main UI thread (see Main Loop), there are no operating system services necessary.

This means, the usage of an operating system and the selection of a dedicated operating system depends on your entire application and your other software parts.

Most of our ready-to-use Build Environments are created to work with non OS (bare metal) or with FreeRTOS, since this is very popular.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...