diff --git a/conf/airframes/funjet1.xml b/conf/airframes/funjet1.xml
index ddf8bcec6a..aded4dfd10 100644
--- a/conf/airframes/funjet1.xml
+++ b/conf/airframes/funjet1.xml
@@ -235,7 +235,7 @@ ap.srcs += nav.c fw_h_ctl.c fw_v_ctl.c
ap.CFLAGS += -DGYRO -DADXRS150
ap.srcs += gyro.c nav_line.c chemotaxis.c anemotaxis.c discsurvey.c
-ap.srcs += traffic_info.c nav_survey_rectangle.c
+ap.srcs += nav_survey_rectangle.c
########## Barometer (SPI)
ap.CFLAGS += -DUSE_SPI -DSPI_MASTER -DUSE_SPI_SLAVE0 -DUSE_BARO_MS5534A
diff --git a/conf/airframes/swb1.xml b/conf/airframes/swb1.xml
index 0bd6c8a91d..ae7b5641a7 100644
--- a/conf/airframes/swb1.xml
+++ b/conf/airframes/swb1.xml
@@ -4,27 +4,27 @@
+
+
-
-
-
-
+
+
-
-
+
+
-
-
+
+
@@ -39,12 +39,12 @@
-
-
+
+
@@ -69,10 +69,10 @@
-
+
-
-
+
+
@@ -91,11 +91,11 @@
-
+
@@ -116,7 +116,7 @@
-
+
@@ -130,7 +130,7 @@
-
+
@@ -148,7 +148,7 @@
-
+
@@ -223,8 +223,9 @@ ap.srcs += nav.c fw_h_ctl.c fw_v_ctl.c
ap.srcs += nav_line.c nav_survey_rectangle.c
-% ap.CFLAGS += -DCAM -DMOBILE_CAM -DPOINT_CAM -DPOINT_CAM_PITCH_ROLL
-% ap.srcs += cam.c point.c traffic_info.c
+ap.CFLAGS += -DCAM -DMOBILE_CAM -DPOINT_CAM -DPOINT_CAM_PITCH_ROLL
+ap.srcs += cam.c point.c
+# traffic_info.c
# Config for SITL simulation
include $(PAPARAZZI_SRC)/conf/autopilot/sitl.makefile
diff --git a/conf/airframes/ugv.xml b/conf/airframes/ugv.xml
index 1d61542f6c..1f7649c017 100644
--- a/conf/airframes/ugv.xml
+++ b/conf/airframes/ugv.xml
@@ -17,7 +17,7 @@
@@ -82,8 +82,8 @@ ap.srcs += downlink.c $(SRC_ARCH)/uart_hw.c datalink.c pprz_transport.c
ap.CFLAGS += -DINTER_MCU
ap.srcs += inter_mcu.c
-ap.CFLAGS += -DGPS -DUBX -DUSE_UART1 -DGPS_LINK=Uart1 -DUART1_BAUD=B9600 -DDOWNLINK_GPS_1Hz
-ap.CFLAGS += -DGPS_CONFIGURE -DGPS_BAUD=38400 -DUSER_GPS_CONFIGURE=\"tl_gps_configure.h\"
+ap.CFLAGS += -DGPS -DUBX -DUSE_UART1 -DGPS_LINK=Uart1 -DUART1_BAUD=B38400 -DDOWNLINK_GPS_1Hz
+% ap.CFLAGS += -DGPS_CONFIGURE -DGPS_BAUD=38400 -DUSER_GPS_CONFIGURE=\"tl_gps_configure.h\"
ap.srcs += gps_ubx.c gps.c latlong.c
diff --git a/conf/autopilot/tiny.makefile b/conf/autopilot/tiny.makefile
index aa415c446b..b9d341a9d5 100644
--- a/conf/autopilot/tiny.makefile
+++ b/conf/autopilot/tiny.makefile
@@ -36,7 +36,7 @@ test_adcs.ARCH = arm7tdmi
test_adcs.TARGET = test_adcs
test_adcs.TARGETDIR = test_adcs
-test_adcs.CFLAGS += -DCONFIG=\"tiny_0_99.h\" -DLED -DTIME_LED=1 -DADC -DUSE_ADC_0 -DUSE_ADC_1 -DUSE_ADC_2 -DUSE_ADC_3 -DUSE_ADC_4 -DUSE_ADC_5 -DUSE_ADC_6 -DUSE_ADC_7
+test_adcs.CFLAGS += -DCONFIG=$(CONFIG) -DLED -DTIME_LED=1 -DADC -DUSE_ADC_0 -DUSE_ADC_1 -DUSE_ADC_2 -DUSE_ADC_3 -DUSE_ADC_4 -DUSE_ADC_5 -DUSE_ADC_6 -DUSE_ADC_7
test_adcs.CFLAGS += -DDOWNLINK -DUSE_UART0 -DDOWNLINK_TRANSPORT=XBeeTransport -DDOWNLINK_FBW_DEVICE=Uart0 -DDOWNLINK_AP_DEVICE=Uart0 -DXBEE_UART=Uart0 -DDATALINK=XBEE -DUART0_BAUD=B9600
test_adcs.srcs += downlink.c $(SRC_ARCH)/uart_hw.c xbee.c
diff --git a/conf/flight_plans/ugv.xml b/conf/flight_plans/ugv.xml
index 53ce5bc272..021ceb2989 100644
--- a/conf/flight_plans/ugv.xml
+++ b/conf/flight_plans/ugv.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/conf/gcs/map_only.xml b/conf/gcs/map_only.xml
new file mode 100644
index 0000000000..524dc64e4a
--- /dev/null
+++ b/conf/gcs/map_only.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/conf/radios/T6EXAP.xml b/conf/radios/T6EXAP.xml
index 5a365c2d47..6550bfee21 100644
--- a/conf/radios/T6EXAP.xml
+++ b/conf/radios/T6EXAP.xml
@@ -49,6 +49,6 @@
-
-
+
+
diff --git a/conf/telemetry/minimal.xml b/conf/telemetry/minimal.xml
new file mode 100644
index 0000000000..c44b932967
--- /dev/null
+++ b/conf/telemetry/minimal.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+