]> begriffs open source - freertos/commit
Added a rough pico support. Remove rtos_prints from task.c
authorJoseph Julicher <jjulicher@mac.com>
Tue, 16 Mar 2021 23:06:23 +0000 (16:06 -0700)
committerJoseph Julicher <jjulicher@mac.com>
Tue, 16 Mar 2021 23:06:23 +0000 (16:06 -0700)
commitddf90076060dc24540600a5206996cc3b4bb88d5
tree73abe17d900e9801a8bff4f9d8c94476c95824e0
parent8ab776cc5ea655eef5de79160622dd77ceb3e92f
Added a rough pico support.  Remove rtos_prints from task.c
16 files changed:
CMakeLists.txt [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/CMakeLists.txt [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/.cmake/api/v1/query/client-vscode/query.json [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeCache.txt [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/3.19.2/CMakeSystem.cmake [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/3.19.2/CompilerIdC/CMakeCCompilerId.c [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/3.19.2/CompilerIdC/CMakeCCompilerId.o [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.o [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/CMakeError.log [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/CMakeOutput.log [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/build/CMakeFiles/cmake.check_cache [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/pico_support.h [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/port.c [new file with mode: 0644]
portable/ThirdParty/GCC/rpi_pico/portmacro.h [new file with mode: 0644]
tasks.c