usb: move USB device stack code to own directory
Until now the whole USB device stack code is located in the top subsys/usb directory. Move it to own directory in preparation for upcoming extension and rework of USB support. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
parent
00a6d4cf78
commit
6be45c2a18
51 changed files with 70 additions and 66 deletions
|
@ -5,7 +5,7 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|||
project(os_desc)
|
||||
|
||||
zephyr_library_include_directories(
|
||||
${ZEPHYR_BASE}/subsys/usb/
|
||||
${ZEPHYR_BASE}/subsys/usb/device/
|
||||
)
|
||||
|
||||
FILE(GLOB app_sources src/*.c)
|
||||
|
|
|
@ -5,7 +5,7 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|||
project(os_desc)
|
||||
|
||||
zephyr_library_include_directories(
|
||||
${ZEPHYR_BASE}/subsys/usb/
|
||||
${ZEPHYR_BASE}/subsys/usb/device/
|
||||
)
|
||||
|
||||
FILE(GLOB app_sources src/*.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue