nuttx/boards/arm/stm32/clicker2-stm32/src
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
.gitignore
clicker2-stm32.h
Makefile
stm32_adc.c
stm32_appinit.c boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 17:47:03 -06:00
stm32_autoleds.c
stm32_automount.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_boot.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_bringup.c
stm32_buttons.c
stm32_can.c
stm32_mmcsd.c
stm32_mrf24j40.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_spi.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_usb.c
stm32_userleds.c
stm32_xbee.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00