Browse Source
Create board.yml and soc.yml for the unit_testing board so that list_board.py can correctly find those boards for twister unit test test-cases. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/69687/head
3 changed files with 9 additions and 1 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: unit_testing |
||||
vendor: zephyr |
||||
socs: |
||||
- name: unit_testing |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
socs: |
||||
- name: unit_testing |
Loading…
Reference in new issue