zephyr/tests
Jack Rosenthal ea9866dc86 shell: add an option for minimal default configuration
The default shell configuration has heavy flash and memory requirements,
requiring project maintainers to set many configuration options to "n"
to keep flash and memory requirements within reason.

This adds a new configuration option, CONFIG_SHELL_MINIMAL, which will
disable flash and memory heavy options by default, and allow project
maintainers to select/imply only the options they want.

On a quick test from an ARM board I'm working on, enabling this option
cut flash space requirements by ~8 KB, and memory requirements by ~1 KB.

Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
2021-02-27 10:26:33 +01:00
..
application_development
arch tests: arm_thread_swap: fix testsuite setup 2021-02-22 14:36:06 -05:00
benchmarks x86: rename CONFIG_SSE* to CONFIG_X86_SSE* 2021-02-15 08:21:15 -05:00
bluetooth tests: Bluetooth: Add minimal compilation coverage for openisa 2021-02-16 12:02:00 -05:00
boards i2c_test: add a testcase to test i2c api for microchip board 2021-01-23 01:34:10 -05:00
crypto tests: tinycrypt: disable for ARC QEMU platforms 2021-02-15 08:11:19 -05:00
deprecated/inttype
drivers tests: pwm_loopback: Convert to use DEVICE_DT_GET 2021-02-24 13:45:46 -06:00
kernel tests: kernel: sched: add z_yield under deadline 2021-02-27 10:25:47 +01:00
lib devicetree: add DT_NODE_FULL_NAME() 2021-02-25 19:24:08 -06:00
misc/test_build
net tests: net: select: Increase the timeout to 20ms 2021-02-24 08:01:43 -05:00
portability
posix m2gl025_miv: Double the test timeouts 2021-02-09 19:41:27 -05:00
subsys shell: add an option for minimal default configuration 2021-02-27 10:26:33 +01:00
unit Revert "tests: unit: util: Add test for REVERSE_ARGS" 2021-02-25 10:01:31 -05:00
ztest tests: ztest: fix error_hook test case fail in some board 2021-02-04 13:09:55 -05:00