summaryrefslogtreecommitdiff
path: root/hw/bsp/imxrt/debug.jlinkscript
blob: fd8bcffeff4c7fb502515cb210f72c42802c9954 (plain)
1
2
3
4
5
int SetupTarget(void) {
  JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");

  return 0;
}