Browse Source
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>pull/69594/merge
2 changed files with 14 additions and 0 deletions
@ -1,21 +1,31 @@ |
|||||||
archs: |
archs: |
||||||
- name: arc |
- name: arc |
||||||
path: arc |
path: arc |
||||||
|
full_name: Synopsys DesignWare ARC |
||||||
- name: arm |
- name: arm |
||||||
path: arm |
path: arm |
||||||
|
full_name: ARM |
||||||
- name: arm64 |
- name: arm64 |
||||||
path: arm64 |
path: arm64 |
||||||
|
full_name: ARM 64 |
||||||
- name: mips |
- name: mips |
||||||
path: mips |
path: mips |
||||||
|
full_name: MIPS |
||||||
- name: posix |
- name: posix |
||||||
path: posix |
path: posix |
||||||
|
full_name: POSIX |
||||||
- name: riscv |
- name: riscv |
||||||
path: riscv |
path: riscv |
||||||
|
full_name: RISC-V |
||||||
- name: sparc |
- name: sparc |
||||||
path: sparc |
path: sparc |
||||||
|
full_name: SPARC |
||||||
- name: xtensa |
- name: xtensa |
||||||
path: xtensa |
path: xtensa |
||||||
|
full_name: Xtensa |
||||||
- name: x86 |
- name: x86 |
||||||
path: x86 |
path: x86 |
||||||
|
full_name: x86 |
||||||
- name: rx |
- name: rx |
||||||
path: rx |
path: rx |
||||||
|
full_name: Renesas RX |
||||||
|
Loading…
Reference in new issue