nuttx/boards/arm/stm32/olimex-stm32-p207/src
Xiang Xiao a61b8a13c6 Fix nxstyle issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-06-07 19:28:10 +01: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
stm32_appinit.c Fix typos 2020-05-14 10:49:44 -06:00
stm32_autoleds.c
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
stm32_usb.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_userleds.c