mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
Squashed commit of the following:
Change all calls to usleep() in the OS proper to calls to nxsig_usleep()
sched/signal: Add a new OS internal function nxsig_usleep() that is functionally equivalent to usleep() but does not cause a cancellaption point and does not modify the errno variable.
sched/signal: Add a new OS internal function nxsig_sleep() that is functionally equivalent to sleep() but does not cause a cancellaption point.
|
||
|---|---|---|
| .. | ||
| Make.defs | ||
| spirit_aes.c | ||
| spirit_calibration.c | ||
| spirit_csma.c | ||
| spirit_directrf.c | ||
| spirit_general.c | ||
| spirit_gpio.c | ||
| spirit_irq.c | ||
| spirit_linearfifo.c | ||
| spirit_management.c | ||
| spirit_pktbasic.c | ||
| spirit_pktcommon.c | ||
| spirit_pktmbus.c | ||
| spirit_pktstack.c | ||
| spirit_qi.c | ||
| spirit_radio.c | ||
| spirit_spi.c | ||
| spirit_timer.c | ||