소스 검색

[BSP] [stm32f769-st-disco] fix error 'undefined reference to *entry*' after scons --menuconfig

luhuadong 6 년 전
부모
커밋
bfceeef81c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      bsp/stm32/stm32f769-st-disco/board/Kconfig

+ 2 - 0
bsp/stm32/stm32f769-st-disco/board/Kconfig

@@ -3,6 +3,8 @@ menu "Hardware Drivers Config"
 config SOC_STM32F769NI
 config SOC_STM32F769NI
     bool
     bool
     select SOC_SERIES_STM32F7
     select SOC_SERIES_STM32F7
+    select RT_USING_COMPONENTS_INIT
+    select RT_USING_USER_MAIN
     default y
     default y
 
 
 menu "Onboard Peripheral Drivers"
 menu "Onboard Peripheral Drivers"