zephyr/subsys/usb/device_next
Henrik Brix Andersen c0c8952739 shell: do not enable subsystem/driver shell modules by default
Do not enable subsystem/driver shell modules by default and stop abusing
CONFIG_SHELL_MINIMAL, which is internal to the shell subsystem, to decide
when to enable a driver shell.

The list of shell modules has grown considerably through the
years. Enabling CONFIG_SHELL for doing e.g. an interactive debug session
leads to a large number of shell modules also being enabled unless
explicitly disabled, which again leads to non-negligible increases in
RAM/ROM usage.

This commit attempts to establish a policy of subsystem/driver shell
modules being disabled by default, requiring the user/application to
explicitly enable only those needed.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-11-20 09:21:40 +01:00
..
class usb: device_next: loopback: fixup left over from early state 2023-10-01 09:26:07 +03:00
CMakeLists.txt
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
usbd_ch9.c usb: device_next: do not set alternate 0 for non-existent interfaces 2023-05-11 15:29:58 +02:00
usbd_ch9.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class_api.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class.c toolchain: only include <zephyr/toolchain.h> 2023-09-15 09:27:30 +02:00
usbd_class.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_config.c
usbd_config.h
usbd_core.c usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usbd_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_desc.c usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_desc.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_device.c
usbd_device.h
usbd_endpoint.c
usbd_endpoint.h
usbd_init.c
usbd_init.h
usbd_interface.c usb: device_next: do not set alternate 0 for non-existent interfaces 2023-05-11 15:29:58 +02:00
usbd_interface.h
usbd_shell.c usb: device_next: use specific macros for string descriptors 2023-05-26 09:48:19 -04:00