nuttx/boards/arm/stm32/olimex-stm32-p407/src
Xiang Xiao 0eeca0f375 build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX)
to unify the way to get include directories

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-06-23 00:11:25 +03:00
..
Make.defs build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
olimex-stm32-p407.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
stm32_adc.c
stm32_appinit.c
stm32_autoleds.c
stm32_boot.c
stm32_bringup.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_buttons.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_can.c
stm32_cs4344.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_djoystick.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_spi.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_sram.c Fix Error: board/stm32_selectsram.c:163:13: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value] 2022-11-21 17:39:04 +08:00
stm32_st7735.c arch/arm: Remove FAR and CODE from board folder(3) 2022-05-03 16:50:52 +03:00
stm32_usb.c Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
stm32_userleds.c