Merge branch 'master' of https://gitee.com/talkweb_oh/niobe
This commit is contained in:
commit
50e28a91fb
|
@ -33,14 +33,14 @@
|
|||
#### 使用git的下载方式
|
||||
|
||||
```
|
||||
git clone https://git.talkweb.com.cn/oneos/openharmony/niobe.git
|
||||
git clone https://gitee.com/talkweb_oh/niobe.git
|
||||
```
|
||||
|
||||
#### 使用repo的下载方式
|
||||
|
||||
```
|
||||
# 初始化
|
||||
repo init -u git@git.talkweb.com.cn:houpengfei/manifest.git --no-repo-verify -m niobe.xml --depth=1
|
||||
repo init -u git@git.talkweb.com.cn:houpengfei/manifest.git --no-repo-verify -m talkweb_niobe.xml --depth=1
|
||||
# 同步代码
|
||||
repo sync -c
|
||||
# 下载大文件
|
||||
|
|
|
@ -67,7 +67,7 @@ This framework consists of the following layers:
|
|||
|
||||
## Directory Structure<a name="section1464106163817"></a>
|
||||
|
||||
The root directory of the Hi3861 SDK is **device\\talkweb\\niobe\_board\\sdk\_liteos**. Its directory structure is as follows:
|
||||
The root directory of the Hi3861 SDK is **device\\talkweb\\niobe\\sdk\_liteos**. Its directory structure is as follows:
|
||||
|
||||
```
|
||||
device/talkweb/niobe/sdk_liteos
|
||||
|
|
|
@ -67,7 +67,7 @@ Niobe(Hi3861V100)是一款高度集成的2.4GHz WiFi SoC芯片,集成IEEE
|
|||
|
||||
## 目录
|
||||
|
||||
Hi3861的SDK软件包根目录结构所在位置device\\talkweb\\niobe\_board\\sdk\_liteos,如下图所示:
|
||||
Hi3861的SDK软件包根目录结构所在位置device\\talkweb\\niobe\\sdk\_liteos,如下图所示:
|
||||
|
||||
```
|
||||
device/talkweb/niobe/sdk_liteos
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
## Introduction
|
||||
|
||||
This repository provides development boards with the code as well as the scripts used for compilation and building framework adaptation and solutions.
|
||||
The Niobe board is a development board built specifically for OpenHarmony systems by Talkweb, with an onboard Heath Hi3861/Hi3861L Wifi Soc chip with an extended version of the NFC expansion board and multi-module.
|
||||
|
||||
## Constraints
|
||||
|
||||
Currently, Niobe \(Hi3861 V100\) are supported.
|
||||
Currently, Niobe \(Hi3861 V100\ / Hi3861 LV100) are supported.
|
||||
|
||||
## Repositories Involved
|
||||
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
## 简介
|
||||
|
||||
参考开发板,编译框架适配、解决方案参考代码和脚本。
|
||||
### 开发板简介
|
||||
|
||||
Niobe开发板是一款由拓维信息专为OpenHarmony系统打造的开发板,板载海思Hi3861/Hi3861L Wifi Soc芯片,并有NFC扩展板以及多模块的扩展版。
|
||||
|
||||
## 约束
|
||||
|
||||
支持Niobe(Hi3861V100)。
|
||||
支持Niobe(Hi3861V100/Hi3861LV100)。
|
||||
|
||||
## 对应仓库
|
||||
|
||||
|
|
Loading…
Reference in New Issue