Searched full:blinky (Results 1 – 25 of 213) sorted by relevance
123456789
1 .. zephyr:code-sample:: blinky2 :name: Blinky10 The Blinky sample blinks an LED forever using the :ref:`GPIO API <gpio_api>`.19 See :zephyr:code-sample:`pwm-blinky` for a similar sample that uses the PWM API instead.35 Build and flash Blinky as follows, changing ``reel_board`` for your board:38 :zephyr-app: samples/basic/blinky51 gpio_dt_spec led`` variable if you try to build Blinky for an unsupported
2 name: Blinky Sample4 sample.basic.blinky:
5 project(blinky) project
1 # Intel Blinky PWM configuration options7 bool "Blinky PWM driver"
2 :name: Blinky with power management19 .. _stm32-pm-blinky-sample-requirements:31 Build and flash Blinky as follows, changing ``stm32l562e_dk`` for your board:34 :zephyr-app: samples/basic/blinky
4 sample.boards.stm32.power_mgmt.blinky:
5 description: Intel blinky PWM7 compatible: "intel,blinky-pwm"
100 This tutorial uses the blinky application :zephyr:code-sample:`blinky`.107 :zephyr-app: samples/basic/blinky115 :zephyr:code-sample:`blinky` application.118 :zephyr-app: samples/basic/blinky130 * :zephyr:code-sample:`blinky`
59 Here is an example for building and flashing the :zephyr:code-sample:`blinky` application.62 :zephyr-app: samples/basic/blinky67 :zephyr-app: samples/basic/blinky75 The following command is debugging the :zephyr:code-sample:`blinky` application.79 :zephyr-app: samples/basic/blinky85 :zephyr-app: samples/basic/blinky
88 Here is an example for building the :zephyr:code-sample:`blinky` application.91 :zephyr-app: samples/basic/blinky109 :zephyr:code-sample:`blinky` application.112 :zephyr-app: samples/basic/blinky
142 #. Build the Zephyr kernel and the :zephyr:code-sample:`blinky` sample application.149 :zephyr-app: samples/basic/blinky157 :zephyr-app: samples/basic/blinky165 :zephyr-app: samples/basic/blinky173 :zephyr-app: samples/basic/blinky192 :zephyr-app: samples/basic/blinky200 :zephyr-app: samples/basic/blinky209 :zephyr-app: samples/basic/blinky217 :zephyr-app: samples/basic/blinky
1 .. zephyr:code-sample:: pwm-blinky2 :name: PWM Blinky11 :zephyr:code-sample:`blinky` for a GPIO-based sample.
15 - "PWM-based blinky"
52 Here is an example for building and flashing the :zephyr:code-sample:`blinky` application.55 :zephyr-app: samples/basic/blinky63 The following command is debugging the :zephyr:code-sample:`blinky` application.67 :zephyr-app: samples/basic/blinky
448 Build the Blinky Sample453 :zephyr:code-sample:`blinky` is compatible with most, but not all, :ref:`boards`. If your board454 does not meet Blinky's :ref:`blinky-sample-requirements`, then460 Build the :zephyr:code-sample:`blinky` with :ref:`west build <west-building>`, changing470 west build -p always -b <your-board-name> samples/basic/blinky477 west build -p always -b <your-board-name> samples/basic/blinky484 west build -p always -b <your-board-name> samples\basic\blinky497 For example to build :zephyr:code-sample:`blinky` for the ``cpuapp`` core on526 If you're using blinky, the LED will start to blink as shown in this figure:528 .. figure:: img/ReelBoard-Blinky.png[all …]
133 Here is an example for the :zephyr:code-sample:`blinky` application.136 :zephyr-app: samples/basic/blinky146 :zephyr:code-sample:`blinky` application.149 :zephyr-app: samples/basic/blinky
59 Here is an example for building and flashing the :zephyr:code-sample:`blinky` application.62 :zephyr-app: samples/basic/blinky70 The following command is debugging the :zephyr:code-sample:`blinky` application.74 :zephyr-app: samples/basic/blinky
94 Build the Zephyr kernel and the :zephyr:code-sample:`blinky` sample application.97 :zephyr-app: samples/basic/blinky105 :zephyr-app: samples/basic/blinky
104 Pi Pico, the blinky example works as intended. The W5500 is routed to the SPI0146 Here is an example of building and flashing the :zephyr:code-sample:`blinky` application.149 :zephyr-app: samples/basic/blinky183 Here is an example of building and flashing the :zephyr:code-sample:`blinky`187 :zephyr-app: samples/basic/blinky249 Here is an example for debugging the :zephyr:code-sample:`blinky` application.252 :zephyr-app: samples/basic/blinky
143 #. Compile a Zephyr application; we'll use :zephyr:code-sample:`blinky`.146 :app: zephyr/samples/basic/blinky156 --application-version 1 blinky.zip163 nrfutil dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0267 is set when building your application. For example, to compile blinky for271 :app: zephyr/samples/basic/blinky273 :build-dir: blinky301 Here is an example for the :zephyr:code-sample:`blinky` application.304 :zephyr-app: samples/basic/blinky324 * :zephyr:code-sample:`blinky`
83 Here is an example for the :zephyr:code-sample:`blinky` application.86 :zephyr-app: samples/basic/blinky96 :zephyr:code-sample:`blinky` application.99 :zephyr-app: samples/basic/blinky
157 Here is an example for the :zephyr:code-sample:`blinky` application.160 :zephyr-app: samples/basic/blinky170 :zephyr:code-sample:`blinky` application.173 :zephyr-app: samples/basic/blinky
111 on the Pico W, the "blinky" sample program does not work on the W (use hello_world for184 Here is an example of building and flashing the :zephyr:code-sample:`blinky` application.187 :zephyr-app: samples/basic/blinky219 Here is an example of building and flashing the :zephyr:code-sample:`blinky` application.222 :zephyr-app: samples/basic/blinky280 Here is an example for debugging the :zephyr:code-sample:`blinky` application.283 :zephyr-app: samples/basic/blinky
156 Here is an example for the :zephyr:code-sample:`blinky` application.159 :zephyr-app: samples/basic/blinky168 :zephyr-app: samples/basic/blinky176 :zephyr:code-sample:`blinky` application.179 :zephyr-app: samples/basic/blinky187 :zephyr-app: samples/basic/blinky
81 Here is an example for building the :zephyr:code-sample:`blinky` sample application.84 :zephyr-app: samples/basic/blinky94 e.g. west build -p always -b cyw920829m2evk_02 samples/basic/blinky -S rtt-console119 west build -b cyw920829m2evk_02 -p always samples/basic/blinky132 west build -b cyw920829m2evk_02 -p always samples/basic/blinky