vendor_ohemu:基于OpenHarmony生态的多架构产品样例项目

该仓库托管OpenHarmony社区开发的,而非某个厂商单独开发的典型产品样例代码,主要 包括类似QEMU(Quick Emulator)的图形、软总线等特性产品的开发。

分支303Tags55
文件最后提交记录最后更新时间
Add qemu_arm64_linux_full and virt configurations30 天前
Change hb env to read ohos_config.json3 年前
!359 merge host_product into master6 天前
优化 QEMU virt 平台配置和运行脚本4 天前
适配qemu-arm64-linux-min动态子系统机制:子系统配置调整10 天前
【HDI模板编译规范】整改1 年前
优化 QEMU virt 平台配置和运行脚本4 天前
fix: add qemu_run.sh and add items of config for fixing qemu_ca7_mini_system_demoa4 年前
Description:Changes the features variable name1 年前
Description:Changes the features variable name1 年前
【HDI模板编译规范】整改1 年前
Description:Changes the features variable name1 年前
feature整改1 年前
【HDI模板编译规范】整改1 年前
Description:Changes the features variable name1 年前
【HDI模板编译规范】整改1 年前
Description:Changes the features variable name1 年前
优化 QEMU virt 平台配置和运行脚本4 天前
feat: 添加 host_product 支持和项目配置优化1 个月前
chore(license): add APACHE 2.0 LICENSE file4 年前
修复OAT告警2 年前
fix: 修复CHANGELOG.md中的无效超链接3 年前
!43 删除readme中的使用说明4 年前

vendor_ohos

介绍

该仓库托管OpenHarmony社区开发的,而非某个厂商单独开发的典型产品样例代码,主要 包括类似QEMU(Quick Emulator)的图形、软总线等特性产品的开发。

软件架构

支持QEMU的ARMv7-a架构的virt平台的图形显示产品样例,支持RISC-V架构的virt平台的 样例,支持Xtensa架构的esp32开发板的样例,支持C-SKY架构的virt平台的样例,以及 Cortex-M4架构的样例。

代码路径:

device/qemu/                          --- device_qemu 仓库路径
├── arm_mps2_an386                    --- Cortex-M4 架构的 MPS2-AN386 单板模拟
├── arm_virt                          --- ARMv7-a 架构的 virt 单板模拟
├── drivers                           --- virt驱动目录
├── riscv32_virt                      --- RISC-V 架构的 virt 单板模拟
├── esp32                             --- Xtensa 架构的单板模拟
└── SmartL_E802                       --- C-SKY 架构的 virt 单板模拟
vendor/ohos/                          --- vendor_ohos 仓库路径
├── qemu_small_system_demo            --- 小型系统的样例
├── qemu_mini_system_demo             --- 微型系统的样例
├── qemu_riscv_mini_system_demo       --- 微型系统的 RISC-V 架构的样例
├── qemu_xtensa_mini_system_demo      --- 微型系统的 Xtensa 架构的样例
└── qemu_csky_mini_system_demo        --- 微型系统的 C-SKY 架构的样例

安装教程

QEMU的安装参考链接

使用说明

参照相关仓的说明

贡献

如何参与

Commit message规范

相关仓

device_qemu

项目介绍

该仓库托管OpenHarmony社区开发的,而非某个厂商单独开发的典型产品样例代码,主要 包括类似QEMU(Quick Emulator)的图形、软总线等特性产品的开发。

定制我的领域