Skip to content

Bad-Science/PortablePicoTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal RP2040 (Raspberry Pi Pico) Portable C Template

Initial Setup

Run this first to generate the build files

$ cd build
$ cmake ..

All build files are ignored by the included .gitignore, so you will want to run the above whenever you clone your repo.

Building

To build the project, simply run

$ make

from within the build directory

About

A Portable C Project Template for the RP2040

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published