nuttx/boards/arm/stm32/olimex-stm32-p207/src
Xiang Xiao 1a95cce1a3 build: Move .config check to the top Makefile
remove the workaround to handle the inexistence of .config/Make.defs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-20 17:57:34 +01:00
..
Make.defs build: Move .config check to the top Makefile 2020-05-20 17:57:34 +01: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 Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00
stm32_can.c Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00
stm32_usb.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
stm32_userleds.c Merged in alinjerpelea/nuttx (pull request #1003) 2019-08-19 15:16:08 +00:00