mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-896: rename OPLink to OPLinkMini
This commit is contained in:
parent
fe1a6b1c5b
commit
1ded536056
8
Makefile
8
Makefile
@ -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 '
|
||||
|
6
flight/PiOS/Boards/STM32103CB_OPLink_Rev1.h → flight/PiOS/Boards/STM32103CB_OPLinkMini_Rev1.h
Executable file → Normal file
6
flight/PiOS/Boards/STM32103CB_OPLink_Rev1.h → flight/PiOS/Boards/STM32103CB_OPLinkMini_Rev1.h
Executable file → Normal 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 */
|
@ -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
|
||||
|
@ -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
|
||||
|
0
flight/targets/OPLink/System/inc/FreeRTOSConfig.h → flight/targets/OPLinkMini/System/inc/FreeRTOSConfig.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/FreeRTOSConfig.h → flight/targets/OPLinkMini/System/inc/FreeRTOSConfig.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/openpilot.h → flight/targets/OPLinkMini/System/inc/openpilot.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/openpilot.h → flight/targets/OPLinkMini/System/inc/openpilot.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_board_posix.h → flight/targets/OPLinkMini/System/inc/pios_board_posix.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_board_posix.h → flight/targets/OPLinkMini/System/inc/pios_board_posix.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_config.h → flight/targets/OPLinkMini/System/inc/pios_config.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_config.h → flight/targets/OPLinkMini/System/inc/pios_config.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_config_posix.h → flight/targets/OPLinkMini/System/inc/pios_config_posix.h
Executable file → Normal file
0
flight/targets/OPLink/System/inc/pios_config_posix.h → flight/targets/OPLinkMini/System/inc/pios_config_posix.h
Executable file → Normal file
0
flight/targets/OPLink/System/oplink.c → flight/targets/OPLinkMini/System/oplink.c
Executable file → Normal file
0
flight/targets/OPLink/System/oplink.c → flight/targets/OPLinkMini/System/oplink.c
Executable file → Normal file
0
flight/targets/OPLink/System/pios_board_posix.c → flight/targets/OPLinkMini/System/pios_board_posix.c
Executable file → Normal file
0
flight/targets/OPLink/System/pios_board_posix.c → flight/targets/OPLinkMini/System/pios_board_posix.c
Executable file → Normal 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:
|
||||
|
@ -5,7 +5,7 @@ HW_TYPE := 0x01
|
||||
|
||||
MCU := cortex-m3
|
||||
CHIP := STM32F103CBT
|
||||
BOARD := STM32103CB_OPLINK
|
||||
BOARD := STM32103CB_OPLINKMINI
|
||||
MODEL := MD
|
||||
MODEL_SUFFIX := _PX
|
||||
|
Loading…
x
Reference in New Issue
Block a user