zephyr/subsys/usb
Carles Cufi 7d764b35f3 cmake: Use path-corrected version of ZEPHYR_BASE
Instead of accessing the environment variable ZEPHYR_BASE every time we
require accessing the source code root, use an intermediate variable
that has OS path separators correctly set to '/' to avoid issues on
Windows.

Note: This removes the ZEPHYR_SOURCE_DIR CMake variable. External
applications using that will need to change to use the new ZEPHYR_BASE
variable.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-01-11 14:59:03 -05:00
..
class cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
CMakeLists.txt cmake: Introduce a default VID and PID 2017-11-08 20:00:22 -05:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
composite.c subsys: usb: add composite device support 2017-10-13 09:18:14 -04:00
composite.h subsys: usb: add composite device support 2017-10-13 09:18:14 -04:00
usb_descriptor.c usb: Add CDC ECM composite configuration 2017-10-28 14:38:19 -04:00
usb_descriptor.h usb: Add CDC ECM composite configuration 2017-10-28 14:38:19 -04:00
usb_device.c usb: Add extra debug information 2017-10-28 14:38:19 -04:00