diff options
| author | hathach <[email protected]> | 2023-07-14 12:34:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-14 12:45:54 +0700 |
| commit | eb298e2b81762ab2ead484dd021179d09e0335c9 (patch) | |
| tree | b4908eaa46c2116715e4d81a72e0d07be3ca2a84 /hw/bsp/mcx/debug.jlinkscript | |
| parent | f1e006d09bd32088ab421d0b519eb89c531eda4e (diff) | |
add clock_config.c for imxrt generated by mcuxpresso config
Diffstat (limited to 'hw/bsp/mcx/debug.jlinkscript')
| -rw-r--r-- | hw/bsp/mcx/debug.jlinkscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/mcx/debug.jlinkscript b/hw/bsp/mcx/debug.jlinkscript new file mode 100644 index 000000000..fd8bcffef --- /dev/null +++ b/hw/bsp/mcx/debug.jlinkscript @@ -0,0 +1,5 @@ +int SetupTarget(void) { + JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000"); + + return 0; +} |
