Skip to content

Commit 4f27d73

Browse files
authored
Merge pull request #84 from Wren6991/patch-1
Add UF2 families for RP2350
2 parents c594542 + e355bf3 commit 4f27d73

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

utils/uf2families.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,31 @@
199199
"short_name": "RP2040",
200200
"description": "Raspberry Pi RP2040"
201201
},
202+
{
203+
"id": "0xe48bff57",
204+
"short_name": "RP2XXX_ABSOLUTE",
205+
"description": "Raspberry Pi Microcontrollers: Absolute (unpartitioned) download"
206+
},
207+
{
208+
"id": "0xe48bff58",
209+
"short_name": "RP2XXX_DATA",
210+
"description": "Raspberry Pi Microcontrollers: Data partition download"
211+
},
212+
{
213+
"id": "0xe48bff59",
214+
"short_name": "RP2350_ARM_S",
215+
"description": "Raspberry Pi RP2350, Secure Arm image"
216+
},
217+
{
218+
"id": "0xe48bff5a",
219+
"short_name": "RP2350_RISCV",
220+
"description": "Raspberry Pi RP2350, RISC-V image"
221+
},
222+
{
223+
"id": "0xe48bff5b",
224+
"short_name": "RP2350_ARM_NS",
225+
"description": "Raspberry Pi RP2350, Non-secure Arm image"
226+
},
202227
{
203228
"id": "0x00ff6919",
204229
"short_name": "STM32L4",

0 commit comments

Comments
 (0)