nuttx/configs/stm32butterfly2
Gregory Nutt 936df1bcb5 Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
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.
2017-10-06 10:15:01 -06:00
..
include Changes from review of PR 118 2016-08-18 11:29:48 -06:00
nsh Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
nshnet Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
nshusbdev Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
nshusbhost Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
scripts Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
src Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
Kconfig Add minimal support for Kamami stm32butterfly2 development board 2016-08-14 16:32:11 +02:00