So far, nRF 802.15.4 radio driver build was dependent on the 802.15.4 subsystem in Zephyr. While this was a reasonable approach for samples, it prevented the radio driver from being built as a standalone entity, which could be useful in some applications (e. g. running core nRF 802.15.4 radio driver tests with Zephyr). Resolve this, by providing a separate set of Kconfigs for the radio driver, therefore allowing to build it as a separate entity. The 802154 subsystem simply enables the radio driver module in this case. Signed-off-by: Robert Lubos <robert.lubos@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