Skip to content

Commit f1219fc

Browse files
committed
RT600: Add system.c to the build
Use the SystemCoreClock symbol to get CPU frequency. This is used by DWT to get frequency of the cycle counter Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 98c3c38 commit f1219fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ add_subdirectory_ifdef(
6464
enable_language(C ASM)
6565

6666
zephyr_library_sources_ifdef(CONFIG_SOC_LPC54114_M4 devices/${MCUX_DEVICE}/gcc/startup_LPC54114_cm4.S)
67+
zephyr_library_sources_ifdef(CONFIG_SOC_MIMXRT685S_CM33 devices/${MCUX_DEVICE}/system_MIMXRT685S_cm33.c)

0 commit comments

Comments
 (0)