Skip to content

Blink and serial with freertos on teensy 3.5 (using meson build)

Notifications You must be signed in to change notification settings

leroilion/teensy-blink-freertos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blink and serial with freeRTOS

Init repo

git clone [email protected]:leroilion/teensy-blink-freertos.git
cd teensy-blink-freertos
mkdir subprojects
git clone [email protected]:leroilion/teensy-core.git subprojects/teensy-core
cd subprojects/teensy-core
git checkout -b v1.35 origin/v1.35
cd -
meson build --cross-file subprojects/teensy-core/teensy-3.5-cross.txt
cd build
meson configure -D teensy-core:freertos=true
ninja
ninja flash

About

Blink and serial with freertos on teensy 3.5 (using meson build)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published