forked from Archive/PX4-Autopilot
px4-stm32f4discovery use board common reset interface
This commit is contained in:
parent
e68532a86e
commit
4bbcb9a768
|
@ -633,7 +633,7 @@ CONFIG_NSH_MMCSDMINOR=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
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
px4_add_module(
|
||||
MODULE drivers__boards__px4-stm32f4discovery
|
||||
SRCS
|
||||
../common/stm32/board_reset.c
|
||||
px4discovery_init.c
|
||||
px4discovery_usb.c
|
||||
px4discovery_led.c
|
||||
|
|
Loading…
Reference in New Issue