Commit Graph

23 Commits (1b8f5965d360953ebf5559c97418f5f5264bdbee)

Author SHA1 Message Date
Rahul Kar 3d935e86d9
Update broken links in readme and comments ()
Update broken links in readme and comments
chinglee-iot 0452603a94
Update LTS 202406 information ()
Gaurav-Aggarwal-AWS 11174fb860
Add a list of third party tools ()
* Add a list of third party tools

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Rahul Kar b0439d3283
Rename sample configuration to template configuration ()
* Rename sample configuration to template configuration

* Rename sample configuration to template configuration in cmake example file
Tony Josi a8650b99a3
Update example cmake project path ()
* fix build on 64 bit platform

* moving sample cmake project to a separate root level dir

* moving sample cmake project to a separate root level dir

* updating paths for the sample cmake project

* rename example folder

* use configKERNEL_PROVIDED_STATIC_MEMORY

* update comments

* update comments

* rename folder to examples

* fix formatting
Soren Ptak 92a4d175e6
Link to the CONTRIBUTING.md file in this repo, not the github repo itself ()
Monika Singh abb5452a12
Update pull request information in readme ()
* Update pull request infomation in readme.

* Update link
Joseph Julicher 5a9d7c8388
Sample FreeRTOSConfig.h and template port ()
* config file experiments

* adding a config file for an example

* Added a template port and updated the CMakeLists

* template and default configuration build

* finalising the sample FreeRTOSConfig.h header file

* removed .config hidden file

* further reductions in the template port

* Uncrustify: triggered by comment.

* Uncrustify: triggered by comment.

* minor readme updates

* fixed spelling error in HTTP

* fixed a type and added a link to the sample readme

* uncrustified FreeRTOSConfig.h

* Uncrustify: triggered by comment.

* Revert "Uncrustify: triggered by comment."

This reverts commit e534f46f2d.

* Revert "Revert "Uncrustify: triggered by comment.""

This reverts commit c9058dd383.

* excluding the FreeRTOSConfig.h from copyright+license check because this file is intended to be incorporated into user code

* Removed the copyright and license from the template files

* put license copy in the template and sample files

* Uncrustify: triggered by comment.

---------

Co-authored-by: GitHub Action <action@github.com>
Soren Ptak 5fb9b50da8
CI-CD Updates ()
* Use new version of CI-CD Actions
* Use cSpell spell check, and use ubuntu-20.04 for formatting check
* Format and spell check all files in the portable directory
* Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /*
* Use checkout@v3 instead of checkout@v2 on all jobs
---------
Leonardo de Araujo 4689d8ff86
fix: typos in README.md ()
Co-authored-by: ActoryOu <jay2002824@gmail.com>
Nuno Guterres Nogueira 1544768719
Updated README.md for cross-compilation ()
* Update README.md
Aniruddha Kanhere d3c289fe5b
Add back croutines by reverting PR#590 ()
* Add croutines to the code base

* Add croutine changes to cmake, lexicon and readme

* Add croutine file to portable cmake file

* Add back more references from PR 591
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. ()