/c2000ware-FreeRTOS

This repository contains FreeRTOS kernel source/header files , kernel ports and demos for C2000 devices

Primary LanguageC


c2000ware-FreeRTOS

Introduction | Layout | Note | Contribute

Introduction

FreeRTOS is a market-leading real-time operating system (RTOS) for microcontrollers and small microprocessors. This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in c2000ware-core-sdk repository.

C2000Ware SDK supports FreeRTOS on C28x and Cortex-M4(CM) cores.

List of devices supported

Repository Layout

  • kernel/FreeRTOS/Source
    • This folder contains the source code for the kernel
  • kernel/FreeRTOS/Source/portable/CCS/C2000_C28x
    • This folder contains the port files for C28x .
  • kernel/FreeRTOS/Source/portable/CCS/ARM_CM4
    • This folder contains the port files for Cortex-M4. .
  • kernel/FreeRTOS/Demo
    • This folder contains the demo application projects

Note

This repository has a dependency on c2000ware-core-sdk repository. Please clone the c2000ware-core-sdk repo and then clone this repo. The contents of this repo (kernel) folder has to be copied into the c2000ware-core-sdk repo.

Contributing to the project

This project is currently not accepting contributions.