Commit Graph

11 Commits (1b8a4244bdd911f156ce5bc6f9f13dcde68228cb)

Author SHA1 Message Date
Nikhil Kamath 97acc2e54a
Introduced code coverage status badge ()
* Introduced code coverage status badge

* Trying to fix the URL checker issue

* Fix URL check

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Nikhil Kamath 0a70ecbb51
Introduced Github Status Badge for Unit Tests ()
* Introduced Github Status Badge for Unit Tests

* Github status badge to point to latest run

* Github status badge UT points to latest results

* Fixed URL for Github Status badge

---------

Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>
David J. Fiddes 260a37c082
Fix some CMake documentation typos ()
The quick start instructions for CMake mention the "master"
git branch which has been replaced by "main" in the current
repo.

The main CMakeLists.txt documents how to integrate a
custom port. Fix a typo in the suggested CMake code.
Paul Bartell 91927abc0b Introduce .git-blame-ignore-revs
The .git-blame-ignore-revs allows easy filtering out large commits
from calls to git blame.

This can be configured frome the git command line via the following:
git config blame.ignoreRevsFile .git-blame-ignore-revs
Paul Bartell b3b097b4c7 README.md: Remove coroutine references.
Paul Helter 01987eb1c5 Added in documentation on how to consume from a main project. Added default PORT selection for native POSIX and MINGW platforms.
Paul Bartell a31018d025
Update parent repository primary branch name from "master" to "main". ()
Carl Lundin acee77be5b
FreeRTOS Kernel Spelling Update ()
* FreeRTOS Kernel Spelling Update

* Added spell check to kernel repository.
* Fixed small spelling errors in various kernel source files.
* Added documentation for spellcheck.

Note: Only kernel files are checked for spelling, and portable files are ignored.
alfred gedeon a038146915
Style: Make freertos.org = FreeRTOS.org and add https ()
* Style: make freertos.org = FreeRTOS.org also add https

* Style: Fix freertos into FreeRTOS

* Style: Fix freertos into FreeRTOS

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
Carl Lundin 367faab135
Specify where the uncrustify config is ()
Yuhui.Zheng 08c9c9151a
Replacing readme.txt with README.md. ()