zephyr/doc/develop
Marc Herbert 087add3baf docs/build-flash-debug: expand one-time CMake arguments section
- Change "re-run CMake" to "re-run CMake configuration steps" because
  `west build -v ...` displays `cmake --build ...` every time which can
  confuse non-experts.

- Explain what is the actual issue with re-configuring: it makes the
  incremental builds slower. But not much slower:

```
   $ west  build -b qemu_x86 samples/hello_world/ -DCONFIG_OUTPUT_STAT=y
   [133/133] Linking C executable zephyr/zephyr.elf
   $ west  build -b qemu_x86 samples/hello_world/ -DCONFIG_OUTPUT_STAT=y
   [16/16] Linking C executable zephyr/zephyr.elf
```

- Explain that the best solution is to simply skip to the next section

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-04-12 08:59:12 +02:00
..
api include/drivers: Add RTC API header and handlers 2023-04-04 17:03:38 +02:00
application doc: application: development: Organize debugging 2023-04-04 13:35:03 +02:00
flash_debug scripts: runners: bossac: Enable BOSSAC to run on Windows (native) 2023-03-06 13:17:09 -08:00
getting_started doc: Update installation instructions for Zephyr SDK 0.16.0 2023-03-16 21:04:30 +09:00
languages doc: Clarify C++ standards support 2023-03-01 19:42:32 -05:00
optimizations doc: move sections from guides 2022-04-07 16:35:19 +02:00
sca doc: document the Static Code Analysis (SCA) tool infrastructure 2023-01-27 20:28:58 +09:00
test twister: Add configurable flashing timeout 2023-04-08 18:37:33 +02:00
toolchains doc: Update installation instructions for Zephyr SDK 0.16.0 2023-03-16 21:04:30 +09:00
tools doc: develop: tools: drop platformio docs 2022-12-22 13:45:52 +01:00
west docs/build-flash-debug: expand one-time CMake arguments section 2023-04-12 08:59:12 +02:00
beyond-GSG.rst doc: fix incorrect usage of envvar role 2022-08-23 10:15:34 +02:00
env_vars.rst doc: fix incorrect usage of envvar role 2022-08-23 10:15:34 +02:00
index.rst doc: document the Static Code Analysis (SCA) tool infrastructure 2023-01-27 20:28:58 +09:00
modules.rst doc: add snippets documentation 2023-03-26 16:12:41 +02:00