mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05: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
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
add_library(FreeRTOS list.c queue.c tasks.c timers.c event_groups.c)
|
||||
|
||||
include_directories(AFTER include)
|
||||
Loading…
Add table
Add a link
Reference in a new issue