mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add RP2040 support (#341)
* Add RP2040 support * remove spurious tab/spaces comments * add .cmake to ignored kernel checks * Apply suggestions from code review Co-authored-by: Paul Bartell <paul.bartell@gmail.com> * license and end of file newline fixes * Rename LICENSE.TXT to LICENSE.md Co-authored-by: Paul Bartell <paul.bartell@gmail.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
4200226708
commit
9af72db3ec
14 changed files with 1517 additions and 3 deletions
3
.github/scripts/kernel_checker.py
vendored
3
.github/scripts/kernel_checker.py
vendored
|
@ -60,7 +60,8 @@ KERNEL_IGNORED_EXTENSIONS = [
|
|||
'.png',
|
||||
'.bat',
|
||||
'.sh',
|
||||
'.txt'
|
||||
'.txt',
|
||||
'.cmake'
|
||||
]
|
||||
|
||||
KERNEL_ASM_EXTENSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue