commit | afcbc9992ca306f720662b8998e786e37ac76eb5 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Sun Aug 25 19:06:22 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 27 19:36:24 2019 +0200 |
tree | 7b6a74b8849f4641b689f5aab2dcef9d86b616ec | |
parent | cac26db2bc69fdd32be09e9e7a7b96164117042e [diff] |
doc: Use west everywhere to build and flash Instead of having a mix of west and CMake/ninja instructions for building and flashing, document it using only west. This will help clarify that west is the default build tool in Zephyr and should also reduce confusion over what tool to use. Note that the biggest change is changing the default in doc/extensions/zephyr/application.py for :tool:, from all to west. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>