nuttx/boards/arm/stm32f7/stm32f746g-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 Merged in OSer916/nuttx/stm32f746g_disco_sd_card (pull request #1075) 2019-11-25 13:54:45 +00:00
stm32_adc.c
stm32_appinitialize.c
stm32_autoleds.c
stm32_boot.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_bringup.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_buttons.c
stm32_extmem.c
stm32_lcd.c
stm32_n25q.c Run files changed in last PR through tools/nxstyle, fix several coding standard violations. 2019-11-21 07:50:37 -06:00
stm32_ostest.c
stm32_sdmmc.c STM32 F7 SDMMC: Cosmetic changes from application of tools/nxstyle to all files modified in last PR. 2019-11-25 08:00:45 -06:00
stm32_spi.c
stm32_sporadic.c
stm32_touchscreen.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_userleds.c
stm32f746g-disco.h STM32 F7 SDMMC: Cosmetic changes from application of tools/nxstyle to all files modified in last PR. 2019-11-25 08:00:45 -06:00