Skip to content

Commit 610e32f

Browse files
Archeristerwango
authored andcommitted
stm32cube: stm32f4: CONFIG_USE_STM32_LL_FMC also includes ll_fsmc.c
For new aliases to work ll_fsmc.c needs to be included as well Signed-off-by: Yunus Çemberci <44519052+Archerist@users.noreply.github.com>
1 parent 91a3729 commit 610e32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32cube/stm32f4xx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_DMA2D drivers/src/stm32f4xx_ll_
8080
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_EXTI drivers/src/stm32f4xx_ll_exti.c)
8181
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_FMC drivers/src/stm32f4xx_ll_fmc.c)
8282
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_FMPI2C drivers/src/stm32f4xx_ll_fmpi2c.c)
83-
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_FSMC drivers/src/stm32f4xx_ll_fsmc.c)
83+
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_FMC drivers/src/stm32f4xx_ll_fsmc.c)
8484
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_GPIO drivers/src/stm32f4xx_ll_gpio.c)
8585
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_I2C drivers/src/stm32f4xx_ll_i2c.c)
8686
zephyr_library_sources_ifdef(CONFIG_USE_STM32_LL_LPTIM drivers/src/stm32f4xx_ll_lptim.c)

0 commit comments

Comments
 (0)