nuttx/arch/z16/src
Zeng Zhaoxiu fb43fd73ed signal: signal handler may cause task's state error
For example, task is blocked by nxsem_wait(sem1), use nxsem_wait(sem2)
in signal handler, and take sem2 successfully, after exit from signal
handler to task, nxsem_wait(sem1) returns OK, but the correct result
should be -EINTR.

Signed-off-by: Zeng Zhaoxiu <zhaoxiu.zeng@gmail.com>
2022-01-05 21:36:44 +09:00
..
common signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
z16f arch/z16: Implement up_puts function 2021-09-18 07:33:44 -03:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
Makefile arch/: Clean what was made during context in distclean. 2021-07-21 16:52:36 -03:00