# FreeRTOS_On_Linux **Repository Path**: QQxiaoming/FreeRTOS_On_Linux ## Basic Information - **Project Name**: FreeRTOS_On_Linux - **Description**: 这是将FreeRTOS V10.2.1移植到linux平台的移植层代码,参考早期freertosV6版本的移植代码,并修复一些bug - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-01-09 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: FreeRTOS, Linux ## README [![CI](https://github.com/QQxiaoming/FreeRTOS_On_Linux/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/QQxiaoming/FreeRTOS_On_Linux/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/qqxiaoming/FreeRTOS_On_Linux.svg?colorB=f48041&style=flat-square)](https://github.com/QQxiaoming/FreeRTOS_On_Linux) # FreeRTOS_On_Linux ## 介绍 这是将FreeRTOS V10.2.1移植到linux平台的移植层代码,参考早期freertosV6版本的移植代码,并修复一些bug ## 编译 ```shell make ``` ## 运行 ```shell ./build/FreeRTOS_Posix.elf ```