boards: cleanup uavcan test targets (v1 and v0 embedded peripherals)

This commit is contained in:
Daniel Agar
2021-02-18 11:01:16 -05:00
parent 5e188b3cd7
commit 5dc5ebc0a1
7 changed files with 36 additions and 418 deletions

View File

@@ -8,7 +8,7 @@ px4_add_board(
ARCHITECTURE cortex-m7
ROMFSROOT px4fmu_common
IO px4_io-v2_default
TESTING
#TESTING
UAVCAN_INTERFACES 2
SERIAL_PORTS
GPS1:/dev/ttyS0
@@ -57,7 +57,7 @@ px4_add_board(
safety_button
tap_esc
telemetry # all available telemetry drivers
test_ppm
#test_ppm
tone_alarm
#uavcan # legacy v0
uavcan_v1
@@ -92,6 +92,7 @@ px4_add_board(
sih
temperature_compensation
uuv_att_control
uuv_pos_control
vmount
vtol_att_control
SYSTEMCMDS
@@ -116,7 +117,7 @@ px4_add_board(
reflect
sd_bench
system_time
tests # tests and test runner
#tests # tests and test runner
top
topic_listener
tune_control
@@ -125,16 +126,16 @@ px4_add_board(
ver
work_queue
EXAMPLES
fake_gyro
fake_magnetometer
fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
gyro_fft
hello
hwtest # Hardware test
#fake_gyro
#fake_magnetometer
#fixedwing_control # Tutorial code from https://px4.io/dev/example_fixedwing_control
#gyro_fft
#hello
#hwtest # Hardware test
#matlab_csv_serial
px4_mavlink_debug # Tutorial code from http://dev.px4.io/en/debug/debug_values.html
px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
rover_steering_control # Rover example app
uuv_example_app
work_item
#px4_mavlink_debug # Tutorial code from http://dev.px4.io/en/debug/debug_values.html
#px4_simple_app # Tutorial code from http://dev.px4.io/en/apps/hello_sky.html
#rover_steering_control # Rover example app
#uuv_example_app
#work_item
)