zephyr/tests/net/all
Henrik Brix Andersen e9c9caa80d net: remove unmaintained 6LoCAN implementation
Remove the unmaintained, experimental 6LoCAN (IPv6 over CAN bus)
implementation.

Fixes: #42559

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-03-09 18:07:31 +01:00
..
src
check_net_options.sh scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
CMakeLists.txt
prj.conf net: remove unmaintained 6LoCAN implementation 2022-03-09 18:07:31 +01:00
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