cfriedt / greybus-for-zephyr

Greybus Module for the Zephyr Real-Time Operating System
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

manifest: pin to LTS Zephyr Release #70

Open cfriedt opened 2 years ago

cfriedt commented 2 years ago

All of the required features were not complete in time for Zephyr LTSv2.

Should aim for LTSv3.

I think the big missing feature is dynamically allocated thread stacks.

There is some ongoing work there upstream.

Seems like that will have a high impact all over the place, paving the way for e.g. C11 threads, C++11 std::thread std::mutex etc, better pthread support, other language runtimes like rust,