zephyr/tests
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
..
application_development cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
benchmarks Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
bluetooth bluetooth: tester: Increase SDU size to meet PTS requirement 2018-08-16 12:41:55 +03:00
boards cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
booting/stub cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
cmsis_rtos_v1 tests/cmsis_rtos_v1: Introduce negative tests for mailQ 2018-09-11 09:03:03 -04:00
compliance
crypto tests: crypto: rename hmac_prng 2018-09-11 17:25:00 -04:00
drivers Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
include tests: include: Add implementation of timestamp_serialize() 2018-08-20 06:51:25 -07:00
kernel Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
lib cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
misc/test_build cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
net net/pkt: Rename link layer address accessors relevantly 2018-09-11 16:06:13 +03:00
posix tests: posix: Test realtime clock 2018-09-11 09:21:52 -04:00
power tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
shell cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
subsys log: make name param explicit 2018-09-11 13:25:55 -05:00
unit cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ztest tests: rename test entry functions 2018-08-31 15:11:39 -04:00
CMakeLists.txt
Kconfig