boards: make names in platform YAML files unique
This commit makes names in the platform YAML files unique. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
4716438c20
commit
4858f8d667
21 changed files with 21 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
identifier: arduino_portenta_h7_m4
|
||||
name: Arduino Portenta H7
|
||||
name: Arduino Portenta H7 (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: arduino_portenta_h7_m7
|
||||
name: Arduino Portenta H7
|
||||
name: Arduino Portenta H7 (M7)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: blackpill_f401cc
|
||||
name: WeAct Studio Black Pill V3.0
|
||||
name: WeAct Studio Black Pill V3.0 (F401CC)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: blackpill_f401ce
|
||||
name: WeAct Studio Black Pill V3.0
|
||||
name: WeAct Studio Black Pill V3.0 (F401CE)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
identifier: cy8ckit_062_ble_m0
|
||||
name: Cypress PSoC6 BLE Pioneer Kit
|
||||
name: Cypress PSoC6 BLE Pioneer Kit (M0)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 288
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
identifier: cy8ckit_062_ble_m4
|
||||
name: Cypress PSoC6 BLE Pioneer Kit
|
||||
name: Cypress PSoC6 BLE Pioneer Kit (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 288
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
identifier: cy8ckit_062_wifi_bt_m0
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit (M0)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 288
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
identifier: cy8ckit_062_wifi_bt_m4
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit
|
||||
name: Cypress PSoC6 WiFi-BT Pioneer Kit (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 288
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
identifier: lpcxpresso55s69_cpu0
|
||||
name: NXP LPCXpresso55S69
|
||||
name: NXP LPCXpresso55S69 (CPU0)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 64
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
identifier: lpcxpresso55s69_cpu1
|
||||
name: NXP LPCXpresso55S69
|
||||
name: NXP LPCXpresso55S69 (CPU1)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 64
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
identifier: lpcxpresso55s69_ns
|
||||
name: NXP LPCXpresso55S69
|
||||
name: NXP LPCXpresso55S69 (Non-Secure)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 136
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nucleo_h745zi_q_m4
|
||||
name: ST Nucleo H745ZI-Q
|
||||
name: ST Nucleo H745ZI-Q (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nucleo_h745zi_q_m7
|
||||
name: ST Nucleo H745ZI-Q
|
||||
name: ST Nucleo H745ZI-Q (M7)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: stm32_min_dev_black
|
||||
name: STM32 Minimum Development Board
|
||||
name: STM32 Minimum Development Board (Black)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: stm32_min_dev_blue
|
||||
name: STM32 Minimum Development Board
|
||||
name: STM32 Minimum Development Board (Blue)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: stm32h747i_disco_m4
|
||||
name: ST STM32H747I Discovery
|
||||
name: ST STM32H747I Discovery (M4)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: stm32h747i_disco_m7
|
||||
name: ST STM32H747I Discovery
|
||||
name: ST STM32H747I Discovery (M7)
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: rv32m1_vega_ri5cy
|
||||
name: RV32M1-VEGA
|
||||
name: RV32M1-VEGA (RI5CY)
|
||||
type: mcu
|
||||
arch: riscv32
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: rv32m1_vega_zero_riscy
|
||||
name: RV32M1-VEGA
|
||||
name: RV32M1-VEGA (ZERO-RISCY)
|
||||
type: mcu
|
||||
arch: riscv32
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: esp32s2_franzininho
|
||||
name: ESP32-S2
|
||||
name: ESP32-S2 Franzininho
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: esp32s2_saola
|
||||
name: ESP32-S2
|
||||
name: ESP32-S2 Saola
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue