Commit Graph

14 Commits (6311ad13b9a66d5ebefede1ee1520533b666da6b)

Author SHA1 Message Date
Gaurav-Aggarwal-AWS 1b86b39940
Remove AVR ports from main repo ()
These ports now exist in the
https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports repo.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Paul Bartell 3a413d1022 Add SPDX-License-Identifier: MIT to MIT licensed files.
Paul Bartell b286f173e8 Update license text for ports that were previously missed.
Paul Bartell adfc53368f Update copyright year from 2020 to 2021
Paul Bartell 08dc6f64ee Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>
Cobus van Eeden ec62f69dab [AUTO][RELEASE]: Bump file header version to "10.4.3"
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 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>
alfred gedeon 86653e2a1f
Style: Revert uncrustify for portable directories ()
* Style: revert uncrustify portable directories

* Style: Uncrustify Some Portable files

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
m17336 a2e00f0c6b
Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents ()
* Removed TICK_stop() macro from portable/GCC/{AVR_AVRDx, AVR_Mega0}/porthardware.h because it is not used anywhere.

* Updated indentation in portable/GCC/{AVR_AVRDx, AVR_Mega0}/* files.

* Added portable/IAR/{AVR_AVRDx, AVR_Mega0 folders.
m17336 bb56edff2f
Added GCC port files for AVR Mega0 and AVR Dx. ()