zephyr/drivers/hwinfo
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
..
CMakeLists.txt drivers: hwinfo: add driver for TI SimpleLink CC13xx/CC26xx series 2023-09-21 08:07:35 -04:00
hwinfo_andes.c drivers: hwinfo: andes: Improve hwinfo_andes driver 2023-07-17 13:19:37 +00:00
hwinfo_cc13xx_cc26xx.c drivers: hwinfo: add driver for TI SimpleLink CC13xx/CC26xx series 2023-09-21 08:07:35 -04:00
hwinfo_esp32.c soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
hwinfo_gecko.c hwinfo: gecko: fix warning when building for efr32bg27_brd2602a 2023-07-21 12:54:01 -04:00
hwinfo_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
hwinfo_imxrt.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_litex.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_mcux_rcm.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_mcux_sim.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_mcux_src.c drivers: src: hwinfo: Report reset cause for lockup_sysresetreq 2023-06-26 16:14:14 +02:00
hwinfo_mcux_src_rev2.c drivers: hwinfo: mcux: update include paths 2022-05-09 12:45:29 -04:00
hwinfo_mcux_syscon.c drivers: hwinfo: Fix mcux device id 2022-08-02 13:40:04 -05:00
hwinfo_nrf.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_psoc6.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_rpi_pico.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_sam.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
hwinfo_sam0.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_sam4l.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
hwinfo_sam_rstc.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
hwinfo_shell.c drivers: hwinfo: shell: Add missing reset cause strings 2022-07-07 17:59:19 +00:00
hwinfo_stm32.c drivers: hwinfo: modification into hwinfo_get_reset_cause() 2023-04-17 10:15:35 +02:00
hwinfo_weak_impl.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00