Skip to content

Commit e31bf8b

Browse files
epc-akemmahadevan108
authored andcommitted
scripts: twister: Add Espressif as manufacturer
Adds Espressif as manufacturer so that generation of HW-Map file is possible Signed-off-by: Armin Kessler <[email protected]>
1 parent cdb9166 commit e31bf8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pylib/twister/twisterlib/hardwaremap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ class HardwareMap:
147147
'FTDI',
148148
'Digilent',
149149
'Microsoft',
150-
'Nuvoton'
150+
'Nuvoton',
151+
'Espressif',
151152
]
152153

153154
runner_mapping = {

0 commit comments

Comments
 (0)