Lines Matching full:you
8 particular, you will have to do work "by hand" to replace these
20 If you have previously installed west and want to stop using it,
34 you will need to manually clone the additional projects listed in the
45 As you pull changes in the zephyr repository, you will also need to
52 You can build a Zephyr application using CMake and Ninja (or make) directly
53 without west installed if you specify any modules manually.
65 If you don't have west installed and your application does not need any of
68 If you don't have west installed and your application *does* need one
69 of these repositories, you must set :makevar:`ZEPHYR_MODULES`
74 Similarly, if your application requires binary blobs and you are not using
75 west, you will need to download and place those blobs in the right places
84 flash``\ [#wbninja]_. If you don't have west installed on your system, running
85 those targets will fail. You can of course still flash and debug using
89 If you want to use these build system targets but do not want to
109 to flash and debug, you must specify the west directory. This can be
121 invoke ``ninja flash``, ``debug``, etc. The one exception is if you