Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

Source Code Organization

The RTOS's FAT file system source code is distributed with the directory structure shown below. Pre-packaged projects may be delivered with a slightly different structure.


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.