# FreeRTOS-on-Linux **Repository Path**: codercmd/free-rtos-on-linux ## Basic Information - **Project Name**: FreeRTOS-on-Linux - **Description**: 在Linux 上运行 Freertos; 适用于仿真学习freertos的有关接口。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-09-28 - **Last Updated**: 2022-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Run FreeRTOS on linux version : FreeRTOS v10.2.1 build: ```bash make ``` run: ```bash ./build/FreeRTOS_Posix.elf ```