File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
cpp.main.cpp98 :
36
36
arch_exclude : posix
37
37
# Exclude nRF54L series, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98.
38
- # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL is not compatible with C++98.
38
+ # Exclude CONFIG_HAS_RENESAS_RA_FSP and CONFIG_HAS_RENESAS_RZ_FSP as Renesas HALs are not
39
+ # compatible with C++98.
39
40
platform_exclude :
40
41
- nrf54l15dk/nrf54l05/cpuapp
41
42
- nrf54l15dk/nrf54l10/cpuapp
45
46
- nrf54h20dk/nrf54h20/cpurad
46
47
- nrf9280pdk/nrf9280/cpuapp
47
48
- nrf9280pdk/nrf9280/cpurad
48
- filter : not CONFIG_HAS_RENESAS_RA_FSP
49
+ filter : not CONFIG_HAS_RENESAS_RA_FSP and not CONFIG_HAS_RENESAS_RZ_FSP
49
50
build_only : true
50
51
extra_configs :
51
52
- CONFIG_STD_CPP98=y
You can’t perform that action at this time.
0 commit comments