1
1
common :
2
2
tags : linker
3
3
tests :
4
- tests. application_development.code_relocation :
4
+ application_development.code_relocation :
5
5
filter : not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
6
6
arch_allow : arm
7
7
extra_configs :
8
8
- CONFIG_RELOCATE_TO_ITCM=y
9
9
platform_allow :
10
10
- mimxrt1060_evk
11
- tests. application_development.code_relocation_kinetis :
11
+ application_development.code_relocation_kinetis :
12
12
filter : CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC
13
13
arch_allow : arm
14
14
extra_configs :
15
15
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
16
16
platform_allow :
17
17
- frdm_k64f
18
- tests. application_development.code_relocation.nxp_s32 :
18
+ application_development.code_relocation.nxp_s32 :
19
19
filter : not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
20
20
arch_allow : arm
21
21
extra_configs :
22
22
- CONFIG_RELOCATE_TO_ITCM=y
23
23
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
24
24
platform_allow :
25
25
- mr_canhubk3
26
- tests. application_development.code_relocation.no_itcm :
26
+ application_development.code_relocation.no_itcm :
27
27
filter : not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
28
28
arch_allow : arm
29
29
extra_sections :
@@ -38,11 +38,11 @@ tests:
38
38
- sam_e70_xplained
39
39
integration_platforms :
40
40
- qemu_cortex_m3
41
- tests. application_development.code_relocation.riscv :
41
+ application_development.code_relocation.riscv :
42
42
extra_args : CONF_FILE="prj_riscv.conf"
43
43
platform_allow :
44
44
- qemu_riscv32
45
45
- qemu_riscv64
46
- tests. application_development.code_relocation.xtensa :
46
+ application_development.code_relocation.xtensa :
47
47
extra_args : CONF_FILE="prj_xtensa.conf"
48
48
platform_allow : qemu_xtensa
0 commit comments