mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
PICO: Adding tinyUSB library
This commit is contained in:
parent
1774693395
commit
0109f50909
1507 changed files with 299535 additions and 0 deletions
5
lib/main/tinyUSB/hw/bsp/mcx/debug.jlinkscript
Normal file
5
lib/main/tinyUSB/hw/bsp/mcx/debug.jlinkscript
Normal file
|
@ -0,0 +1,5 @@
|
|||
int SetupTarget(void) {
|
||||
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue