update README

Signed-off-by: jiadong.wu <jiadong.wu@unionman.com.cn>
This commit is contained in:
jiadong.wu 2022-09-02 09:38:59 +08:00
parent f5f6f78381
commit 37244d788d
2 changed files with 25 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# 九联科技-OpenHarmony开发板Unionpi_Tiger
# vendor_unionman
## Unionpi_Tiger开发板介绍
## 介绍
九联科技Unionpi Tiger是一款应用于图像处理音视频处理和深度学习等场景的智能硬件其主芯片采用Amlogic A311D芯片方案。 A311D支持GPU和神经网络加速子系统支持4K视频编解码器引擎和一流的HDR图像处理并集成了所有标准音频/视频输入/输出接口。主系统的CPU采用大小核设计主频高达2.2GHz集成了四个Cortex-A73核心和两Cortex-A53核心 集成独立的5.0T NPU处理器
该仓库托管Unionman开发板(或产品),编译框架适配、解决方案参考代码和脚本
## 约束
@ -32,25 +32,7 @@ Unionpi Tiger使用参考 [使用教程](https://gitee.com/openharmony/device_bo
## 样例导航
基础样例列表如下
| No | 样例名称 | 路径 |
| :--: | ------------------------- | ------------------------------------------------------------ |
| 1 | GPIO控制 | [unionpi_tiger/sample/hardware/gpio](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/gpio) |
| 2 | PWM舵机调试 | [unionpi_tiger/sample/hardware/pwm](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/pwm) |
| 3 | ADC设备读取采样数据 | [unionpi_tiger/sample/hardware/adc](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/adc) |
| 4 | I2C读写及温湿度传感器使用 | [unionpi_tiger/sample/hardware/i2c](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/i2c) |
| 5 | SPI读写 | [unionpi_tiger/sample/hardware/spi](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/spi) |
进阶样例列表如下
| No | 样例名称 | 路径 |
| :--: | :------------------------------- | ------------------------------------------------------------ |
| 1 | HAP应用——控制GPIO | [unionpi_tiger/sample/app/gpioled_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/gpioled_app) |
| 2 | HAP应用——控制舵机 | [unionpi_tiger/sample/app/pwm_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/pwm_app) |
| 3 | HAP应用——读取ADC采样数据 | [unionpi_tiger/sample/app/adc_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/adc_app) |
| 4 | HAP应用——I2C读取温湿度传感器数据 | [unionpi_tiger/sample/app/i2c_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/i2c_app) |
| 5 | HAP应用——SPI读写 | [unionpi_tiger/sample/app/spi_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/spi_app) |
- [sample](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample)
## 参与贡献

21
unionpi_tiger/sample/README.md Executable file
View File

@ -0,0 +1,21 @@
## 样例导航
基础样例列表如下
| No | 样例名称 | 路径 |
| :--: | ------------------------- | ------------------------------------------------------------ |
| 1 | GPIO控制 | [unionpi_tiger/sample/hardware/gpio](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/gpio) |
| 2 | PWM舵机调试 | [unionpi_tiger/sample/hardware/pwm](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/pwm) |
| 3 | ADC设备读取采样数据 | [unionpi_tiger/sample/hardware/adc](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/adc) |
| 4 | I2C读写及温湿度传感器使用 | [unionpi_tiger/sample/hardware/i2c](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/i2c) |
| 5 | SPI读写 | [unionpi_tiger/sample/hardware/spi](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/hardware/spi) |
进阶样例列表如下
| No | 样例名称 | 路径 |
| :--: | :------------------------------- | ------------------------------------------------------------ |
| 1 | HAP应用——控制GPIO | [unionpi_tiger/sample/app/gpioled_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/gpioled_app) |
| 2 | HAP应用——控制舵机 | [unionpi_tiger/sample/app/pwm_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/pwm_app) |
| 3 | HAP应用——读取ADC采样数据 | [unionpi_tiger/sample/app/adc_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/adc_app) |
| 4 | HAP应用——I2C读取温湿度传感器数据 | [unionpi_tiger/sample/app/i2c_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/i2c_app) |
| 5 | HAP应用——SPI读写 | [unionpi_tiger/sample/app/spi_app](https://gitee.com/openharmony/vendor_unionman/tree/master/unionpi_tiger/sample/app/spi_app) |