Skip to content

Commit 42257f9

Browse files
committed
Uncrustify: triggered by comment.
1 parent 2d6724e commit 42257f9

File tree

527 files changed

+172667
-170898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+172667
-170898
lines changed

Quick_Start_Guide.url

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[InternetShortcut]
2-
URL=https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html
3-
IDList=
4-
[{000214A0-0000-0000-C000-000000000046}]
5-
Prop3=19,2
1+
[InternetShortcut]
2+
URL=https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html
3+
IDList=
4+
[{000214A0-0000-0000-C000-000000000046}]
5+
Prop3=19,2

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Getting started
2-
This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) repository, which contains pre-configured demo application projects under ```FreeRTOS/Demo``` directory.
2+
This repository contains FreeRTOS kernel source/header files and kernel ports only. This repository is referenced as a submodule in [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS) repository, which contains pre-configured demo application projects under ```FreeRTOS/Demo``` directory.
33

44
The easiest way to use FreeRTOS is to start with one of the pre-configured demo application projects. That way you will have the correct FreeRTOS source files included, and the correct include paths configured. Once a demo application is building and executing you can remove the demo application files, and start to add in your own application source files. See the [FreeRTOS Kernel Quick Start Guide](https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html) for detailed instructions and other useful links.
55

@@ -20,20 +20,20 @@ git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git
2020
```
2121

2222
## Repository structure
23-
- The root of this repository contains the three files that are common to
24-
every port - list.c, queue.c and tasks.c. The kernel is contained within these
23+
- The root of this repository contains the three files that are common to
24+
every port - list.c, queue.c and tasks.c. The kernel is contained within these
2525
three files. croutine.c implements the optional co-routine functionality - which
2626
is normally only used on very memory limited systems.
2727

28-
- The ```./portable``` directory contains the files that are specific to a particular microcontroller and/or compiler.
28+
- The ```./portable``` directory contains the files that are specific to a particular microcontroller and/or compiler.
2929
See the readme file in the ```./portable``` directory for more information.
3030

3131
- The ```./include``` directory contains the real time kernel header files.
3232

3333
### Code Formatting
34-
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/main/tools/uncrustify.cfg).
34+
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/main/tools/uncrustify.cfg).
3535

3636
### Spelling
37-
*lexicon.txt* contains words that are not traditionally found in an English dictionary. It is used by the spellchecker to verify the various jargon, variable names, and other odd words used in the FreeRTOS code base. If your pull request fails to pass the spelling and you believe this is a mistake, then add the word to *lexicon.txt*.
37+
*lexicon.txt* contains words that are not traditionally found in an English dictionary. It is used by the spellchecker to verify the various jargon, variable names, and other odd words used in the FreeRTOS code base. If your pull request fails to pass the spelling and you believe this is a mistake, then add the word to *lexicon.txt*.
3838
Note that only the FreeRTOS Kernel source files are checked for proper spelling, the portable section is ignored.
3939

croutine.c

Lines changed: 363 additions & 363 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)