1# vendor_isoftstone 2 3## 介绍 4在vendor/zhiyuan/目录下,托管珠海研果科技有限公司基于T507小熊派开发板开发的样例代码。 5 6## 软件架构 7代码路径说明 8 9``` 10vendor/zhiyuan/ 11├── common // 开发板公共依赖 12└──T507 // T507小熊派开发板 13 ├── chips //芯片目录 14 └── hals 15``` 16 17## 使用说明 18 19### 编译 20 21``` 22进入device/soc/allwinner目录参考REAMD.md文档进行编译 23``` 24 25## 参与贡献 26 27[如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) 28 29[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83) 30 31## 相关仓 32 33[device/soc/allwinner](https://gitee.com/openharmony/device_soc_allwinner) 34 35[device/board/isoftstone](https://gitee.com/openharmony/device_board_isoftstone) 36