mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:21:55 +00:00
Fixes: 5958 Ninja by default will suppress command output and input. This is a problem for the 'flash', 'debug', etc. targets, which may need to interact with the user (and which display interactive output like progress bars). To fix this, add the USES_TERMINAL option to their target definitions. This puts them in the console pool on Ninja, allowing the commands to interact with the console. References: https://ninja-build.org/manual.html#_the_literal_console_literal_pool https://cmake.org/cmake/help/v3.8/command/add_custom_target.html Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com> |
||
---|---|---|
.. | ||
app | ||
emu | ||
flash | ||
reports | ||
usage | ||
ccache.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
fpu-for-gcc-m-cpu.cmake | ||
gcc-m-cpu.cmake | ||
hex.cmake | ||
host-tools-zephyr.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
pristine.cmake | ||
toolchain-cross-compile.cmake | ||
toolchain-espressif.cmake | ||
toolchain-gcc.cmake | ||
toolchain-gccarmemb.cmake | ||
toolchain-host-gcc.cmake | ||
toolchain-issm.cmake | ||
toolchain-xtools.cmake | ||
toolchain-zephyr.cmake | ||
toolchain.cmake | ||
version.cmake |