nuttx/configs/stm32butterfly2/src
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
..
Makefile Add support for otgfs device class 2016-08-18 18:06:05 +02:00
stm32_adc.c Remove all references to board_adc_setup() 2016-12-05 17:06:08 -06:00
stm32_boot.c Remove all references to board_adc_setup() 2016-12-05 17:06:08 -06:00
stm32_butterfly2.h Remove all references to board_adc_setup() 2016-12-05 17:06:08 -06:00
stm32_buttons.c Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported. 2017-04-09 07:22:49 -06:00
stm32_leds.c Changes from review of PR 118 2016-08-18 11:29:48 -06:00
stm32_mmcsd.c 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
stm32_spi.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00
stm32_usb.c Changes from review of PR 118 2016-08-18 11:29:48 -06:00
stm32_usbdev.c Changes from review of PR 118 2016-08-18 11:29:48 -06:00
stm32_usbhost.c Changes from review of PR 118 2016-08-18 11:29:48 -06:00