zephyr/doc/develop/west
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
..
basics.rst tinycbor: Remove deprecated/obsolete module 2023-01-10 09:26:12 +01:00
build-flash-debug.rst docs/build-flash-debug: expand one-time CMake arguments section 2023-04-12 08:59:12 +02:00
built-in.rst
config.rst doc: fix incorrect usage of envvar role 2022-08-23 10:15:34 +02:00
extensions.rst
index.rst doc: west: release notes for west v1.0 2023-02-20 13:00:47 -08:00
install.rst
manifest.rst doc: west: improve 'manifest --validate' section 2023-01-24 10:14:13 -08:00
moving-to-west.rst
release-notes.rst .github: doc-build: move to west 1.0.0 2023-02-21 19:39:50 +09:00
sign.rst intel_adsp: move west sign from west flash to earlier west build 2023-04-10 22:04:47 -04:00
troubleshooting.rst
west-apis.rst doc: west: fix WestCommand self.configuration -> self.config 2023-03-17 14:02:39 -07:00
west-mr-model.png
west-not-found.rst
why.rst
without-west.rst doc: west: mention west blobs in without-west.rst 2022-08-22 16:37:07 +00:00
workspaces.rst tinycbor: Remove deprecated/obsolete module 2023-01-10 09:26:12 +01:00
zephyr-cmds.rst west: Update documentation on twister script integration 2023-01-13 15:39:04 -08:00