aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/rp2040.json
diff options
context:
space:
mode:
Diffstat (limited to 'targets/rp2040.json')
-rw-r--r--targets/rp2040.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/targets/rp2040.json b/targets/rp2040.json
new file mode 100644
index 000000000..ce49ba356
--- /dev/null
+++ b/targets/rp2040.json
@@ -0,0 +1,12 @@
+{
+ "inherits": ["cortex-m0plus"],
+ "build-tags": ["rp2040", "rp"],
+ "flash-method": "msd",
+ "msd-volume-name": "RPI-RP2",
+ "msd-firmware-name": "firmware.uf2",
+ "binary-format": "uf2",
+ "uf2-family-id": "0xe48bff56",
+ "extra-files": [
+ "src/device/rp/rp2040.s"
+ ]
+}