README.rst 597 B

123456789101112131415161718192021222324252627282930313233
  1. .. _bt_watch:
  2. Bt Watch
  3. ###########
  4. Overview
  5. ********
  6. A simple sample that can be used with any :ref:`supported board <boards>` and
  7. support function forbt watch.
  8. Building and Running
  9. ********************
  10. This application can be built and executed on QEMU as follows:
  11. .. zephyr-app-commands::
  12. :zephyr-app: samples/hello_world
  13. :host-os: unix
  14. :board: qemu_x86
  15. :goals: run
  16. :compact:
  17. To build for another board, change "qemu_x86" above to that board's name.
  18. Sample Output
  19. =============
  20. .. code-block:: console
  21. Hello World! x86
  22. Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.