Skip to content

Nigh/pico-scheduler-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico template with scheduler

rpi pico template with scheduler

prepare

Get pico SDK

git clone https://github.com/raspberrypi/pico-sdk --depth=1 --recurse-submodules --shallow-submodules -j8
cd pico-sdk

## Add pico-sdk Path to your environment
echo export PICO_SDK_PATH=$PWD >> ~/.profile

Install dependencies

sudo apt update && sudo apt install -y cmake make ninja-build gcc g++ openssl libssl-dev cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

Compile

make

Usage

# build
make
# clang-format
make format
# clear build
make clean
# rebuild
make rebuild

About

pico template with a scheduler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages