Commit 05d59f72 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Anas Nashif
Browse files

boards: Set full_name for all boards



Full name was set based on the information available either in board
documentation or in Twister files.
Whenever applicable, vendor name was dropped from the full name so that
all boards have a consistent naming scheme.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent f2d549d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
board:
  name: esp32c3_042_oled
  full_name: ESP32C3 0.42 OLED
  vendor: 01space
  socs:
  - name: esp32c3
+1 −0
Original line number Diff line number Diff line
board:
  name: 96b_aerocore2
  full_name: Aerocore2
  vendor: 96boards
  socs:
    - name: stm32f427xx
+1 −0
Original line number Diff line number Diff line
board:
  name: 96b_argonkey
  full_name: Argonkey
  vendor: 96boards
  socs:
    - name: stm32f412cx
+1 −0
Original line number Diff line number Diff line
board:
  name: 96b_avenger96
  full_name: Avenger96
  vendor: 96boards
  socs:
    - name: stm32mp157cxx
+1 −0
Original line number Diff line number Diff line
board:
  name: 96b_carbon
  full_name: Carbon
  vendor: 96boards
  socs:
  - name: stm32f401xe
Loading