mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 05:01:56 +00:00
This symbol is not user-configurable (has no prompt), so assignments in prj.conf have no effect on it. (It has no defaults either, and isn't selected/implied, so nothing in vanilla Zephyr will ever enable it.) Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
check_net_options.sh | ||
CMakeLists.txt | ||
prj.conf | ||
README.txt | ||
testcase.yaml |
This test tries to enable all possible networking related config options and build a sample application. The application is not supposed to be run as typically the generated configuration is not usable. The check_net_options.sh script can be used in Linux host to generate a list of missing network related kconfig options from prj.conf file. TODO: * separate conflicting configuration options and create new test cases for them