zephyr/drivers/usb/device
Chris Collins ce84c782dc drivers: usb: device: stm32: fix disconnect-gpios configuration.
For some reason, rather than testing for the presence of
disconnect-gpios in the devicetree, the STM32 USB Device driver was
relying on a hidden Kconfig flag to be set.

This patch removes the Kconfig option completely and simply tests for
the DT property - if it's set, you obviously know what you're doing and
obviously need the pull-up GPIO behaviour.

Signed-off-by: Chris Collins <chris@realsimgear.com>
2022-05-19 11:28:38 -07:00
..
CMakeLists.txt drivers: usb: Add RP2040 USB device support. 2022-05-13 16:28:27 +02:00
Kconfig drivers: usb: device: stm32: fix disconnect-gpios configuration. 2022-05-19 11:28:38 -07:00
usb_dc_dw.c drivers: usb: Adding support to GIC_V1 in dc_dw USB driver 2022-05-10 13:29:47 -04:00
usb_dc_kinetis.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_mcux.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_native_posix_adapt.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_nrfx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_rpi_pico.c drivers: usb: Add RP2040 USB device support. 2022-05-13 16:28:27 +02:00
usb_dc_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_sam_usbc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_sam_usbhs.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
usb_dc_stm32.c drivers: usb: device: stm32: fix disconnect-gpios configuration. 2022-05-19 11:28:38 -07:00
usb_dw_registers.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00