Skip to content

Commit

Permalink
[#54405] Add missing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrZierhoffer committed Mar 10, 2024
1 parent e16bf59 commit 2f3f958
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tools/peripherals_scanner.py
Expand Up @@ -91,15 +91,15 @@ def try_get_category(platform):
"ezr32lg330": "EFM",
"ezr32wg330": "EMF",
"fomu": "LITEX",
"gr716": "LEON",
"gr716-devboard": "LEON",
"gr712rc": "LEON",
"gr716": "GAISLER",
"gr716-devboard": "GAISLER",
"gr712rc": "GAISLER",
"i386": "X86",
"ice40up5k-mdp-evn": "LITEX",
"imxrt1064": "NXP I.MX",
"kendryte_k210": "KENDRYTE",
"leon3": "LEON",
"leon3-externals": "LEON",
"leon3": "GAISLER",
"leon3-externals": "GAISLER",
"litex_common": "LITEX",
"litex_ibex": "LITEX",
"litex_linux_vexriscv_sdcard": "LITEX",
Expand Down Expand Up @@ -178,6 +178,7 @@ def try_get_category(platform):
"stm32f7_discovery-bb": "STM",
"stm32g0": "STM",
"stm32h753": "STM",
"stm32h743": "STM",
"stm32l071": "STM",
"stm32l072": "STM",
"stm32l151": "STM",
Expand All @@ -187,6 +188,7 @@ def try_get_category(platform):
"tegra2": "TEGRA",
"tegra3": "TEGRA",
"tegra_externals": "TEGRA",
"ut32m0r500": "GAISLER",
"verilated_ibex": "LITEX",
"versatile": "GENERIC ARM",
"vexpress": "GENERIC ARM",
Expand All @@ -213,6 +215,7 @@ def try_get_category(platform):
"ck-ra6m5": "RENESAS",
"renesas-da14592": "RENESAS",
"ek-ra2e1": "RENESAS",
"ek-ra8m1": "RENESAS",
"arduino_uno_r4_minima": "RENESAS",
}

Expand Down

0 comments on commit 2f3f958

Please sign in to comment.