mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: added a f103-ADSB firmware
for presenting a ping ADSB device as UAVCAN
This commit is contained in:
parent
43fb6bfdd1
commit
ad2d9d1666
|
@ -0,0 +1,6 @@
|
||||||
|
include ../f103-periph/hwdef-bl.dat
|
||||||
|
|
||||||
|
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_adsb"
|
||||||
|
|
||||||
|
define HAL_CAN_DEFAULT_NODE_ID 116
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
include ../f103-periph/hwdef.dat
|
||||||
|
|
||||||
|
#STDOUT_SERIAL SD1
|
||||||
|
#STDOUT_BAUDRATE 115200
|
||||||
|
|
||||||
|
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_adsb"
|
||||||
|
|
||||||
|
define HAL_CAN_DEFAULT_NODE_ID 116
|
||||||
|
|
||||||
|
# ADSB enable
|
||||||
|
define ADSB_PORT hal.uartB
|
||||||
|
define HAL_PERIPH_ENABLE_ADSB
|
Loading…
Reference in New Issue