Sign in
◑
Theme
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
c962a0bf62f53d7bee42db7ff3bcd8f07ec23daa
/
.
/
hw
/
bsp
/
mcx
/
debug.jlinkscript
blob: fd8bcffeff4c7fb502515cb210f72c42802c9954 [
file
]
int
SetupTarget
(
void
)
{
JLINK_ExecCommand
(
"SetRTTSearchRanges 0x20000000 0x40000"
);
return
0
;
}