Skip to content

cypresssemiconductorco/amazon-freertos

Repository files navigation

FreeRTOS AWS Reference Integrations

Cloning

This repo uses Git Submodules to bring in dependent components.

Note: If you download the ZIP file provided by GitHub UI, you will not get the contents of the submodules. (The ZIP file is also not a valid git repository)

To clone using HTTPS:

git clone https://github.com/aws/amazon-freertos.git --recurse-submodules

Using SSH:

git clone git@github.com:aws/amazon-freertos.git --recurse-submodules

If you have downloaded the repo without using the --recurse-submodules argument, you need to run:

git submodule update --init --recursive

Important branches to know

master --> Development is done continuously on this branch
release --> Fully tested released source code
release-candidate --> Preview of upcoming release
feature/* --> Alpha/beta of an upcoming feature

Getting Started

For more information on FreeRTOS, refer to the Getting Started section of FreeRTOS webpage.

To directly access the Getting Started Guide for supported hardware platforms, click the corresponding link in the Supported Hardware section below.

For detailed documentation on FreeRTOS, refer to the FreeRTOS User Guide.

Supported Hardware

For additional boards that are supported for FreeRTOS, please visit the AWS Device Catalog

The following MCU boards are supported for FreeRTOS:

  1. Cypress CY8CPROTO-062-4343W - Cypress PSoC 6 Wi-Fi BT Prototyping Kit.
  2. Cypress CY8CKIT-062-WIFI-BT - Cypress PSoC 6 WiFi-BT Pioneer Kit.
  3. Cypress PSoC 64 - PSoC 64 Standard Secure AWS Wi-Fi Bluetooth Pioneer Kit
  4. Cypress CY8CKIT-062S2-43012 - Cypress PSoC 6 WiFi-BT Pioneer Kit.
  5. Cypress CYW54907 - Cypress CYW954907AEVAL1F Evaluation Kit
  6. Cypress CYW43907 - Cypress CYW943907AEVAL1F Evaluation Kit
  7. Infineon - Infineon XMC4800 IoT Connectivity Kit

amazon-freeRTOS/projects

The ./projects folder contains the IDE test and demo projects for each vendor and their boards. The majority of boards can be built with both IDE and cmake (there are some exceptions!). Please refer to the Getting Started Guides above for board specific instructions.

Mbed TLS License

This repository uses Mbed TLS under Apache 2.0