mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Rename OPENMV4R target.
This commit is contained in:
parent
2c61d5ec11
commit
f20fdf4a83
@ -60,10 +60,10 @@ jobs:
|
|||||||
paths: ~/build/$TARGET
|
paths: ~/build/$TARGET
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
env: TARGET=OPENMV4R
|
env: TARGET=OPENMV4P
|
||||||
workspaces:
|
workspaces:
|
||||||
create:
|
create:
|
||||||
name: OPENMV4R_WORKSPACE # workspace names are escaped.
|
name: OPENMV4P_WORKSPACE # workspace names are escaped.
|
||||||
paths: ~/build/$TARGET
|
paths: ~/build/$TARGET
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
@ -83,10 +83,10 @@ jobs:
|
|||||||
- OPENMV2_WORKSPACE
|
- OPENMV2_WORKSPACE
|
||||||
- OPENMV3_WORKSPACE
|
- OPENMV3_WORKSPACE
|
||||||
- OPENMV4_WORKSPACE
|
- OPENMV4_WORKSPACE
|
||||||
- OPENMV4R_WORKSPACE
|
- OPENMV4P_WORKSPACE
|
||||||
- WINC1500_WORKSPACE
|
- WINC1500_WORKSPACE
|
||||||
script:
|
script:
|
||||||
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4R WINC1500
|
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4P WINC1500
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 10a28761e8c01350b9bcc84aca273bc7445ae6e0
|
Subproject commit a9d3041b0eaa2a0a5a3a9ff449004864f4852b5d
|
||||||
@ -12,7 +12,7 @@
|
|||||||
#define __OMV_BOARDCONFIG_H__
|
#define __OMV_BOARDCONFIG_H__
|
||||||
|
|
||||||
// Architecture info
|
// Architecture info
|
||||||
#define OMV_ARCH_STR "OMV4R H7 32768 SDRAM" // 33 chars max
|
#define OMV_ARCH_STR "OMV4P H7 32768 SDRAM" // 33 chars max
|
||||||
#define OMV_BOARD_TYPE "H7"
|
#define OMV_BOARD_TYPE "H7"
|
||||||
#define OMV_UNIQUE_ID_ADDR 0x1FF1E800
|
#define OMV_UNIQUE_ID_ADDR 0x1FF1E800
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user