nuttx/arch/z80/src/z8
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
..
chip.h
Kconfig
Make.defs arch: Compile up_puts in all Make.defs 2021-09-18 07:33:44 -03:00
switch.h
Toolchain.defs
z8_head.S
z8_i2c.c
z8_initialstate.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
z8_irq.c
z8_registerdump.c assert: unify stack and register dump across platforms 2021-12-20 00:02:12 -03:00
z8_restorecontext.S
z8_saveirqcontext.c
z8_saveusercontext.S
z8_schedulesigaction.c
z8_serial.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
z8_sigdeliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
z8_timerisr.c
z8_vector.S
z80_mem.h arch: Fix the stack boundary calculation and check 2021-04-10 08:39:54 -07:00