Merge pull request #3349 from luhuadong/develop

[BSP] fix error 'undefined reference to entry' after menuconfig
This commit is contained in:
Bernard Xiong 2020-01-20 10:12:21 +08:00 committed by GitHub
commit 452347df46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

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

View File

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