diff options
author | alfred gedeon <28123637+alfred2g@users.noreply.github.com> | 2021-07-22 14:23:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 14:23:48 -0700 |
commit | ae92d8c6ee8f725b552c236bf0f9f919a27ea074 (patch) | |
tree | dc40bd672241901a2b7a9bf761871c74cb24d466 /FreeRTOS/README.md | |
parent | dd80d615b5364bee9f23c05ad15feb91a4ec167e (diff) | |
download | freertos-git-ae92d8c6ee8f725b552c236bf0f9f919a27ea074.tar.gz |
Add uncrustify github workflow (#659)
* Add uncrustify github workflow
* Fix exclusion pattern
* fix find expression
* exclude uncrustify files
* Uncrustify common demo and test files
* exlude white space checking files
* Fix EOL whitespace checker
* Remove whitespaces from EOL
* Fix space at EOL
* Fix find spaces at EOL
Co-authored-by: Archit Aggarwal <architag@amazon.com>
Diffstat (limited to 'FreeRTOS/README.md')
-rw-r--r-- | FreeRTOS/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS/README.md b/FreeRTOS/README.md index 36f69f460..c5dd0890f 100644 --- a/FreeRTOS/README.md +++ b/FreeRTOS/README.md @@ -10,10 +10,10 @@ FreeRTOS port, and contains its own readme file. See [FreeRTOS/SourceOrganization](http://www.freertos.org/a00017.html) for full details of the directory structure and information on locating the files you require. -The easiest way to use FreeRTOS is to start with one of the pre-configured demo -application projects (found in the FreeRTOS/Demo directory). That way you will +The easiest way to use FreeRTOS is to start with one of the pre-configured demo + application projects (found in the FreeRTOS/Demo directory). That way you will have the correct FreeRTOS source files included, and the correct include paths -configured. +configured. Once a demo application is building and executing you can remove the demo application file, and start to add in your own application source files. |