mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-896: rename Revo to SensorTest
This commit is contained in:
parent
fdd0ed39e0
commit
6afbef01eb
8
Makefile
8
Makefile
@ -198,13 +198,13 @@ export OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
|
||||
export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics
|
||||
|
||||
# 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
|
||||
|
||||
# Friendly names of each board (used to find source tree)
|
||||
coptercontrol_friendly := CopterControl
|
||||
oplinkmini_friendly := OPLinkMini
|
||||
revolution_friendly := Revolution
|
||||
sensortest_friendly := SensorTest
|
||||
revomini_friendly := RevoMini
|
||||
osd_friendly := OSD
|
||||
simposix_friendly := SimPosix
|
||||
@ -212,7 +212,7 @@ simposix_friendly := SimPosix
|
||||
# Short names of each board (used to display board name in parallel builds)
|
||||
coptercontrol_short := 'cc '
|
||||
oplinkmini_short := 'oplm'
|
||||
revolution_short := 'revo'
|
||||
sensortest_short := 'stst'
|
||||
revomini_short := 'rm '
|
||||
osd_short := 'osd '
|
||||
simposix_short := 'posx'
|
||||
@ -441,7 +441,7 @@ sim_osx: sim_osx_elf
|
||||
sim_osx_%: uavobjects_flight
|
||||
$(V1) $(MKDIR) -p $(BUILD_DIR)/sim_osx
|
||||
$(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 $*
|
||||
|
||||
##############################
|
||||
#
|
||||
|
@ -10,7 +10,7 @@
|
||||
#elif USE_STM32F4xx_OSD
|
||||
#include "STM32F4xx_OSD.h"
|
||||
#elif USE_STM32F4xx_OP
|
||||
#include "STM32F4xx_Revolution.h"
|
||||
#include "STM32F4xx_SensorTest.h"
|
||||
#elif USE_SIM_POSIX
|
||||
#include "sim_posix.h"
|
||||
#else
|
||||
|
@ -575,7 +575,7 @@ bool UploaderGadgetWidget::autoUpdate()
|
||||
filename = "fw_osd";
|
||||
break;
|
||||
case 0x902:
|
||||
filename = "fw_revolution";
|
||||
filename = "fw_sensortest";
|
||||
break;
|
||||
case 0x903:
|
||||
filename = "fw_revomini";
|
||||
|
Loading…
Reference in New Issue
Block a user