From 367faab135373c6b834c6a3204ff0e858223335e Mon Sep 17 00:00:00 2001 From: Carl Lundin <53273776+lundinc2@users.noreply.github.com> Date: Thu, 23 Jul 2020 17:00:14 -0700 Subject: [PATCH] Specify where the uncrustify config is (#102) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c9e1e69610b..c31a8ae2845 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ is normally only used on very memory limited systems. See the readme file in the ```./portable``` directory for more information. - The ```./include``` directory contains the real time kernel header files. + +### Code Formatting +FreeRTOS files are formatted using the "uncrustify" tool. The configuration file used by uncrustify can be found in the [FreeRTOS/FreeRTOS repository](https://github.com/FreeRTOS/FreeRTOS/blob/master/tools/uncrustify.cfg). +