zephyr/subsys
Carles Cufi 7d764b35f3 cmake: Use path-corrected version of ZEPHYR_BASE
Instead of accessing the environment variable ZEPHYR_BASE every time we
require accessing the source code root, use an intermediate variable
that has OS path separators correctly set to '/' to avoid issues on
Windows.

Note: This removes the ZEPHYR_SOURCE_DIR CMake variable. External
applications using that will need to change to use the new ZEPHYR_BASE
variable.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-01-11 14:59:03 -05:00
..
bluetooth Bluetooth: mesh: Fix model subscription groups cleanup 2018-01-10 16:38:53 +02:00
console kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
debug libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug 2018-01-11 12:47:10 -05:00
dfu kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
disk various: Update/fix some textual material and code comments. 2017-12-29 09:45:39 -05:00
fs fs: nffs: Corrected types in OS specific functions 2018-01-02 13:34:02 -05:00
logging lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
net cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
usb cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig