nuttx/arch/sim/src
guanyi ac5b38c9e5 arch/sim: avoid host-call being interrupted before getting errno
Sim use coroutine base on one thread in host to do switch context. but if we allow switch context with in one API (host-API and errno get), maybe the switch context from coroutine cause re-enter host-API call. Make the errno get behavior not work as expected.

Signed-off-by: guanyi3 <guanyi3@xiaomi.com>
2025-07-21 19:19:05 -03:00
..
cmake sim: Align LLVM target info across CMake and Makefile 2025-01-28 16:43:37 +08:00
sim arch/sim: avoid host-call being interrupted before getting errno 2025-07-21 19:19:05 -03:00
.gitignore arch/sim: Copy include/nuttx/config.h to the local folder 2021-07-27 07:44:33 +09:00
CMakeLists.txt arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Makefile arch/sim: add CAN support based on host SocketCAN 2025-05-03 11:26:08 +08:00
nuttx-names.in arch/sim/src/nuttx-names.in: Add pipe2 2024-12-19 14:46:59 +08:00