From 5cdae215cac264090e68816d7b885bd96a640916 Mon Sep 17 00:00:00 2001 From: Martin Bond <28291143+martinbond7@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:51:53 +0000 Subject: [PATCH] Added TOC to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e335ff5..9c75f2c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ Exercise solutions and cmake projects for: * C-501 C for Real-Time Embedded Developers +**Contents** +- [C for Real-Time Embedded Developers Exercises](#c-for-real-time-embedded-developers-exercises) +- [Folder structure](#folder-structure) + - [Solutions](#solutions) + - [Workspace](#workspace) +- [Build Toolchain](#build-toolchain) + - [Build the application](#build-the-application) + - [Visual Studio shortcuts](#visual-studio-shortcuts) + - [Command line builds](#command-line-builds) + - [Building an exercise solution](#building-an-exercise-solution) +- [Disclaimer](#disclaimer) + + # Folder structure