forked from Archive/PX4-Autopilot
px4flow-v2 use board common reset interface
This commit is contained in:
parent
c6c2eca139
commit
a29d7091c4
|
@ -529,7 +529,15 @@ CONFIG_ARCH_LEDS=y
|
|||
#
|
||||
# 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
|
||||
CONFIG_BOARD_HAS_PROBES=y
|
||||
# CONFIG_BOARD_USE_PROBES is not set
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ include_directories(../../bootloaders/include)
|
|||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/stm32/board_reset.c
|
||||
px4flow_init.c
|
||||
px4flow_led.c
|
||||
px4flow_can.c
|
||||
|
|
Loading…
Reference in New Issue