下载 FreeRTOS
 

出色的 RTOS & 嵌入式软件

最新资讯
简化任何设备的身份验证云连接。
利用 CoAP 设计节能型云连接 IoT 解决方案。
11.0.0 版 FreeRTOS 内核简介:
FreeRTOS 路线图和代码贡献流程。
使用 FreeRTOS 实现 OPC-UA over TSN。

源代码组织

RTOS 的源代码按如下目录结构分布 。 交付的预先打包项目结构可能稍有不同 。


FreeRTOS-Plus-FAT [Contains the source files that implement the FAT FS]
|
+-include [Contains the header files for the FAT FS]
|
+-portable
|
+-common [Contains source and header files used by all ports, inc. a RAM disk driver]
|
+-Platform_1 [Contains source file specific to the chip/compiler identified by the directory's name]
|
+-Platform_2 [Contains source file specific to the chip/compiler identified by the directory's name]

The FreeRTOS-Plus-FAT Directory Structure


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.