zephyr/samples/net
Ulf Magnusson d713033d5c Kconfig: Use new preprocessor syntax for env. variables
With the new Kconfig preprocessor (described in
https://github.com/torvalds/linux/blob/master/Documentation/kbuild/
kconfig-macro-language.txt), the syntax for expanding environment
variables is $(FOO) rather than $FOO.

$(FOO) is a general preprocessor variable expansion, which falls back to
environment variables if the variable isn't set (like in Make). It can
also be used in prompts, 'comment's, etc.

The old syntax will probably be supported forever in Kconfiglib for
backwards compatibility, but might as well make it consistent now that
people might start using the preprocessor more.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-09-11 19:17:25 -04:00
..
coap_client cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
coap_server samples: net: Fix out-of-bound access 2018-09-04 08:10:18 -04:00
common gpio: Refactor the mcux gpio driver to use dts 2018-04-20 08:54:11 -05:00
dhcpv4_client cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
dns_resolve cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
echo_client cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
echo_server cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
eth_native_posix cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
gptp Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
http_client cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
http_server cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ipv4_autoconf doc: fix misspellings in reST files 2018-08-28 13:59:38 -04:00
irc_bot cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
leds_demo cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
lldp Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
lwm2m_client net: lwm2m: correct Copyright to Foundries.io 2018-08-27 19:29:16 -04:00
mdns_responder cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mqtt_publisher cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
nats cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
promiscuous_mode cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
rpl-mesh-qemu cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
rpl_border_router net: if: Refactor IPv6 address lifetime timer 2018-09-11 10:53:30 +03:00
rpl_node cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
sntp_client cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
sockets samples: net: sockets: echo: enable socket offload for cc3220sf_launchxl 2018-09-11 18:42:34 +03:00
stats Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
syslog_net cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
telnet cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
throughput_server cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
traffic_class Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
vlan Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
wifi Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
wpan_serial cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
wpanusb cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ws_console cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ws_echo_server cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
zperf kernel: event_logger: remove kernel_event_logger 2018-08-21 05:45:47 -07:00
net.rst