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:
Johann Fischer 2022-03-31 11:17:28 +02:00 committed by Carles Cufí
commit 6be45c2a18
51 changed files with 70 additions and 66 deletions

View file

@ -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)

View file

@ -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)