Skip to content

spacecubics/libcsp-freertos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcsp with FreeRTOS

This repository is a sample repository to build libcsp against FreeRTOS Posix/Linux Simulator.

How to build

With Meson

git clone https://github.com/libcsp/libcsp-freertos
cd libcsp-freertos
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel freertos
mkdir subprojects
git clone https://github.com/libcsp/libcsp subprojects/libcsp
meson setup builddir
ninja -C builddir

With CMake

git clone https://github.com/libcsp/libcsp-freertos
cd libcsp-freertos
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel freertos
mkdir subprojects
git clone https://github.com/libcsp/libcsp subprojects/libcsp
cmake -B builddir -GNinja
ninja -C builddir

About

A test repo for libcsp with freertos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published