CLSH1001-Firmware/managed_components/espressif__tinyusb/hw/bsp/mcx/mcx.jlinkscript

6 lines
101 B
Plaintext
Raw Normal View History

2024-03-06 06:09:49 +08:00
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
return 0;
}