1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-04-08 00:53:48 +02:00

OP-896: rename Revo to SensorTest

This commit is contained in:
Oleg Semyonov 2013-04-13 00:28:44 +02:00
parent fdd0ed39e0
commit 6afbef01eb
32 changed files with 6 additions and 6 deletions

View File

@ -198,13 +198,13 @@ export OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics
# Define supported board lists # Define supported board lists
ALL_BOARDS := coptercontrol oplinkmini revolution revomini osd simposix ALL_BOARDS := coptercontrol oplinkmini sensortest revomini osd simposix
ALL_BOARDS_BU := coptercontrol oplinkmini simposix ALL_BOARDS_BU := coptercontrol oplinkmini simposix
# Friendly names of each board (used to find source tree) # Friendly names of each board (used to find source tree)
coptercontrol_friendly := CopterControl coptercontrol_friendly := CopterControl
oplinkmini_friendly := OPLinkMini oplinkmini_friendly := OPLinkMini
revolution_friendly := Revolution sensortest_friendly := SensorTest
revomini_friendly := RevoMini revomini_friendly := RevoMini
osd_friendly := OSD osd_friendly := OSD
simposix_friendly := SimPosix simposix_friendly := SimPosix
@ -212,7 +212,7 @@ simposix_friendly := SimPosix
# Short names of each board (used to display board name in parallel builds) # Short names of each board (used to display board name in parallel builds)
coptercontrol_short := 'cc ' coptercontrol_short := 'cc '
oplinkmini_short := 'oplm' oplinkmini_short := 'oplm'
revolution_short := 'revo' sensortest_short := 'stst'
revomini_short := 'rm ' revomini_short := 'rm '
osd_short := 'osd ' osd_short := 'osd '
simposix_short := 'posx' simposix_short := 'posx'
@ -441,7 +441,7 @@ sim_osx: sim_osx_elf
sim_osx_%: uavobjects_flight sim_osx_%: uavobjects_flight
$(V1) $(MKDIR) -p $(BUILD_DIR)/sim_osx $(V1) $(MKDIR) -p $(BUILD_DIR)/sim_osx
$(V1) $(MAKE) --no-print-directory \ $(V1) $(MAKE) --no-print-directory \
-C $(ROOT_DIR)/flight/targets/Revolution --file=$(ROOT_DIR)/flight/targets/Revolution/Makefile.osx $* -C $(ROOT_DIR)/flight/targets/SensorTest --file=$(ROOT_DIR)/flight/targets/SensorTest/Makefile.osx $*
############################## ##############################
# #

View File

@ -10,7 +10,7 @@
#elif USE_STM32F4xx_OSD #elif USE_STM32F4xx_OSD
#include "STM32F4xx_OSD.h" #include "STM32F4xx_OSD.h"
#elif USE_STM32F4xx_OP #elif USE_STM32F4xx_OP
#include "STM32F4xx_Revolution.h" #include "STM32F4xx_SensorTest.h"
#elif USE_SIM_POSIX #elif USE_SIM_POSIX
#include "sim_posix.h" #include "sim_posix.h"
#else #else

View File

@ -575,7 +575,7 @@ bool UploaderGadgetWidget::autoUpdate()
filename = "fw_osd"; filename = "fw_osd";
break; break;
case 0x902: case 0x902:
filename = "fw_revolution"; filename = "fw_sensortest";
break; break;
case 0x903: case 0x903:
filename = "fw_revomini"; filename = "fw_revomini";