px4cannode-v1 use board common reset interface

This commit is contained in:
David Sidrane
2017-01-23 12:43:01 -10:00
committed by Lorenz Meier
parent 999ecb84d0
commit 1aad48c869
2 changed files with 10 additions and 1 deletions
+9 -1
View File
@@ -555,7 +555,15 @@ CONFIG_ARCH_HAVE_IRQBUTTONS=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
@@ -35,6 +35,7 @@ include_directories(../../bootloaders/include)
set(SRCS)
list(APPEND SRCS
../common/stm32/board_reset.c
px4cannode_can.c
px4cannode_buttons.c
px4cannode_init.c