FreeRTOS-Kernel

该仓库仅包含 FreeRTOS 内核的源代码/头文件和内核移植文件。该仓库作为子模块被引用在 FreeRTOS/FreeRTOS 仓库中,后者在 FreeRTOS/Demo 目录下包含预配置的演示应用程序项目。「This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in FreeRTOS/FreeRTOS repository, which contains pre-configured demo application projects under FreeRTOS/Demo directory.」

Github星跟踪图

Each real time kernel port consists of three files that contain the core kernel
components and are common to every port, and one or more files that are
specific to a particular microcontroller and or compiler.

  • The FreeRTOS/Source directory contains the three files that are common to
    every port - list.c, queue.c and tasks.c. The kernel is contained within these
    three files. croutine.c implements the optional co-routine functionality - which
    is normally only used on very memory limited systems.

  • The FreeRTOS/Source/Portable directory contains the files that are specific to
    a particular microcontroller and or compiler.

  • The FreeRTOS/Source/include directory contains the real time kernel header
    files.

See the readme file in the FreeRTOS/Source/Portable directory for more
information.

主要指标

概览
名称与所有者FreeRTOS/FreeRTOS-Kernel
主编程语言C
编程语言C (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2019-09-09 16:28:01
推送于2025-10-08 12:36:45
最后一次提交
发布数99
最新版本名称V11.2.0 (发布于 2025-03-04 08:34:22)
第一版名称V4.0.1 (发布于 2006-05-02 09:58:52)
用户参与
星数3.6k
关注者数104
派生数1.4k
提交数3.6k
已启用问题?
问题数274
打开的问题数26
拉请求数853
打开的拉请求数10
关闭的拉请求数190
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?