Skip to content
Snippets Groups Projects
Commit fa31810a authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

docs: Document ONIRO_ENABLE_ACM0 option


Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 55162150
No related branches found
No related tags found
1 merge request!191docs: Document ONIRO_ENABLE_ACM0 option
...@@ -74,6 +74,12 @@ sample application, *blinky*. In order to do so issue the following: ...@@ -74,6 +74,12 @@ sample application, *blinky*. In order to do so issue the following:
3. After the build completes, the ``zephyr-philosophers.bin`` and the ``zephyr-blinky.bin`` 3. After the build completes, the ``zephyr-philosophers.bin`` and the ``zephyr-blinky.bin``
file can be found in ``build-oniro-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``. file can be found in ``build-oniro-zephyr/tmp-newlib/deploy/images/arduino-nano-33-ble/``.
.. note::
By default, both zephyr-blinky and zephyr-philosophers applications will start once the board
is powered on without waiting for a serial console connection.
To start an application only when serial console is connected, specify ONIRO_ENABLE_ACM0 = "1".
This option may be useful in automated testing environment.
Flashing an Application Flashing an Application
======================= =======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment