zephyr/samples/net
Ulf Magnusson 92ef8582b9 Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's
The $srctree environment variable gives the path relative to which
'(o)source' statements work (the current directory is used if $srctree
is unset). It is set to $ZEPHYR_BASE in cmake/kconfig.cmake, so there's
no need to qualify the source of Kconfig.zephyr in sample Kconfig files
(or in external projects).

All 'source's in Zephyr assume that the Zephyr root directory is used as
the srctree as well, and would break otherwise.

Remove the $(ZEPHYR_BASE)s to make it clearer that all 'source'
statements work relative to the Zephyr root. There was some user
confusion on IRC.

Also explain how things work in the documentation.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-10-10 11:28:27 -05:00
..
coap_client samples: net: coap_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
coap_server net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
common gpio: Refactor the mcux gpio driver to use dts 2018-04-20 08:54:11 -05:00
dhcpv4_client net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
dns_resolve net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
echo_client Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
echo_server Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
eth_native_posix samples: net: eth_native_posix: Convert to new logging system 2018-10-04 14:13:57 +03:00
gptp Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
http_client samples: net: http_client: Convert to new logging system 2018-10-04 14:13:57 +03:00
http_server subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
ipv4_autoconf net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
irc_bot samples: net: irc_bot: Convert to new logging system 2018-10-04 14:13:57 +03:00
leds_demo samples: net: leds_demo: Convert to new logging system 2018-10-04 14:13:57 +03:00
lldp Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
lwm2m_client samples: net: lwm2m_client: Convert to new logging system 2018-10-04 14:13:57 +03:00
mdns_responder samples: net: mdns_responder: Convert to new logging system 2018-10-04 14:13:57 +03:00
mqtt_publisher samples: net: mqtt_publisher: Convert to new logging system 2018-10-04 14:13:57 +03:00
nats net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
promiscuous_mode net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl_border_router net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl_node net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
rpl-mesh-qemu coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
sntp_client samples: net: sntp: Convert to new logging system 2018-10-04 14:13:57 +03:00
sockets Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
stats Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
telnet net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
throughput_server samples: net: throughput_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
traffic_class Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
vlan Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
wifi Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
wpan_serial samples: net: wpan_serial: Convert to new logging system 2018-10-04 14:13:57 +03:00
wpanusb usb: Use const for status_callback parameter 2018-10-10 09:21:55 -04:00
ws_console samples: net: ws_console: Convert to new logging system 2018-10-04 14:13:57 +03:00
ws_echo_server samples: net: ws_echo_server: Convert to new logging system 2018-10-04 14:13:57 +03:00
zperf samples: zperf: Fix sanity check with NET, USB and logs 2018-10-08 12:54:57 -04:00
net.rst