This repository contains a collection of tutorials designed to help users to get started with the FreeRTOS Kernel.
- GCC compiler.
- CMake 3.15.0 or later.
- Clone this repository along with the submodules:
Or
git clone --recurse-submodules https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Tutorials.git
git clone https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Tutorials.git cd Lab-Project-FreeRTOS-Tutorials git submodule update --init --recursive