Lines Matching full:example
43 itself and application code, e.g. to reference the command IDs for executing functions. An example
53 value 0 and an unknown error code with the value 1. The above example then adds an error code of
63 itself and application code, e.g. to reference the command IDs for executing functions. An example
82 register the transport with MCUmgr so that commands will be sent to it. An example file would
104 to the functionality of the handler being implemented. An example file would look similar to:
114 source files if the Kconfig options are enabled. An example file would look similar to:
133 Example modifications are shown below.
135 Example CMakeLists.txt
138 The application ``CMakeLists.txt`` file can load the CMake file for the example MCUmgr handler by
145 Example Kconfig
148 The application Kconfig file can include the Kconfig file for the example MCUmgr handler by adding
164 details on how to set up the module files. Example files are shown below.
166 Example zephyr/module.yml
169 This is an example file which can be used to load the Kconfig and CMake files from the root of the
178 Example CMakeLists.txt
181 This is an example CMakeLists.txt file which loads the CMake file for the example MCUmgr handler,
188 Example Kconfig
191 This is an example Kconfig file which loads the Kconfig file for the example MCUmgr handler, and