Skip to content

Commit

Permalink
scripts: twister: Add Espressif as manufacturer
Browse files Browse the repository at this point in the history
Adds Espressif as manufacturer so that generation of HW-Map file is
possible

Signed-off-by: Armin Kessler <[email protected]>
  • Loading branch information
epc-ake authored and mmahadevan108 committed Oct 31, 2024
1 parent cdb9166 commit e31bf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pylib/twister/twisterlib/hardwaremap.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ class HardwareMap:
'FTDI',
'Digilent',
'Microsoft',
'Nuvoton'
'Nuvoton',
'Espressif',
]

runner_mapping = {
Expand Down

0 comments on commit e31bf8b

Please sign in to comment.