add clock_config.c for imxrt generated by mcuxpresso config

This commit is contained in:
hathach
2023-07-14 12:34:43 +07:00
parent f1e006d09b
commit eb298e2b81
41 changed files with 13638 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
return 0;
}