# FreeRTOS_GCC_Simulator_9.0 **Repository Path**: Lux-Li/FreeRTOS_GCC_Simulator_9.0 ## Basic Information - **Project Name**: FreeRTOS_GCC_Simulator_9.0 - **Description**: 基于 FreeRTOS 9.0.0 内核的 Linux GCC 模拟器 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2022-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Freertos_in_linux Freertos_in_linux: Freertos demo run in the linux --- ## 说明 1. Posix_GCC_Simulator_6.0.4.zip为移植在linux上的一版freertos demo 2. Posix_GCC_Simulator原本来上面文件压缩出来的文件,现在进行了部分修改,去除了多余的文件函数,升级了freertos版本至v9.0,剩下最简单的函数用于freertos初步学习。 3. 上述demo在ubuntu上测试通过 --- ## 运行 ``` # 编译 cd Posix_GCC_Simulator/FreeRTOS_Posix/Project/xxxxx/ sh build.sh # 运行 ./xxxxx.bin # 清除 ./build.sh clean ``` ---