{"id":28430691,"url":"https://github.com/rt-thread/qemu-edu","last_synced_at":"2025-07-04T22:31:35.540Z","repository":{"id":281471667,"uuid":"945330381","full_name":"RT-Thread/qemu-edu","owner":"RT-Thread","description":"rt-thread edu with qemu","archived":false,"fork":false,"pushed_at":"2025-03-24T15:11:41.000Z","size":6643,"stargazers_count":6,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-05T14:07:52.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RT-Thread.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-09T06:48:10.000Z","updated_at":"2025-06-02T16:38:21.000Z","dependencies_parsed_at":"2025-03-09T10:36:10.179Z","dependency_job_id":null,"html_url":"https://github.com/RT-Thread/qemu-edu","commit_stats":null,"previous_names":["rt-thread/qemu-edu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RT-Thread/qemu-edu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RT-Thread%2Fqemu-edu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RT-Thread%2Fqemu-edu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RT-Thread%2Fqemu-edu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RT-Thread%2Fqemu-edu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RT-Thread","download_url":"https://codeload.github.com/RT-Thread/qemu-edu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RT-Thread%2Fqemu-edu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263627932,"owners_count":23490871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-05T14:07:50.223Z","updated_at":"2025-07-04T22:31:35.534Z","avatar_url":"https://github.com/RT-Thread.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RT-Thread 教育支持\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![RT-Thread](https://img.shields.io/badge/RT--Thread-OS-orange.svg)](https://www.rt-thread.org/)\n\n本仓库旨在为学校提供基于RT-Thread操作系统的教学资源，包括**移植案例**、**实践教程**、**课程设计题目**以及**竞赛/毕业设计方向**。通过QEMU模拟器和真实硬件结合，帮助学习者快速掌握嵌入式系统、操作系统的开发技能。\n\n## 目录结构\n\n```\n.\n├── machines      # 支持的板卡移植\n├── tutorials     # 教程文档\n└── ...\n```\n\n## 板卡支持计划\n\n### QEMU模拟器支持\n| 架构            | 基础功能支持                  | 网络支持  | 文件系统  |\n|-----------------|-----------------------------|----------|----------|\n| qemu-vexpress-a9     | 32位arm cortex-a9支持/设备驱动框架         | ✔️        | ✔️        |\n| qemu-virt-riscv64    | 64位risc-v内核及命令行       | ✔️        | ✔️        |\n| qemu-virt-aarch64    | 64位arm cortex-a53内核及命令行         | ✔️        | ✔️        |\n| qemu-loongarch  | 龙芯64位指令集/基础外设          | 开发中    | 开发中    |\n\n### 真实硬件支持介绍\n\n#### STM32F407 星火①号开发板\n\n前向深度嵌入式的arm cortex-m4，stm32f407-rt-spark开发板。\n\n#### K230 RISCV64 AI开发板\n\n包含riscv v指令集1.0的riscv AI开发板。\n\n## 使用说明\n\n```bash\n# 以virt-riscv64为例\n# 获取仓库及rt-thread代码\n$ git clone https://github.com/rt-thread/qemu-edu.git\n$ cd qemu-edu\n$ git submodule update --init --recursive\n\n$ cd machines/qemu-virt-riscv64\n$ scons                 # 编译\n$ ./qemu-nographic.sh   # 执行\n```\n\n## 教学资源\n\n- 教程文档\n- 课题方向\n- 比赛题目\n\n## 贡献指南\n\n欢迎高校师生和开发者参与建设：\n1. 完善文档时请使用Markdown格式并附示意图\n2. 提交Pull Request前需通过基础功能测试\n\n## License\n\n本项目采用与RT-Thread一致的Apache License 2.0：\n\n```text\nCopyright (c) 2025 RT-Thread Team\nLicensed under the Apache License, Version 2.0\n```\n\n## 联系我们\n- 社区论坛: https://club.rt-thread.org\n- GitHub Issues: 提交技术问题\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frt-thread%2Fqemu-edu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frt-thread%2Fqemu-edu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frt-thread%2Fqemu-edu/lists"}