move uavcan from modules to drivers

This commit is contained in:
Daniel Agar
2018-12-01 14:00:46 -05:00
parent bbab66d974
commit 75b2053243
109 changed files with 84 additions and 71 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
path = mavlink/include/mavlink/v2.0
url = https://github.com/mavlink/c_library_v2.git
branch = master
[submodule "src/modules/uavcan/libuavcan"]
path = src/modules/uavcan/libuavcan
[submodule "src/drivers/uavcan/libuavcan"]
path = src/drivers/uavcan/libuavcan
url = https://github.com/UAVCAN/libuavcan.git
branch = master
[submodule "msg/tools/genmsg"]
+1 -1
View File
@@ -15,5 +15,5 @@ exec find boards src platforms \
-path src/lib/matrix -prune -o \
-path src/modules/micrortps_bridge/micro-CDR -prune -o \
-path src/modules/systemlib/uthash -prune -o \
-path src/modules/uavcan/libuavcan -prune -o \
-path src/drivers/uavcan/libuavcan -prune -o \
-type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) | grep $PATTERN
-1
View File
@@ -51,7 +51,6 @@ px4_add_board(
position_estimator_inav
sensors
#simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -45,6 +45,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -68,7 +69,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -86,7 +86,6 @@ px4_add_board(
position_estimator_inav
sensors
simulator
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -86,7 +86,6 @@ px4_add_board(
position_estimator_inav
sensors
simulator
#uavcan
vmount
vtol_att_control
wind_estimator
@@ -69,7 +69,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#WIP uavcan
vmount
vtol_att_control
wind_estimator
+1 -7
View File
@@ -46,15 +46,9 @@ px4_add_board(
DRIVERS
bootloaders
stm32
uavcanesc
MODULES
uavcanesc
uavcanesc/nshterm
uavcanesc/commands/cfg
uavcanesc/commands/selftest
uavcanesc/commands/dc
uavcanesc/commands/rpm
uavcanesc/commands/stat
SYSTEMCMDS
config
+1 -1
View File
@@ -50,6 +50,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -73,7 +74,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -50,6 +50,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -73,7 +74,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -49,7 +49,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -47,7 +47,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -38,7 +38,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
#vtol_att_control
wind_estimator
-1
View File
@@ -54,7 +54,6 @@ px4_add_board(
position_estimator_inav
sensors
#simulator
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -52,7 +52,6 @@ px4_add_board(
position_estimator_inav
sensors
#simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -2
View File
@@ -48,7 +48,6 @@ px4_add_board(
#tap_esc
#telemetry # all available telemetry drivers
#test_ppm
#vmount
MODULES
#attitude_estimator_q
@@ -72,7 +71,7 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
#vtol_att_control
#wind_estimator
+2 -2
View File
@@ -30,7 +30,7 @@ px4_add_board(
stm32
tap_esc
#telemetry # all available telemetry drivers
#vmount
#uavcan
MODULES
attitude_estimator_q
@@ -54,7 +54,7 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
#vtol_att_control
#wind_estimator
+2 -2
View File
@@ -32,7 +32,7 @@ px4_add_board(
stm32
tap_esc
#telemetry # all available telemetry drivers
#vmount
#uavcan
MODULES
attitude_estimator_q
@@ -57,7 +57,7 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
#vtol_att_control
#wind_estimator
-1
View File
@@ -70,7 +70,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -2
View File
@@ -42,7 +42,6 @@ px4_add_board(
#telemetry # all available telemetry drivers
telemetry/frsky_telemetry
#test_ppm
#vmount
MODULES
attitude_estimator_q
@@ -66,7 +65,7 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
#vmount
#vtol_att_control
#wind_estimator
+1 -1
View File
@@ -44,9 +44,9 @@ px4_add_board(
DRIVERS
bootloaders
stm32
uavcannode
MODULES
uavcannode
SYSTEMCMDS
config
+1 -7
View File
@@ -46,15 +46,9 @@ px4_add_board(
DRIVERS
bootloaders
stm32
uavcanesc
MODULES
uavcanesc
uavcanesc/nshterm
uavcanesc/commands/cfg
uavcanesc/commands/selftest
uavcanesc/commands/dc
uavcanesc/commands/rpm
uavcanesc/commands/stat
SYSTEMCMDS
config
+1 -1
View File
@@ -57,6 +57,7 @@ px4_add_board(
#tap_esc
#telemetry # all available telemetry drivers
#test_ppm
#uavcan
MODULES
#attitude_estimator_q
@@ -80,7 +81,6 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
#wind_estimator
+2 -1
View File
@@ -55,6 +55,7 @@ px4_add_board(
#tap_esc
#telemetry # all available telemetry drivers
#test_ppm
#uavcan
MODULES
attitude_estimator_q
@@ -78,7 +79,7 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
#vtol_att_control
#wind_estimator
+1 -1
View File
@@ -56,6 +56,7 @@ px4_add_board(
#tap_esc
#telemetry # all available telemetry drivers
#test_ppm
#uavcan
MODULES
#attitude_estimator_q
@@ -79,7 +80,6 @@ px4_add_board(
navigator
#position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
#wind_estimator
+1 -1
View File
@@ -58,6 +58,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -81,7 +82,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -58,6 +58,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -82,7 +83,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -58,6 +58,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
#uavcan
MODULES
attitude_estimator_q
@@ -81,7 +82,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -43,6 +43,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -66,7 +67,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -44,6 +44,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -68,7 +69,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -43,6 +43,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
#uavcan
MODULES
attitude_estimator_q
@@ -66,7 +67,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -57,6 +57,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -80,7 +81,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -57,6 +57,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -81,7 +82,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -57,6 +57,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -80,7 +81,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -58,6 +58,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
uavcan
MODULES
attitude_estimator_q
@@ -82,7 +83,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -58,6 +58,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
#uavcan
MODULES
attitude_estimator_q
@@ -81,7 +82,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -46,7 +46,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
-1
View File
@@ -45,7 +45,6 @@ px4_add_board(
position_estimator_inav
sensors
#simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -18,6 +18,7 @@ px4_add_board(
pwm_out_sim
#telemetry # all available telemetry drivers
tone_alarm_sim
#uavcan
MODULES
attitude_estimator_q
@@ -43,7 +44,6 @@ px4_add_board(
replay
sensors
simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -18,6 +18,7 @@ px4_add_board(
#protocol_splitter
pwm_out_sim
#telemetry # all available telemetry drivers
#uavcan
MODULES
attitude_estimator_q
@@ -44,7 +45,6 @@ px4_add_board(
replay
sensors
simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -17,6 +17,7 @@ px4_add_board(
#magnetometer # all available magnetometer drivers
pwm_out_sim
#telemetry # all available telemetry drivers
#uavcan
MODULES
attitude_estimator_q
@@ -42,7 +43,6 @@ px4_add_board(
replay
sensors
simulator
#uavcan
vmount
vtol_att_control
wind_estimator
+2 -2
View File
@@ -35,7 +35,7 @@ px4_add_board(
#tap_esc
#telemetry # all available telemetry drivers
#test_ppm
#vmount
#uavcan
MODULES
attitude_estimator_q
@@ -59,7 +59,7 @@ px4_add_board(
#navigator
position_estimator_inav
#sensors
#uavcan
#vmount
#vtol_att_control
wind_estimator
+1 -1
View File
@@ -44,6 +44,7 @@ px4_add_board(
tap_esc
telemetry # all available telemetry drivers
test_ppm
#uavcan
MODULES
attitude_estimator_q
@@ -67,7 +68,6 @@ px4_add_board(
navigator
position_estimator_inav
sensors
#uavcan
vmount
vtol_att_control
wind_estimator
+1 -1
View File
@@ -37,9 +37,9 @@ px4_add_board(
DRIVERS
bootloaders
stm32
#uavcannode
MODULES
#uavcannode
SYSTEMCMDS
config

Some files were not shown because too many files have changed in this diff Show More