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
- Host: GitHub
- URL: https://github.com/hzeller/rp2040-nix-template
- Owner: hzeller
- Created: 2024-06-22T18:35:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T06:37:57.000Z (11 months ago)
- Last Synced: 2024-12-29T09:43:24.949Z (9 months ago)
- Language: CMake
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).