tum-ei-eda / mlonmcu-sw

Target software library (MLIF, Machine Learning Interface) used by the MLonMCU python package
1 stars 3 forks source link

RTOS Support #2

Open PhilippvK opened 2 years ago

PhilippvK commented 2 years ago

As a long term goal it would be desirable to support running the MLIF/Target Software on an operating system in addition to allowing bare metal only.

The most relevant ones are probably:

The latter one would also have the advantage that the build process can be managed by Zephyr as well which means that we could easily support a large number of targets without implementing every single one by ourselves.

This feature is fully optional, so please do not feel obligated to implement it anytime soon!

fpedd commented 2 years ago

The ESP-IDF builds on top of FreeRTOS, see here. So when targeting the ESP32-C3 you already have Vanilla FreeRTOS (currently v10.4.3) available.