Skip to content

Commit 39ea8ac

Browse files
danieldegrassehenrikbrixandersen
authored andcommitted
samples: drivers: mbox: remove mimxrt595_evk_cm33
Remove mimxrt595_evk_cm33 from the MBOX sample. Although this SOC has support for both cores, there is no support in tree for booting the secondary core from the primary one, so this sample cannot run on hardware. Fixes #69092 Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 9a96a0c commit 39ea8ac

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

samples/drivers/mbox/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if(("${BOARD}" STREQUAL "nrf5340dk_nrf5340_cpuapp") OR
1717
("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7") OR
1818
("${BOARD}" STREQUAL "mimxrt1170_evk_cm7") OR
1919
("${BOARD}" STREQUAL "mimxrt1160_evk_cm7") OR
20-
("${BOARD}" STREQUAL "mimxrt595_evk_cm33") OR
2120
("${BOARD}" STREQUAL "lpcxpresso55s69_cpu0"))
2221
message(STATUS "${BOARD} compile as Main in this sample")
2322
else()

samples/drivers/mbox/Kconfig.sysbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ string
1010
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
1111
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
1212
default "adp_xc7k_ae350" if $(BOARD) = "adp_xc7k_ae350"
13-
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "mimxrt595_evk_cm33"
1413
default "mimxrt1170_evkb_cm4" if $(BOARD) = "mimxrt1170_evkb_cm7"
1514
default "mimxrt1170_evk_cm4" if $(BOARD) = "mimxrt1170_evk_cm7"
1615
default "mimxrt1160_evk_cm4" if $(BOARD) = "mimxrt1160_evk_cm7"

samples/drivers/mbox/boards/mimxrt595_evk_cm33.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/drivers/mbox/sample.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ tests:
88
platform_allow:
99
- nrf5340dk_nrf5340_cpuapp
1010
- adp_xc7k_ae350
11-
- mimxrt595_evk_cm33
1211
- mimxrt1170_evkb_cm7
1312
- mimxrt1170_evk_cm7
1413
- mimxrt1160_evk_cm7

0 commit comments

Comments
 (0)