nuttx/boards/arm/stm32/stm32f429i-disco/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
Makefile
stm32_adc.c
stm32_appinit.c Fix typos in comments. 2019-08-21 09:32:59 -06:00
stm32_autoleds.c
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_extmem.c
stm32_highpri.c Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 19:03:24 -06:00
stm32_idle.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_ili93414ws.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_l3gd20.c
stm32_lcd.c
stm32_ostest.c
stm32_pwm.c boards/arm/stm32/stm32f429i-disco: Clean up problems after removing forbidden header files from board.h header file. 2019-09-27 11:46:13 -06:00
stm32_spi.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_stmpe811.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_usb.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_userleds.c
stm32f429i-disco.h boards/arm/stm32/stm32f429i-disco: Clean up problems after removing forbidden header files from board.h header file. 2019-09-27 11:46:13 -06:00