twister: fix NXP hw detection in hardware map
Some NXP boards are not detected by twister when creating hardware map, because manufacture name is NXP instead of NXP Semiconductors expected by twister. Fix it by adding NXP to manufacturers list. Signed-off-by: Michal Smola <michal.smola@nxp.com>
This commit is contained in:
parent
97177ba01a
commit
7bf2d8ff46
|
@ -120,6 +120,7 @@ class HardwareMap:
|
|||
'Atmel Corp.',
|
||||
'Texas Instruments',
|
||||
'Silicon Labs',
|
||||
'NXP',
|
||||
'NXP Semiconductors',
|
||||
'Microchip Technology Inc.',
|
||||
'FTDI',
|
||||
|
|
Loading…
Reference in a new issue