zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.85k stars 6.61k forks source link

native_sim/posix missing features #6044

Open aescolar opened 6 years ago

aescolar commented 6 years ago

This is a non-exhaustive list of known missing features in the native_posix board. \ missing = not (yet) implemented / supported, not (properly) tested. The purpose being to make it clear for users, to track, and to have a container for requests.

Note that the reason why these have not been implemented yet is because there is not sufficient drive to do so, and nobody should expect there to be anytime soon.


andrewboie commented 5 years ago

Add CONFIG_HW_STACK_PROTECTION and CONFIG_USERSPACE to this list. Although off the top of my head I can't think of a good way to do it, it really does depend heavily on hardware. This might need to be a documented limitation.