Skip to content

Commit 94e2e41

Browse files
committed
scripts: twister: Add OpenRISC as a supported test platform
Adds the openrisc CPU architecture to the twister platform definitions. Signed-off-by: Joel Holdsworth <[email protected]>
1 parent 3c081c5 commit 94e2e41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/pylib/twister/twisterlib/platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def load(self, board, target, aliases, data):
157157
"arm64": ["zephyr", "cross-compile"],
158158
"mips": ["zephyr", "xtools"],
159159
"nios2": ["zephyr", "xtools"],
160+
"openrisc": ["zephyr", "xtools"],
160161
"riscv": ["zephyr", "cross-compile"],
161162
"posix": ["host", "llvm"],
162163
"sparc": ["zephyr", "xtools"],

scripts/schemas/twister/platform-schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ schema;platform-schema:
6262
"arm64",
6363
"mips",
6464
"nios2",
65+
"openrisc",
6566
"posix",
6667
"riscv",
6768
"sparc",

0 commit comments

Comments
 (0)