zephyr/boards
Sebastian Bøe 35b2021d87 cmake: esp32: Fix check for environment variable ESP_IDF_PATH
Environment variables should be checked with if(DEFINED
ENV{ESP_IDF_PATH}).

if($ENV{ESP_IDF_PATH}) was not evaluating to true as it should have
when env[ESP_IDF_PATH] was set.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2017-12-27 10:29:35 -05:00
..
arc boards: remove panther board 2017-12-15 18:09:34 -05:00
arm board: arm: nrf: Add support for GDB debugging 2017-12-19 16:57:36 -05:00
common cmake: esp32: Fix check for environment variable ESP_IDF_PATH 2017-12-27 10:29:35 -05:00
nios2 scripts: runner: use arguments, not environment vars 2017-12-15 09:57:30 -05:00
riscv32 scripts: refactor flash/debug scripts to remove "shell" 2017-12-15 09:57:30 -05:00
x86 boards: remove panther board 2017-12-15 18:09:34 -05:00
xtensa scripts: runner: use arguments, not environment vars 2017-12-15 09:57:30 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
boards.rst