scripts: hwm_v2: add full_name property for archs
Allow to specify a human readable full name for archs that can then be leveraged e.g. in the documentation. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
committed by
Benjamin Cabé
parent
061cbb7bc0
commit
a89c79275f
@@ -1,21 +1,31 @@
|
||||
archs:
|
||||
- name: arc
|
||||
path: arc
|
||||
full_name: Synopsys DesignWare ARC
|
||||
- name: arm
|
||||
path: arm
|
||||
full_name: ARM
|
||||
- name: arm64
|
||||
path: arm64
|
||||
full_name: ARM 64
|
||||
- name: mips
|
||||
path: mips
|
||||
full_name: MIPS
|
||||
- name: posix
|
||||
path: posix
|
||||
full_name: POSIX
|
||||
- name: riscv
|
||||
path: riscv
|
||||
full_name: RISC-V
|
||||
- name: sparc
|
||||
path: sparc
|
||||
full_name: SPARC
|
||||
- name: xtensa
|
||||
path: xtensa
|
||||
full_name: Xtensa
|
||||
- name: x86
|
||||
path: x86
|
||||
full_name: x86
|
||||
- name: rx
|
||||
path: rx
|
||||
full_name: Renesas RX
|
||||
|
||||
@@ -23,6 +23,10 @@ mapping:
|
||||
required: true
|
||||
type: str
|
||||
desc: Location of the arch implementation relative to the archs.yml file.
|
||||
full_name:
|
||||
required: false
|
||||
type: str
|
||||
desc: Full display name of the architecture
|
||||
comment:
|
||||
required: false
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user