mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 14:17:41 -04:00
Added a rough pico support. Remove rtos_prints from task.c
This commit is contained in:
parent
8ab776cc5e
commit
ddf9007606
16 changed files with 2824 additions and 23 deletions
5
portable/ThirdParty/GCC/rpi_pico/CMakeLists.txt
vendored
Normal file
5
portable/ThirdParty/GCC/rpi_pico/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
add_library(FreeRTOS_port port.c)
|
||||
|
||||
include_directories(AFTER ../../../include)
|
Loading…
Add table
Add a link
Reference in a new issue