Skip to content

Commit ce64fc1

Browse files
committed
MIMXRT1050: Update target configuration
1. Add defines to copy ram & no-cache functions 2. Add deep sleep latency definition Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent f115280 commit ce64fc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/targets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,8 +1910,11 @@
19101910
"XIP_BOOT_HEADER_ENABLE=1",
19111911
"XIP_EXTERNAL_FLASH=1",
19121912
"XIP_BOOT_HEADER_DCD_ENABLE=1",
1913+
"FSL_SDK_DRIVER_QUICK_ACCESS_ENABLE=1",
19131914
"SKIP_SYSCLK_INIT",
19141915
"FSL_FEATURE_PHYKSZ8081_USE_RMII50M_MODE",
1916+
"__STARTUP_INITIALIZE_RAMFUNCTION",
1917+
"__STARTUP_INITIALIZE_NONCACHEDATA",
19151918
"MBED_MPU_CUSTOM",
19161919
"MBED_TICKLESS"
19171920
],
@@ -1942,6 +1945,7 @@
19421945
"features": ["LWIP"],
19431946
"device_name": "MIMXRT1052",
19441947
"overrides": {
1948+
"deep-sleep-latency": 5,
19451949
"network-default-interface-type": "ETHERNET"
19461950
}
19471951
},

0 commit comments

Comments
 (0)