# atomthreads-qemu **Repository Path**: Forrest262/atomthreads-qemu ## Basic Information - **Project Name**: atomthreads-qemu - **Description**: atomthreads-qemu - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-07 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 准备工作 系统在win10下调试通过,首先搭建测试环境: 1.安装qemu 下载地址:https://qemu.weilnetz.de/w64/ 2.安装MSYS2 下载地址:https://www.msys2.org/ 3.安装arm-none-eabi-gcc 下载地址:https://launchpad.net/gcc-arm-embedded/+download ## 环境测试配置 自行百度 ## 运行 qemu-system-arm -M lm3s811evb -nographic -kernel gcc/RTOSDemo.bin use Ctrl-A+X to exit. ## 参考文献: https://www.cnblogs.com/gotodsp/articles/3628996.html https://stackoverflow.com/questions/56208677/installing-and-using-arm-none-eabi-gcc-on-msys2 [野火®]《FreeRTOS 内核实现与应用开发实战—基于STM32》