tinyusb/hw/bsp/ra/debug.jlinkscript

5 lines
100 B
Plaintext
Raw Normal View History

2023-07-03 16:35:22 +07:00
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
return 0;
}