Skip to content

Commit 04a76b3

Browse files
author
Jamie Smith
authored
Refactor MIMXRT105x target labels and linker script, locate general data in DTCM memory instead of OCRAM for improved performance (#157)
1 parent 9c65ad9 commit 04a76b3

File tree

191 files changed

+94
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+94
-29
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_subdirectory(TARGET_IMX EXCLUDE_FROM_ALL)
55
add_subdirectory(TARGET_LPC EXCLUDE_FROM_ALL)
66
add_subdirectory(TARGET_LPC54114 EXCLUDE_FROM_ALL)
77
add_subdirectory(TARGET_MCU_LPC546XX EXCLUDE_FROM_ALL)
8-
add_subdirectory(TARGET_MIMXRT1050 EXCLUDE_FROM_ALL)
8+
add_subdirectory(TARGET_MIMXRT105x EXCLUDE_FROM_ALL)
99
add_subdirectory(TARGET_MIMXRT1170 EXCLUDE_FROM_ALL)
1010
add_subdirectory(middleware/TARGET_USB EXCLUDE_FROM_ALL)
1111

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/CMakeLists.txt renamed to targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ target_include_directories(mbed-mimxrt1060-evk
3434

3535
target_sources(mbed-mimxrt1060-evk
3636
INTERFACE
37-
fsl_phy.c
3837
fsl_flexspi_nor_boot.c
3938

4039
TARGET_1060_EVK/xip/evkbmimxrt1060_flexspi_nor_config.c

0 commit comments

Comments
 (0)