zephyr/samples/drivers
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
..
CAN Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
crypto samples: move crypto sample to new logger 2018-10-08 17:49:12 -04:00
current_sensing cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
entropy cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
flash_shell shell: parsing output LF character 2018-10-10 10:45:28 +02:00
gpio samples: Include regex matching in samples 2018-09-21 00:40:44 -04:00
i2c_fujitsu_fram cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
lcd_hd44780 cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
led_apa102c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
led_lp3943 samples: led: fix default log level kconfig 2018-10-08 17:49:12 -04:00
led_lp5562 samples: led_lp5562: move to new logger 2018-10-08 17:49:12 -04:00
led_lpd8806 samples: led: fix default log level kconfig 2018-10-08 17:49:12 -04:00
led_pca9633 samples: led: fix default log level kconfig 2018-10-08 17:49:12 -04:00
led_ws2812 samples: led_ws2812: move to new logger 2018-10-08 17:49:12 -04:00
random cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
rtc samples: Include regex matching in samples 2018-09-21 00:40:44 -04:00
soc_flash_nrf cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
spi_flash samples: Include regex matching in samples 2018-09-21 00:40:44 -04:00
spi_fujitsu_fram cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
watchdog samples: Include regex matching in samples 2018-09-21 00:40:44 -04:00
drivers.rst samples: drivers: add WS2812 sample application 2017-10-28 13:23:30 -04:00