rename README files

Signed-off-by: Andy Liu <jie.liu@telink-semi.com>
This commit is contained in:
Andy Liu
2022-05-23 16:05:05 +08:00
parent 000d51826e
commit 9d3eb3a27b
3 changed files with 98 additions and 98 deletions
-36
View File
@@ -1,36 +0,0 @@
# device_board_telink
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
Executable → Regular
+26 -62
View File
@@ -1,72 +1,36 @@
# device_board_telink
## 介绍
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
泰凌微公司的B91 Generic Starter Kit是一个可用于评估TLSR9系列芯片组的硬件平台,它可以用于开发适用于多种2.4GHz接口标准的应用程序,包括BLEBLE Mesh、Zigbee 3.0, Thread和2.4GHz私有协议等。
#### Software Architecture
Software architecture description
开发板正反面视图如下:
#### Installation
![开发板正面视图](image/TLSR9518ADK80D_Top_View.png)
1. xxxx
2. xxxx
3. xxxx
![开发板背面视图](image/TLSR9518ADK80D_Bottom_View.png)
#### Instructions
## 开发板规格
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
| 器件类别 | 开发板 |
| ---------- | -------------------------------- |
| CPU | TLSR9518A, RISC-V (Max: 96MHz) |
| RAM | 256KB SRAM |
| Flash | 2MB SPI Flash |
| GPIO | 40 |
| I2C | 1 |
| UART | 2 |
| SPI | Memory SPI, HSPI, PSPI |
| USB | 1 |
| PWM | 6 |
| LED | 4 |
| Debug | JTAG、Swire |
| ADC | 10-channel 14bit auxilary ADC |
| Button | 4 |
#### Gitee Feature
## OpenHarmonyOS关键特性
| 组件名 | 能力介绍 |
| -------------- | ------------------------------------------------------------------------------------------------ |
| 内核 | LiteOS-M |
| 上电启动 | 上电启动OpenHarmonyOS |
| BLE服务 | 提供BLE功能 |
| 外设控制 | 提供操作外设的能力,包括:I2C、ADC、UART、SPI、GPIO、PWM、FLASH等。 |
| 系统服务管理 | 系统服务管理基于面向服务的架构,提供了OpenHarmonyOS统一化的系统服务开发框架。 |
| 启动引导 | 提供系统服务的启动入口标识。在系统服务管理启动时,调用boostrap标识的入口函数,并启动系统服务。 |
| 系统属性 | 提供获取与设置系统属性的能力。 |
| 基础库 | 提供公共基础库能力,包括:文件操作、KV存储管理等。 |
| DFX | 提供DFX能力,包括:流水日志等。 |
| HDF | 提供OpenHarmony硬件配置驱动的能力。 |
| XTS | 提供OpenHarmonyOS生态认证测试套件的集合能力。 |
## 开发板设计文档
参考 [开发板设计文档](http://wiki.telink-semi.cn/doc/hw/B91_DevelopmentBoard_TLSR9518ADK80D.zip)
## 环境搭建
参考 [环境搭建步骤](https://gitee.com/openharmony-sig/device_soc_telink/blob/master/README.md)
## 编译调试
参考 [编译调试步骤](https://gitee.com/openharmony-sig/device_soc_telink/blob/master/README.md)
## 示例代码
代码默认有3个示例:
1. [LED应用示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_led_demo)
2. [BLE测试示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_ble_demo)
2. [XTS测试示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_xts_demo)
## 联系
如果您在开发过程中有问题,请在仓库[issues](https://gitee.com/openharmony-sig/device_board_telink/issues)提问。
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
Executable
+72
View File
@@ -0,0 +1,72 @@
# device_board_telink
## 介绍
泰凌微公司的B91 Generic Starter Kit是一个可用于评估TLSR9系列芯片组的硬件平台,它可以用于开发适用于多种2.4GHz接口标准的应用程序,包括BLEBLE Mesh、Zigbee 3.0, Thread和2.4GHz私有协议等。
开发板正反面视图如下:
![开发板正面视图](image/TLSR9518ADK80D_Top_View.png)
![开发板背面视图](image/TLSR9518ADK80D_Bottom_View.png)
## 开发板规格
| 器件类别 | 开发板 |
| ---------- | -------------------------------- |
| CPU | TLSR9518A, RISC-V (Max: 96MHz) |
| RAM | 256KB SRAM |
| Flash | 2MB SPI Flash |
| GPIO | 40 |
| I2C | 1 |
| UART | 2 |
| SPI | Memory SPI, HSPI, PSPI |
| USB | 1 |
| PWM | 6 |
| LED | 4 |
| Debug | JTAG、Swire |
| ADC | 10-channel 14bit auxilary ADC |
| Button | 4 |
## OpenHarmonyOS关键特性
| 组件名 | 能力介绍 |
| -------------- | ------------------------------------------------------------------------------------------------ |
| 内核 | LiteOS-M |
| 上电启动 | 上电启动OpenHarmonyOS |
| BLE服务 | 提供BLE功能 |
| 外设控制 | 提供操作外设的能力,包括:I2C、ADC、UART、SPI、GPIO、PWM、FLASH等。 |
| 系统服务管理 | 系统服务管理基于面向服务的架构,提供了OpenHarmonyOS统一化的系统服务开发框架。 |
| 启动引导 | 提供系统服务的启动入口标识。在系统服务管理启动时,调用boostrap标识的入口函数,并启动系统服务。 |
| 系统属性 | 提供获取与设置系统属性的能力。 |
| 基础库 | 提供公共基础库能力,包括:文件操作、KV存储管理等。 |
| DFX | 提供DFX能力,包括:流水日志等。 |
| HDF | 提供OpenHarmony硬件配置驱动的能力。 |
| XTS | 提供OpenHarmonyOS生态认证测试套件的集合能力。 |
## 开发板设计文档
参考 [开发板设计文档](http://wiki.telink-semi.cn/doc/hw/B91_DevelopmentBoard_TLSR9518ADK80D.zip)
## 环境搭建
参考 [环境搭建步骤](https://gitee.com/openharmony-sig/device_soc_telink/blob/master/README.md)
## 编译调试
参考 [编译调试步骤](https://gitee.com/openharmony-sig/device_soc_telink/blob/master/README.md)
## 示例代码
代码默认有3个示例:
1. [LED应用示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_led_demo)
2. [BLE测试示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_ble_demo)
2. [XTS测试示例](https://gitee.com/openharmony-sig/vendor_telink/tree/master/b91_devkit_xts_demo)
## 联系
如果您在开发过程中有问题,请在仓库[issues](https://gitee.com/openharmony-sig/device_board_telink/issues)提问。