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