nuttx/boards/arm/stm32/olimex-stm32-p207/src
chao.an d938e2cd46 CI check: fix nxstyle warning
nxstyle fixes to reduce the CI warnings

Signed-off-by: chao.an <anchao@xiaomi.com>
2020-07-02 01:53:23 -05:00
..
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
olimex-stm32-p207.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stm32_adc.c Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00
stm32_appinit.c Fix typos 2020-05-14 10:49:44 -06:00
stm32_autoleds.c Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00
stm32_boot.c arch/arm/src/stm32 and boards/arm/stm32/olimex-stm32-p207/src: Fix an error found in build testing. There is not relationship be CONFIG_STM32_USBHOST and CONFIG_USBHOST, yet they they are used interchangably. This means that can (and did) get out of synch causing link time failures. This commit adds logic to select CONFIG_USBHOST when CONFIG_STM32_USBHOST is selected, keeping the two settings syncrhonized. Furthermore, since CONFIG_STM32_USBHOST is the authoritative setting, all ocurrences of CONFIG_USBHOST were replaced with CONFIG_STM32_USBHOST in the architecture code and in this one board code that was producing the error in build testing. 2019-10-27 15:02:56 -06:00
stm32_buttons.c Fix nxstyle issue 2020-06-07 19:28:10 +01:00
stm32_can.c Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00
stm32_usb.c CI check: fix nxstyle warning 2020-07-02 01:53:23 -05:00
stm32_userleds.c Fix nxstyle issue 2020-06-07 19:28:10 +01:00