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 3535 cpp.main.cpp98 :
3636 arch_exclude : posix
3737 # 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.
3940 platform_exclude :
4041 - nrf54l15dk/nrf54l05/cpuapp
4142 - nrf54l15dk/nrf54l10/cpuapp
4546 - nrf54h20dk/nrf54h20/cpurad
4647 - nrf9280pdk/nrf9280/cpuapp
4748 - 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
4950 build_only : true
5051 extra_configs :
5152 - CONFIG_STD_CPP98=y
You can’t perform that action at this time.
0 commit comments