2023-07-24 18:41:05 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
2024-03-18 17:24:36 +01:00
|
|
|
|
|
|
|
config MX8MP_RUN_FROM_ITCM
|
|
|
|
bool "Run from Instruction Tightly Coupled Memory (ITCM)"
|
2024-05-16 16:52:16 +02:00
|
|
|
default n
|
|
|
|
---help---
|
2024-03-18 17:24:36 +01:00
|
|
|
Run software from ITCM instead of DDR memory
|