2022-07-14 14:48:27 +08:00
|
|
|
common:
|
|
|
|
tags: linker
|
|
|
|
tests:
|
|
|
|
tests.application_development.code_relocation:
|
|
|
|
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
|
2022-08-19 15:29:10 +10:00
|
|
|
arch_allow: arm
|
2022-07-14 14:48:27 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_RELOCATE_TO_ITCM=y
|
2023-07-11 11:43:02 -03:00
|
|
|
platform_allow:
|
|
|
|
- mimxrt1060_evk
|
2022-07-14 14:48:27 +08:00
|
|
|
tests.application_development.code_relocation_kinetis:
|
2023-07-11 11:43:02 -03:00
|
|
|
filter: CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC
|
2022-08-19 15:29:10 +10:00
|
|
|
arch_allow: arm
|
2022-07-14 14:48:27 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
2023-07-11 11:43:02 -03:00
|
|
|
platform_allow:
|
|
|
|
- frdm_k64f
|
2023-07-11 11:46:04 -03:00
|
|
|
tests.application_development.code_relocation.nxp_s32:
|
|
|
|
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
|
|
|
|
arch_allow: arm
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_RELOCATE_TO_ITCM=y
|
|
|
|
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
|
|
|
platform_allow:
|
|
|
|
- mr_canhubk3
|
2022-07-14 14:48:27 +08:00
|
|
|
tests.application_development.code_relocation.no_itcm:
|
|
|
|
filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
|
2022-08-19 15:29:10 +10:00
|
|
|
arch_allow: arm
|
2023-05-08 13:37:42 +02:00
|
|
|
extra_sections:
|
|
|
|
- _SRAM2_RODATA_SECTION_NAME
|
|
|
|
- _SRAM_TEXT_SECTION_NAME
|
|
|
|
- _SRAM_RODATA_SECTION_NAME
|
|
|
|
- _SRAM_DATA_SECTION_NAME
|
|
|
|
- _CUSTOM_SECTION_NAME2
|
|
|
|
platform_allow:
|
|
|
|
- qemu_cortex_m3
|
|
|
|
- mps2_an385
|
|
|
|
- sam_e70_xplained
|
2022-11-29 00:23:08 +00:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_cortex_m3
|
2022-08-19 15:29:10 +10:00
|
|
|
tests.application_development.code_relocation.riscv:
|
|
|
|
extra_args: CONF_FILE="prj_riscv.conf"
|
2023-05-08 13:37:42 +02:00
|
|
|
platform_allow:
|
|
|
|
- qemu_riscv32
|
|
|
|
- qemu_riscv64
|
2022-10-19 12:25:12 -07:00
|
|
|
tests.application_development.code_relocation.xtensa:
|
|
|
|
extra_args: CONF_FILE="prj_xtensa.conf"
|
|
|
|
platform_allow: qemu_xtensa
|