boards lpcxpresso55s36: Provisionally disable in twister
This board fails to build for a multitude of samples & tests
which is blocking CI.
Let's provisionally disable it until the matter is properly
resolved.
The issue was introduced with the NXP HAL update to 2.15:
e4e463af81
See https://github.com/zephyrproject-rtos/zephyr/issues/69961
for more information.
Once this issue is fixed, this change should be reverted.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
d737e5d8e3
commit
280fd59547
|
@ -20,3 +20,8 @@ supported:
|
|||
- pwm
|
||||
- dac
|
||||
vendor: nxp
|
||||
env: # Provisional hack to prevent tests being run in this board, as it fails in many test & samples
|
||||
- LPCXPRESSO55S36_TWISTER_ENABLE
|
||||
# Twister won't run tests in this board unless LPCXPRESSO55S36_TWISTER_ENABLE is set in the
|
||||
# environment, which it normally won't.
|
||||
# Once https://github.com/zephyrproject-rtos/zephyr/issues/69961 is fixed this should be removed
|
||||
|
|
Loading…
Reference in a new issue