mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-13 16:27:43 -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
2
portable/ThirdParty/GCC/RP2040/.gitignore
vendored
Normal file
2
portable/ThirdParty/GCC/RP2040/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
**/cmake-*
|
||||
.idea
|
Loading…
Add table
Add a link
Reference in a new issue