mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
tests: mcumgr: exclude lpcxpresso51u68
The test is failing for lpcxpresso51u68 with:
soc_flash_lpc.c:25:2: error: #error No matching compatible for
soc_flash_lpc.c
25 | #error No matching compatible for soc_flash_lpc.c
| ^~~~~
Add the board to the exclude list, sort the list as well.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
committed by
Carles Cufí
parent
648355cb69
commit
e7781626e7
@@ -15,26 +15,29 @@ tests:
|
||||
extra_args: >
|
||||
OVERLAY_CONFIG="configuration/crc32.conf"
|
||||
platform_exclude:
|
||||
- nucleo_h745zi_q_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- stm32h747i_disco_m4
|
||||
- arduino_giga_r1_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- esp32_net
|
||||
- lpcxpresso51u68
|
||||
- nucleo_h745zi_q_m4
|
||||
- stm32h747i_disco_m4
|
||||
mgmt.mcumgr.fs.mgmt.hash.supported.sha256:
|
||||
extra_args: >
|
||||
OVERLAY_CONFIG="configuration/sha256.conf"
|
||||
platform_exclude:
|
||||
- nucleo_h745zi_q_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- stm32h747i_disco_m4
|
||||
- arduino_giga_r1_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- esp32_net
|
||||
- lpcxpresso51u68
|
||||
- nucleo_h745zi_q_m4
|
||||
- stm32h747i_disco_m4
|
||||
mgmt.mcumgr.fs.mgmt.hash.supported.all:
|
||||
extra_args: >
|
||||
OVERLAY_CONFIG="configuration/all.conf"
|
||||
platform_exclude:
|
||||
- nucleo_h745zi_q_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- stm32h747i_disco_m4
|
||||
- arduino_giga_r1_m4
|
||||
- arduino_portenta_h7_m4
|
||||
- esp32_net
|
||||
- lpcxpresso51u68
|
||||
- nucleo_h745zi_q_m4
|
||||
- stm32h747i_disco_m4
|
||||
|
||||
Reference in New Issue
Block a user