Commit Graph

14 Commits (b5020cb3d8be05ecb45019a9196fe6c3b2ac3a38)

Author SHA1 Message Date
David Chalco 337bca615e [AUTO][RELEASE]: Bump file header version to "10.4.2"
David Chalco 3604527e3b
Update version number to 10.4.1 ()
David Chalco 5dfab0306b
Update version number to 10.4.0 ()
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>
alfred gedeon 0b0a2060c0
Style: Change FreeRTOS websites in comments ()
* Style: Change FreeRTOS websites in comments

* Style: Change freertos to FreeRTOS in comments

* Style: Remove broken link

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
alfred gedeon 8c77117c32
Style: Remove tabs and tab == 4 spaces ()
* Style: Remove tabls and tab == 4 spaces

* Style: remove xx accidentally left

* Style: revert uncrustify for untested portable directories

* Style: revert more uncrustify files

* Style: Revert more uncrustified files

* Style: Revert some uncrutified files

* Style: change more files

* Style: remove t tab == 4 spaces

* Style: remove tabs = spaces

* Style: revert changed files

* Style: redo the stuyles

* Style: add uncrustify disable parsing for asm

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
Gaurav-Aggarwal-AWS bb1c429378
Place privileged symbols correctly ()
Some of the privileged symbols were not being placed in their respective
sections. This commit addresses those and places them in
privileged_functions or privileged_data section.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Alfred Gedeon 587a83d647 Style: uncrustify kernel files
Alfred Gedeon 2c530ba5c3 Style: uncrustify
Alfred Gedeon 718178c68a Style: uncrusitfy
Alfred Gedeon a5dbc2b1de Style: uncrustify kernel files
RichardBarry 459dceb29c Fix Coverity warnings: In most cases the return value of xTaskResumeAll() is cast to void when it is not needed. This PR fixes a couple of instances in the heap_n.c implementations where that was not the case.
Yuhui.Zheng 88e32327e9
version bump to v10.3.1 ()
* Verion bump from 10.3.0 to 10.3.1.
* version bump in task.h
* change history for 10.3.1.
Yuhui Zheng 210b1ffcc8 Re-sync with upstream and stripping away none kernel related.