forked from Archive/PX4-Autopilot
px4fmu-v4 use board common reset interface
This commit is contained in:
parent
fc00e3e168
commit
eb72b49507
|
@ -643,7 +643,7 @@ CONFIG_NSH_MMCSDSLOTNO=0
|
|||
# Board-Specific Options
|
||||
#
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
# CONFIG_BOARDCTL_RESET is not set
|
||||
CONFIG_BOARDCTL_RESET=y
|
||||
# CONFIG_BOARDCTL_UNIQUEID is not set
|
||||
CONFIG_BOARDCTL_USBDEVCTRL=y
|
||||
# CONFIG_BOARDCTL_TSCTEST is not set
|
||||
|
|
|
@ -34,6 +34,7 @@ px4_add_module(
|
|||
MODULE drivers__boards__px4fmu-v4
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
../common/stm32/board_reset.c
|
||||
../common/board_crashdump.c
|
||||
../common/board_dma_alloc.c
|
||||
px4fmu_can.c
|
||||
|
|
Loading…
Reference in New Issue