zephyr/subsys/usb
Sebastian Bøe 9d0e2cb325 cmake: Fix usb include directory organization
There are two problems with how zephyr/subsys/usb is being added to
the include path. Firstly it is using the zephyr_library_ API to
modify the zephyr library, when the zephyr_ API should have been used.

Secondly the code is located in the class directory even though it
affects the more general usb directory.

This patch fixes these issues. Using zephyr_library_ in this instance
works by accident when 'zephyr' is the current library but has not
guarantees of working in the future.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-10-01 19:22:02 +02:00
..
class cmake: Fix usb include directory organization 2019-10-01 19:22:02 +02:00
CMakeLists.txt cmake: Fix usb include directory organization 2019-10-01 19:22:02 +02:00
Kconfig usb: allow hardware to handle ZLP for Variable-length Data Stage 2019-09-26 13:19:02 +02:00
bos.c usb: Remove extra logs 2019-10-01 09:16:42 -04:00
os_desc.c usb: Remove extra logs 2019-10-01 09:16:42 -04:00
os_desc.h
usb_descriptor.c
usb_descriptor.h
usb_device.c usb: allow hardware to handle ZLP for Variable-length Data Stage 2019-09-26 13:19:02 +02:00