zephyr/samples
Sebastian Bøe 1588125672 samples: Don't read board from cmake -DBOARD=x
The CMakeLists.txt file was reading ${BOARD}, but this means the user
must set BOARD like this cmake -DBOARD=foo. The user must be allowed
to set BOARD from the environment.

The code was unnecessary anyway because the convention
prj_${BOARD}.conf is known by boilerplate and therefore not necessary
to specify.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2017-12-11 09:06:48 -05:00
..
application_development/external_lib cmake: Change the zephyr_get_* API to be LANG-aware 2017-12-05 10:08:40 -05:00
basic Add missing license and copyright headers 2017-12-05 08:21:05 -06:00
bluetooth Bluetooth: Mesh: Add IV Update test mode API 2017-11-27 10:17:54 +02:00
boards samples: nrf52: power_mgr: Increase idleness for main thread 2017-11-18 11:21:13 -05:00
cpp_synchronization cleanup: remove nanokernel/nano leftovers 2017-12-05 09:44:23 -06:00
drivers sample: crypto: also test mbedTLS config 2017-11-16 05:48:16 -05:00
grove samples: grove: Convert doc to CMake. 2017-11-12 21:13:23 -05:00
hello_world cmake: set IS_TEST in the hello_world sample 2017-11-16 08:26:25 -05:00
mpu cmake: set IS_TEST in the samples that were including Makefile.test 2017-11-16 08:26:25 -05:00
net samples: Don't read board from cmake -DBOARD=x 2017-12-11 09:06:48 -05:00
nfc/nfc_hello kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
philosophers samples: misc: Convert doc to CMake 2017-11-12 21:13:23 -05:00
sensor samples: sensor: Convert doc to CMake 2017-11-12 21:13:23 -05:00
subsys samples: logger-hook: remove unused configs 2017-11-27 22:15:30 -05:00
synchronization cmake: set IS_TEST in the samples that were including Makefile.test 2017-11-16 08:26:25 -05:00
testing kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: drivers: add LPD8806 sample application 2017-10-28 13:23:30 -04:00