zephyr/drivers/usb/device
Andrzej Głąbek 036791364c usb: kconfig: nrf52840: Enable REMOTE_WAKEUP option only when needed
This patch removes the "hard" selection of the USB_DEVICE_REMOTE_WAKEUP
Kconfig option for USB devices made on the nRF52840 SoC. Now it's up to
the application to decide if it wants to enable the option. This change
makes it possible to pass the USB3CV Chapter 9 Tests for applications
that don't use the remote wakeup feature, since when a USB device only
reports that it supports this feature, and the mentioned option makes
it to do so, one of the test cases expects the USB device to actually
perform the remote wakeup. And when the feature is not reported as
supported, the test case is skipped.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-06-27 12:17:45 +02:00
..
CMakeLists.txt drivers: usb: nxp: add NXP EHCI USB device controller driver shim 2019-05-09 13:37:02 -05:00
Kconfig usb: kconfig: nrf52840: Enable REMOTE_WAKEUP option only when needed 2019-06-27 12:17:45 +02:00
usb_dc_dw.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
usb_dc_kinetis.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_mcux_ehci.c drivers: usb: nxp: Add cache management 2019-06-17 16:25:06 -04:00
usb_dc_native_posix_adapt.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_native_posix_adapt.h usb: native_posix: Implement other then Control transfers 2019-02-01 19:03:12 -05:00
usb_dc_native_posix.c usb: dc: native_posix: Increase number of endpoints supported 2019-04-28 12:22:23 -04:00
usb_dc_nrfx.c drivers: Update DT IRQ alias defines 2019-06-21 07:53:05 -05:00
usb_dc_sam0.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
usb_dc_sam.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_stm32.c usb: drivers: usb_dc_stm32: Fix coverity issue 2019-06-19 11:08:26 +02:00
usb_dw_registers.h drivers: Remove board.h include 2018-11-01 13:21:11 -04:00