tests: lib: cpp: cxx: add nRF9280 to exclusion list
Nordic HAL is not compatible with C++98. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
parent
d1e9ddfa01
commit
a33b0887d0
1 changed files with 3 additions and 1 deletions
|
@ -34,12 +34,14 @@ tests:
|
|||
# -std=c++98)
|
||||
cpp.main.cpp98:
|
||||
arch_exclude: posix
|
||||
# Exclude nRF54L15 and nRF54H20 as Nordic HAL is not compatible with C++98.
|
||||
# Exclude nRF54L15, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98.
|
||||
# Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL is not compatible with C++98.
|
||||
platform_exclude:
|
||||
- nrf54l15pdk/nrf54l15/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpurad
|
||||
- nrf9280pdk/nrf9280/cpuapp
|
||||
- nrf9280pdk/nrf9280/cpurad
|
||||
filter: not CONFIG_HAS_RENESAS_RA_FSP
|
||||
build_only: true
|
||||
extra_configs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue