]> begriffs open source - freertos/commit
Add RP2040 support (#341)
authorGraham Sanderson <graham.sanderson@gmail.com>
Wed, 30 Jun 2021 20:20:54 +0000 (15:20 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 20:20:54 +0000 (13:20 -0700)
commit9af72db3ec82993df2f50170bccdf2958ad19137
tree28c96aa8122f5095582d801cc1c0783ec144e6ed
parent4200226708721021321ebcd79d715182eda8e39b
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>
14 files changed:
.github/scripts/kernel_checker.py
include/stack_macros.h
portable/ThirdParty/GCC/RP2040/.gitignore [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/CMakeLists.txt [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/FreeRTOS_Kernel_import.cmake [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/LICENSE.md [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/README.md [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/idle_task_static_memory.c [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/include/freertos_sdk_config.h [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/include/portmacro.h [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/include/rp2040_config.h [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/library.cmake [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/pico_sdk_import.cmake [new file with mode: 0644]
portable/ThirdParty/GCC/RP2040/port.c [new file with mode: 0644]