Get started with FreeRTOS
Topics
Get started with Quick Connect
To quickly explore Amazon IoT, start with Amazon Quick Connect Demos
Follow the Amazon IoT Getting Started
Explore FreeRTOS libraries
Once you have an understanding of how an IoT device and Amazon IoT work together, you can start exploring
FreeRTOS libraries
Some commonly used libraries for FreeRTOS based Amazon IoT devices are:
Visit freertos.org
Build a secure and robust Amazon IoT product
Refer to Featured FreeRTOS Amazon IoT Integrations
Develop your Amazon IoT application
Follow these steps to create an application project for your Amazon IoT product:
-
Download the latest FreeRTOS or Long Term Support (LTS) version from freertos.org
, or clone from the FreeRTOS-LTS GitHub repository. You can also integrate the required FreeRTOS libraries into your project from the MCU vendor’s toolchain if available. -
Follow the FreeRTOS Porting guide
to create a project, set up the development environment, and integrate FreeRTOS libraries into your project. Use the FreeRTOS-Libraries-Integration-Tests GitHub repository to validate the porting.