]> begriffs open source - freertos/commit
Rp2040 smp (#342)
authorGraham Sanderson <graham.sanderson@gmail.com>
Tue, 6 Jul 2021 17:53:49 +0000 (12:53 -0500)
committerGitHub <noreply@github.com>
Tue, 6 Jul 2021 17:53:49 +0000 (10:53 -0700)
commit35b95d2a4debe36f38e0c8768a5260dd586b7d2c
treec1e90d0e634a578841185f2b4f3472d4dd00c84e
parenta7092d400c26e3eee3ec8960110ce74e54485fdf
Rp2040 smp (#342)

* 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>
* RP2040 updates for SMP

* whitepsace fix

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* whitespace fix

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
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]