mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +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.
|
||
|---|---|---|
| .. | ||
| dfu_signature.c | ||
| Makefile | ||
| photon.h | ||
| stm32_appinit.c | ||
| stm32_autoleds.c | ||
| stm32_boot.c | ||
| stm32_bringup.c | ||
| stm32_buttons.c | ||
| stm32_usb.c | ||
| stm32_userleds.c | ||
| stm32_wdt.c | ||
| stm32_wlan.c | ||
| stm32_wlan_firmware.c | ||