zephyr/drivers/usb/device
Erwan Gouriou 557d263354 dts: stm32f3: Remap USB IRQ to avoid conflict with CAN
On stm32f302/3 series, USB and CAN_1 share same IRQ lines.
To use USB and CAN_1 together, USB IRQ could be remap to other
line numbers, on which there is no conflict.
Remap the USB IRQ lines by default:
-Assign remap number in matching dtsi files
-Perform remap before usb driver init

Additionally, fix compilation issue in usb driver.

Fixes #22343

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-02-18 18:44:42 +02:00
..
CMakeLists.txt drivers: Add support for nRF52833 in several drivers 2019-11-13 10:33:38 -06:00
Kconfig drivers: usb: sam: Add support to samv71 soc 2020-02-04 14:02:59 -05:00
usb_dc_dw.c usb: dw: fix undefined callback variable 2020-01-31 14:51:37 -05:00
usb_dc_kinetis.c usb: Fix for set/reset endpoints 2020-02-12 14:40:40 +02:00
usb_dc_mcux_ehci.c usb: Fix for set/reset endpoints 2020-02-12 14:40:40 +02:00
usb_dc_native_posix_adapt.c usb: Cleanup for multiplied defines 2019-12-09 12:48:13 -05:00
usb_dc_native_posix_adapt.h usb: usb_dc_native_posix: Refactor similar code to function 2019-11-29 07:54:14 -05:00
usb_dc_native_posix.c treewide: use full path to usb/usb_dc.h header 2020-01-26 17:52:12 +01:00
usb_dc_nrfx.c treewide: use full path to usb/usb_dc.h header 2020-01-26 17:52:12 +01:00
usb_dc_sam0.c usb: Fix for set/reset endpoints 2020-02-12 14:40:40 +02:00
usb_dc_sam.c drivers: usb_dc_sam: validate pointer in usb_dc_ep_is_stalled 2019-09-08 12:35:23 +02:00
usb_dc_stm32.c dts: stm32f3: Remap USB IRQ to avoid conflict with CAN 2020-02-18 18:44:42 +02:00
usb_dw_registers.h drivers/usb: Switching to DTS based configuration for DW driver 2020-01-28 18:18:18 -05:00