zephyr/subsys
Paul Sokolovsky c89a06dbc1 net: config: Introduce a dedicated header for the library
Split out definition of net_app_init() and its parameter flags from
net_app.h header to new net_config.h header. As we do this, rename
the function to net_config_init() and flags to NET_CONFIG_NEED_*.
This is a second step in splitting out network configuration API
out of net_app API, started in the c60df1311 commit.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-07-02 12:36:35 +03:00
..
bluetooth Bluetooth: controller: Fix LE Extended Scanner Filter Policy dependency 2018-06-28 22:16:31 +02:00
console subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional 2018-06-20 15:59:12 -04:00
cpp
debug
dfu subsys: dfu: img_util: Fix warning with ERR log 2018-06-28 13:02:42 +02:00
disk susbys: disk: Fix misleading menuconfig prompts 2018-06-04 21:45:09 +02:00
fs
logging logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
mgmt mgmt: Reduce net_buf user data requirement 2018-06-28 10:49:52 +03:00
net net: config: Introduce a dedicated header for the library 2018-07-02 12:36:35 +03:00
random
settings subsys: settings: Fix file exist error. 2018-06-06 09:43:19 -04:00
shell shell: Fix command completion logic 2018-06-22 15:09:18 -04:00
storage
usb usb: mark unused arguments correctly 2018-07-01 22:58:23 +02:00
CMakeLists.txt subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
Kconfig