Skip to content

Commit 46c453c

Browse files
committed
add tinyusb as submodule
1 parent b14b280 commit 46c453c

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@
7373
[submodule "ports/nrf/nrfx"]
7474
path = ports/nrf/nrfx
7575
url = https://github.com/NordicSemiconductor/nrfx.git
76+
[submodule "lib/tinyusb"]
77+
path = lib/tinyusb
78+
url = git@github.com:hathach/tinyusb.git
79+
branch = develop

lib/tinyusb

Submodule tinyusb added at 1faf0a8

ports/nrf/boards/bluefruit_nrf52840_s140_6.0.0.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---------- ---------- ------- -----------------------------------------
88
0x000FF000..0x000FFFFF ( 4KB) Bootloader Settings
99
0x000FE000..0x000FEFFF ( 4KB) Master Boot Record Params
10-
0x000F4000..0x000FDFFF ( 40KB) Serial + OTA Bootloader
10+
0x000F4000..0x000FDFFF ( 40KB) Bootloader (UF2 + CDC + OTA)
1111
1212
0x000ED000..0x000F3FFF (28KB ) Private Config Data (Bonding, Keys, etc.)
1313
0x000AD000..0x000ECFFF (256KB) User Filesystem

0 commit comments

Comments
 (0)