zephyr/samples/subsys/usb
Erwan Gouriou 66d4c64966 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences
Clean up occurrences of "#if IS_ENABLED(CONFIG_FOO)" an replace
with classical "#if defined(CONFIG_FOO)".

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-12-21 10:09:23 +01:00
..
audio includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cdc_acm all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
cdc_acm_composite usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
console all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
dfu usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
hid tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
hid-cdc tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
hid-mouse usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
inf
mass tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shell samples: usb: shell: extend new USB support sample by host support 2022-12-16 13:21:12 +01:00
testusb usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
webusb all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
usb.rst