mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +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.
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cloudctrl.h | ||
| Makefile | ||
| stm32_adc.c | ||
| stm32_appinit.c | ||
| stm32_autoleds.c | ||
| stm32_boot.c | ||
| stm32_buttons.c | ||
| stm32_chipid.c | ||
| stm32_phyinit.c | ||
| stm32_relays.c | ||
| stm32_spi.c | ||
| stm32_usb.c | ||
| stm32_usbmsc.c | ||
| stm32_userleds.c | ||
| stm32_w25.c | ||