From 9256c17ad3777478fa8b9c62aeabf79b1296537d Mon Sep 17 00:00:00 2001 From: Ashwin Raj Date: Tue, 19 Nov 2024 10:50:59 +0530 Subject: [PATCH] Readme.md: point to MCU+ SDK repository for documentation This repository contains fixes for cpp compilation when used as part of MCU+ SDK. Point to the mcupsdk-core repository for documentation on using the freertos_fat repository as a submodule. Signed-off-by: Ashwin Raj --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a60f35947d..68842463a7c 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,9 @@ then sort the list, which can be done by running the bash command: Note that only the FreeRTOS-Kernel Source Files, [include](include), [portable/MemMang](portable/MemMang), and [portable/Common](portable/Common) files are checked for proper spelling, and formatting at this time. + +## Usage in MCU+ SDK + +This repo is consumed by MCU+SDK repo for building the FreeRTOS Kernel Libraries +for different cores (R5, M4, A53, C66). Please refer [MCU+ SDK Git Repository](https://github.com/TexasInstruments/mcupsdk-core) +for documentation and instructions to setup the build.