nuttx/arch/risc-v
Eero Nurkkala 71ace555f2 risc-v/mpfs: ihc: fix performance issue
nxsig_usleep() will wait for the next timer tick which is way
too much here. It's not sleeping 100 us, but rather, near 1/60 s.

This causes severe performance problems. Fix this by polling the
register for a while if the remote end is busy.

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
2022-08-26 02:12:26 +08:00
..
include Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
src risc-v/mpfs: ihc: fix performance issue 2022-08-26 02:12:26 +08:00
Kconfig risc-v/esp32c3: Add support for Protected Mode 2022-05-18 11:43:52 +08:00