e99652b67d
Move driver to use {NET_}DEVICE_DT_INST_DEFINE. This lets us remove the IEEE802154_CC2520_DRV_NAME Kconfig symobl. We also update the ieee802154 build_all test to actually enable the CC2520 driver. Signed-off-by: Kumar Gala <galak@kernel.org> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README.txt | ||
check_net_options.sh | ||
prj.conf | ||
testcase.yaml |
README.txt
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