An open API service indexing awesome lists of open source software.

https://github.com/hzeller/rp2040-nix-template

Minimal rp2040 c++ template
https://github.com/hzeller/rp2040-nix-template

Last synced: 8 months ago
JSON representation

Minimal rp2040 c++ template

Awesome Lists containing this project

README

          

# Barebone pi2040 project template

The build uses `cmake` as required by the pico-sdk.

Wrap with a little Makefile that works around the
complicated bootloader interaction via filesytem (in
the pico-sdk they just suggest to 'drag-and-drop',
but that is of course a productivity killer).