Skip to content

Commit d548472

Browse files
authored
Update pico2 to use a toolset (#120)
Updates the Makefile for pico2-neopixel to use a toolset instead of hardcoding build flags into the makefile. Additionally moves the SVD file for the pico2 into the Tools/SVDs folder and adds an rp2040 SVD. Removes the need to set the TOOLCHAINS env for the pico2-neopixel example.
1 parent 669c81c commit d548472

File tree

14 files changed

+87285
-65018
lines changed

14 files changed

+87285
-65018
lines changed

Tools/SVDs/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SVDs
2+
3+
The SVDs used in this repo have been copied from the following sources.
4+
5+
| file | source |
6+
|----------------------|----------------------------------------------------------------------|
7+
| `rp2040.patched.svd` | https://github.com/rp-rs/rp2040-pac/blob/main/svd/rp2040.svd.patched |
8+
| `rp2350.patched.svd` | https://github.com/rp-rs/rp235x-pac/blob/main/svd/RP2350.svd.patched |

Tools/SVDs/rp2040.patched.svd

+22,267
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)