mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
s2740vc-v1 use board common reset interface
This commit is contained in:
committed by
Lorenz Meier
parent
571ffb7652
commit
dde2a0164e
@@ -544,7 +544,15 @@ CONFIG_ARCH_BOARD="s2740vc-v1"
|
||||
#
|
||||
# Board-Specific Options
|
||||
#
|
||||
# CONFIG_LIB_BOARDCTL is not set
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_RESET=y
|
||||
# CONFIG_BOARDCTL_UNIQUEID is not set
|
||||
# CONFIG_BOARDCTL_USBDEVCTRL is not set
|
||||
# CONFIG_BOARDCTL_TSCTEST is not set
|
||||
# CONFIG_BOARDCTL_ADCTEST is not set
|
||||
# CONFIG_BOARDCTL_PWMTEST is not set
|
||||
# CONFIG_BOARDCTL_GRAPHICS is not set
|
||||
# CONFIG_BOARDCTL_IOCTL is not set
|
||||
|
||||
#
|
||||
# RTOS Features
|
||||
|
||||
@@ -46,6 +46,7 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/stm32/board_reset.c
|
||||
s2740vc_init.c
|
||||
s2740vc_can.c
|
||||
../../../drivers/bootloaders/src/common/boot_app_shared.c
|
||||
|
||||
Reference in New Issue
Block a user