1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-896: rename OPLink to OPLinkMini

This commit is contained in:
Oleg Semyonov 2013-04-13 00:24:30 +03:00
parent fe1a6b1c5b
commit 1ded536056
30 changed files with 12 additions and 12 deletions

View File

@ -198,12 +198,12 @@ export OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
export OPGCSSYNTHDIR := $(BUILD_DIR)/openpilotgcs-synthetics
# Define supported board lists
ALL_BOARDS := coptercontrol oplink revolution revomini osd simposix
ALL_BOARDS_BU := coptercontrol oplink simposix
ALL_BOARDS := coptercontrol oplinkmini revolution revomini osd simposix
ALL_BOARDS_BU := coptercontrol oplinkmini simposix
# Friendly names of each board (used to find source tree)
coptercontrol_friendly := CopterControl
oplink_friendly := OPLink
oplinkmini_friendly := OPLinkMini
revolution_friendly := Revolution
revomini_friendly := RevoMini
osd_friendly := OSD
@ -211,7 +211,7 @@ simposix_friendly := SimPosix
# Short names of each board (used to display board name in parallel builds)
coptercontrol_short := 'cc '
oplink_short := 'opl'
oplinkmini_short := 'oplm'
revolution_short := 'revo'
revomini_short := 'rm '
osd_short := 'osd '

View File

@ -23,8 +23,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef STM32103CB_OPLINK_H_
#define STM32103CB_OPLINK_H_
#ifndef STM32103CB_OPLINKMINI_H
#define STM32103CB_OPLINKMINI_H
#define ADD_ONE_ADC
@ -312,4 +312,4 @@ extern uint32_t pios_packet_handler;
#define PIOS_FLASH_EEPROM_ADDR (PIOS_FLASH_EEPROM_START_ADDR + PIOS_FLASH_SIZE - PIOS_FLASH_PAGE_SIZE)
#define PIOS_FLASH_EEPROM_LEN PIOS_FLASH_PAGE_SIZE
#endif /* STM32103CB_OPLINK_H_ */
#endif /* STM32103CB_OPLINKMINI_H */

View File

@ -3,8 +3,8 @@
#ifdef USE_STM3210E_OP
#include "STM3210E_OP.h"
#elif USE_STM32103CB_OPLINK
#include "STM32103CB_OPLink_Rev1.h"
#elif USE_STM32103CB_OPLINKMINI
#include "STM32103CB_OPLinkMini_Rev1.h"
#elif USE_STM32103CB_CC_Rev1
#include "STM32103CB_CC_Rev1.h"
#elif USE_STM32F2xx_INS

View File

@ -1,7 +1,7 @@
define connect
target remote localhost:3333
monitor cortex_m3 vector_catch all
file ./Build/OPLink.elf
file ./build/fw_oplinkmini/fw_oplinkmini.elf
end
#monitor reset halt

View File

@ -565,7 +565,7 @@ bool UploaderGadgetWidget::autoUpdate()
emit autoUpdateSignal(LOADING_FW,QVariant());
switch (dfu->devices[0].ID) {
case 0x301:
filename = "fw_pipxtreme";
filename = "fw_oplinkmini";
break;
case 0x401:
case 0x402:

View File

@ -5,7 +5,7 @@ HW_TYPE := 0x01
MCU := cortex-m3
CHIP := STM32F103CBT
BOARD := STM32103CB_OPLINK
BOARD := STM32103CB_OPLINKMINI
MODEL := MD
MODEL_SUFFIX := _PX