zephyr/tests/application_development/code_relocation/Kconfig
Hake Huang 45daf3b448 tests: application_development: add code_relocation test
add code relocation test case
1. customer relocation code and data test
2. memcpy relocation

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2022-08-01 18:09:28 +01:00

9 lines
165 B
Plaintext

# Copyright (c) 2022, NXP
# SPDX-License-Identifier: Apache-2.0
config RELOCATE_TO_ITCM
bool "test with code relocate to itcm"
default y
source "Kconfig.zephyr"