add tinyusb as submodule
This commit is contained in:
parent
b14b28067e
commit
46c453cf0a
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -73,3 +73,7 @@
|
||||
[submodule "ports/nrf/nrfx"]
|
||||
path = ports/nrf/nrfx
|
||||
url = https://github.com/NordicSemiconductor/nrfx.git
|
||||
[submodule "lib/tinyusb"]
|
||||
path = lib/tinyusb
|
||||
url = git@github.com:hathach/tinyusb.git
|
||||
branch = develop
|
||||
|
1
lib/tinyusb
Submodule
1
lib/tinyusb
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1faf0a81e4ef7176f152165fe46ff65b598d09ce
|
@ -7,7 +7,7 @@
|
||||
---------- ---------- ------- -----------------------------------------
|
||||
0x000FF000..0x000FFFFF ( 4KB) Bootloader Settings
|
||||
0x000FE000..0x000FEFFF ( 4KB) Master Boot Record Params
|
||||
0x000F4000..0x000FDFFF ( 40KB) Serial + OTA Bootloader
|
||||
0x000F4000..0x000FDFFF ( 40KB) Bootloader (UF2 + CDC + OTA)
|
||||
|
||||
0x000ED000..0x000F3FFF (28KB ) Private Config Data (Bonding, Keys, etc.)
|
||||
0x000AD000..0x000ECFFF (256KB) User Filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user