Skip to content

Commit

Permalink
Merge pull request #86 from erdnaxe/add_rtl
Browse files Browse the repository at this point in the history
Add UF2 families for Realtek, Beken, Boufallo and Xradiotech
  • Loading branch information
mmoskal committed Sep 3, 2024
2 parents 7e4f3a6 + f5b23fb commit 3f3cc83
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions utils/uf2families.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"short_name": "STM32WL",
"description": "ST STM32WLxx"
},
{
"id": "0x22e0d6fc",
"short_name": "RTL8710B",
"description": "Realtek AmebaZ RTL8710B"
},
{
"id": "0x2abc77ec",
"short_name": "LPC55",
Expand All @@ -49,6 +54,11 @@
"short_name": "GD32F350",
"description": "GD32F350"
},
{
"id": "0x3379CFE2",
"short_name": "RTL8720D",
"description": "Realtek AmebaD RTL8720D"
},
{
"id": "0x04240bdf",
"short_name": "STM32L5",
Expand All @@ -64,6 +74,11 @@
"short_name": "MIMXRT10XX",
"description": "NXP i.MX RT10XX"
},
{
"id": "0x51e903a8",
"short_name": "XR809",
"description": "Xradiotech 809"
},
{
"id": "0x53b80f00",
"short_name": "STM32F7",
Expand Down Expand Up @@ -104,11 +119,21 @@
"short_name": "STM32F0",
"description": "ST STM32F0xx"
},
{
"id": "0x675a40b0",
"short_name": "BK7231U",
"description": "Beken 7231U/7231T"
},
{
"id": "0x68ed2b88",
"short_name": "SAMD21",
"description": "Microchip (Atmel) SAMD21"
},
{
"id": "0x6a82cc42",
"short_name": "BK7251",
"description": "Beken 7251/7252"
},
{
"id": "0x6b846188",
"short_name": "STM32F3",
Expand All @@ -129,6 +154,11 @@
"short_name": "STM32WB",
"description": "ST STM32WBxx"
},
{
"id": "0x7b3ef230",
"short_name": "BK7231N",
"description": "Beken 7231N"
},
{
"id": "0x7eab61ed",
"short_name": "ESP8266",
Expand All @@ -144,6 +174,11 @@
"short_name": "STM32F407VG",
"description": "ST STM32F407VG"
},
{
"id": "0x9fffd543",
"short_name": "RTL8710A",
"description": "Realtek Ameba1 RTL8710A"
},
{
"id": "0xada52840",
"short_name": "NRF52840",
Expand Down Expand Up @@ -194,6 +229,16 @@
"short_name": "ESP32C61",
"description": "ESP32-C61"
},
{
"id": "0xde1270b7",
"short_name": "BL602",
"description": "Boufallo 602"
},
{
"id": "0xe08f7564",
"short_name": "RTL8720C",
"description": "Realtek AmebaZ2 RTL8720C"
},
{
"id": "0xe48bff56",
"short_name": "RP2040",
Expand Down

0 comments on commit 3f3cc83

Please sign in to comment.