# vendor_iscas **Repository Path**: openharmony-sig/vendor_iscas ## Basic Information - **Project Name**: vendor_iscas - **Description**: 树莓派系列样例代码 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: OpenHarmony-3.2-Release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 7 - **Created**: 2022-09-02 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vendor_rpi ## 介绍 该仓库托管ISCAS移植的产品:树莓派系列产品,主要是树莓派3B(Raspberry Pi 3 Model B)和树莓派4B(Raspberry Pi 4 Model B) ## 目录 ``` vendor/rpi ├── README.md └── rpi3 # 树莓派3B开发板 ├── config.json # 产品模块详细配置目录 ├── hals # hal层相关配置目录 ├── hdf_config # hdf相关hcs目录 ├── power_config # 电源配置目录 └── product.gni └── rpi4 # 树莓派4B开发板 ├── audio ├── default_app_cinfig ├── etc ├── image_conf ├── preinstall-config ├── resourceschedule ├── sample ├── security_config ├── updater_config └── product.gni ``` ## 贡献 [如何参与](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md) ## 相关仓 * [device/board/iscas](https://gitee.com/openharmony-sig/device_board_iscas) * [device/soc/broadcom](https://gitee.com/openharmony-sig/device_soc_broadcom)