Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 609 Bytes

rp2040-freertos-template

This is a template project for developing FreeRTOS based applications on Raspberry Pi RP2040 based boards. This template uses the "official" RP2040 port from the Raspberry Pi Foundation. My previous repo used the generic Cortex M0 port so this one corrects that. Previous Repo retained as tutorials rely on it.

Unmodified, this project will spawn a single task to rapidly blink the LED on and off.

How to run

Build

cd build
cmake ..

Make

make -j4

Load to microcontroller

$PICOTOOL load rp2040-freertos-template.elf -fx