source: rtems/spec/build/bsps/riscv/riscv/grp.yml @ 4021b87

Last change on this file since 4021b87 was 4021b87, checked in by Alan Cudmore <alan.cudmore@…>, on 03/15/23 at 13:44:28

spec: add riscv kendrytek210 variant build options

This patch includes the spec/build options for the riscv kendrytek210
BSP variant. It includes options to allow the frdme310arty console
UART to be used on multiple BSPS, device tree options, memory
options, and other required options for the variant.

Updates #4876

  • Property mode set to 100644
File size: 1.6 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install: []
11ldflags: []
12links:
13- role: build-dependency
14  uid: ../../obj
15- role: build-dependency
16  uid: ../../objirq
17- role: build-dependency
18  uid: ../../optclang
19- role: build-dependency
20  uid: ../../optconsolebaud
21- role: build-dependency
22  uid: ../../optgcc
23- role: build-dependency
24  uid: ../optextirqmax
25- role: build-dependency
26  uid: ../grp
27- role: build-dependency
28  uid: ../optrambegin
29- role: build-dependency
30  uid: ../optramsize
31- role: build-dependency
32  uid: abi
33- role: build-dependency
34  uid: obj
35- role: build-dependency
36  uid: objsmp
37- role: build-dependency
38  uid: ../../objmem
39- role: build-dependency
40  uid: ../../optfdtcpyro
41- role: build-dependency
42  uid: ../../optfdtmxsz
43- role: build-dependency
44  uid: ../../optfdtro
45- role: build-dependency
46  uid: ../../optfdtuboot
47- role: build-dependency
48  uid: ../../optdtb
49- role: build-dependency
50  uid: ../../optdtbheaderpath
51- role: build-dependency
52  uid: optfrdme310arty
53- role: build-dependency
54  uid: optkendrytek210
55- role: build-dependency
56  uid: opthtif
57- role: build-dependency
58  uid: optmpfs
59- role: build-dependency
60  uid: optsifiveuart
61- role: build-dependency
62  uid: optns16550max
63- role: build-dependency
64  uid: ../linkcmds
65- role: build-dependency
66  uid: ../linkcmdsbase
67- role: build-dependency
68  uid: ../start
69- role: build-dependency
70  uid: ../../bspopts
71type: build
72use-after: []
73use-before: []
Note: See TracBrowser for help on using the repository browser.