From 11da0b91e3e0735aa2ebcf31df61e804082e899e Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Thu, 27 Feb 2014 18:38:22 +0100 Subject: [PATCH] [tools] move gps ublox config tool closes #612 --- {conf/gps => sw/tools/gps_ublox_conf}/Makefile | 0 {conf/gps => sw/tools/gps_ublox_conf}/README | 0 {conf/gps => sw/tools/gps_ublox_conf}/Tim-LL-V5.txt | 0 {conf/gps => sw/tools/gps_ublox_conf}/antrser.inf | 0 {conf/gps => sw/tools/gps_ublox_conf}/lea5h_rotorcraft.txt | 0 {conf/gps => sw/tools/gps_ublox_conf}/rotorcraft_ublox6.txt | 0 {conf/gps => sw/tools/gps_ublox_conf}/sam_ls_cfg_05_02.txt | 0 {conf/gps => sw/tools/gps_ublox_conf}/sam_ls_config_04_11.txt | 0 .../tools/gps_ublox_conf/ublox_LEA-4P-v6.txt | 0 .../tools/gps_ublox_conf/ublox_LEA-4P-v6_POSLLH.txt | 0 .../tools/gps_ublox_conf/ublox_LEA-5H-v5.txt | 0 {conf/gps => sw/tools/gps_ublox_conf}/ublox_conf.c | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {conf/gps => sw/tools/gps_ublox_conf}/Makefile (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/README (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/Tim-LL-V5.txt (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/antrser.inf (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/lea5h_rotorcraft.txt (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/rotorcraft_ublox6.txt (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/sam_ls_cfg_05_02.txt (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/sam_ls_config_04_11.txt (100%) rename conf/gps/Tiny_LEA-4P-v6.txt => sw/tools/gps_ublox_conf/ublox_LEA-4P-v6.txt (100%) rename conf/gps/Tiny_LEA-4P-v6_POSLLH.txt => sw/tools/gps_ublox_conf/ublox_LEA-4P-v6_POSLLH.txt (100%) rename conf/gps/Tiny_LEA-5H-v5.txt => sw/tools/gps_ublox_conf/ublox_LEA-5H-v5.txt (100%) rename {conf/gps => sw/tools/gps_ublox_conf}/ublox_conf.c (100%) diff --git a/conf/gps/Makefile b/sw/tools/gps_ublox_conf/Makefile similarity index 100% rename from conf/gps/Makefile rename to sw/tools/gps_ublox_conf/Makefile diff --git a/conf/gps/README b/sw/tools/gps_ublox_conf/README similarity index 100% rename from conf/gps/README rename to sw/tools/gps_ublox_conf/README diff --git a/conf/gps/Tim-LL-V5.txt b/sw/tools/gps_ublox_conf/Tim-LL-V5.txt similarity index 100% rename from conf/gps/Tim-LL-V5.txt rename to sw/tools/gps_ublox_conf/Tim-LL-V5.txt diff --git a/conf/gps/antrser.inf b/sw/tools/gps_ublox_conf/antrser.inf similarity index 100% rename from conf/gps/antrser.inf rename to sw/tools/gps_ublox_conf/antrser.inf diff --git a/conf/gps/lea5h_rotorcraft.txt b/sw/tools/gps_ublox_conf/lea5h_rotorcraft.txt similarity index 100% rename from conf/gps/lea5h_rotorcraft.txt rename to sw/tools/gps_ublox_conf/lea5h_rotorcraft.txt diff --git a/conf/gps/rotorcraft_ublox6.txt b/sw/tools/gps_ublox_conf/rotorcraft_ublox6.txt similarity index 100% rename from conf/gps/rotorcraft_ublox6.txt rename to sw/tools/gps_ublox_conf/rotorcraft_ublox6.txt diff --git a/conf/gps/sam_ls_cfg_05_02.txt b/sw/tools/gps_ublox_conf/sam_ls_cfg_05_02.txt similarity index 100% rename from conf/gps/sam_ls_cfg_05_02.txt rename to sw/tools/gps_ublox_conf/sam_ls_cfg_05_02.txt diff --git a/conf/gps/sam_ls_config_04_11.txt b/sw/tools/gps_ublox_conf/sam_ls_config_04_11.txt similarity index 100% rename from conf/gps/sam_ls_config_04_11.txt rename to sw/tools/gps_ublox_conf/sam_ls_config_04_11.txt diff --git a/conf/gps/Tiny_LEA-4P-v6.txt b/sw/tools/gps_ublox_conf/ublox_LEA-4P-v6.txt similarity index 100% rename from conf/gps/Tiny_LEA-4P-v6.txt rename to sw/tools/gps_ublox_conf/ublox_LEA-4P-v6.txt diff --git a/conf/gps/Tiny_LEA-4P-v6_POSLLH.txt b/sw/tools/gps_ublox_conf/ublox_LEA-4P-v6_POSLLH.txt similarity index 100% rename from conf/gps/Tiny_LEA-4P-v6_POSLLH.txt rename to sw/tools/gps_ublox_conf/ublox_LEA-4P-v6_POSLLH.txt diff --git a/conf/gps/Tiny_LEA-5H-v5.txt b/sw/tools/gps_ublox_conf/ublox_LEA-5H-v5.txt similarity index 100% rename from conf/gps/Tiny_LEA-5H-v5.txt rename to sw/tools/gps_ublox_conf/ublox_LEA-5H-v5.txt diff --git a/conf/gps/ublox_conf.c b/sw/tools/gps_ublox_conf/ublox_conf.c similarity index 100% rename from conf/gps/ublox_conf.c rename to sw/tools/gps_ublox_conf/ublox_conf.c