zephyr/tests/drivers
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
..
adc/adc_api tests/drivers: adc: add config for Quark D2000 2018-09-05 18:38:57 -04:00
aio cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
aon_counter/aon_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
build_all tests: disable HDC1008 from build tests 2018-08-16 20:48:50 -07:00
dma cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
entropy/api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
gpio/gpio_basic_api dts: nrf5: Changed GPIO and GPIOTE define names 2018-08-17 07:29:14 -07:00
i2c Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
i2s cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ipm cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pci_enum cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pinmux/pinmux_basic_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pwm/pwm_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
rtc/rtc_basic_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
spi/spi_loopback Kconfig: Use new preprocessor syntax for env. variables 2018-09-11 19:17:25 -04:00
uart/uart_basic_api tests: update test identifier 2018-08-16 13:20:53 -07:00
watchdog/wdt_basic_api tests/samples: watchdog: Update projects' configuration 2018-08-20 06:38:02 -07:00