tests: drivers: buildall: modem: exclude litex_vexriscv
Excluding litex_vexriscv as UART_LITEUART doesn't support interrupts. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
9d2f8a1124
commit
885e830dd5
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ common:
|
|||
tests:
|
||||
drivers.modem.build:
|
||||
extra_args: CONF_FILE=modem.conf
|
||||
platform_exclude: serpente particle_boron rak5010_nrf52840
|
||||
platform_exclude: serpente particle_boron rak5010_nrf52840 litex_vexriscv
|
||||
drivers.modem.ublox_sara.build:
|
||||
extra_args: CONF_FILE=modem_ublox_sara.conf
|
||||
platform_exclude: serpente pinnacle_100_dvk
|
||||
platform_exclude: serpente pinnacle_100_dvk litex_vexriscv
|
||||
drivers.modem.quectel_bg9x.build:
|
||||
extra_args: CONF_FILE=modem_quectel_bg9x.conf
|
||||
platform_exclude: serpente pinnacle_100_dvk
|
||||
platform_exclude: serpente pinnacle_100_dvk litex_vexriscv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue