Lines Matching full:code
29 To use the RTC, set :code:`CONFIG_CORTEX_M_SYSTICK=n` and set
30 :code:`CONFIG_SYS_CLOCK_TICKS_PER_SEC` to no more than 32 kHZ divided by 7,
61 The SAMD51 has three PWM generators with up to six channels each. :code:`TCC_0`
62 has a resolution of 24 bits and all other generators are 16 bit. :code:`TCC_1`
70 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
80 bootloader will be entered automatically when you run :code:`west flash`.
85 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
100 terminal should be :code:`/dev/ttyUSB0`. For example:
102 .. code-block:: console
132 #. Connect the board to the probe by connecting the :code:`SWCLK`,
133 :code:`SWDIO`, :code:`RESET`, :code:`GND`, and :code:`3V3` pins on the
134 Feather to the :code:`SWCLK`, :code:`SWDIO`, :code:`RESET`, :code:`GND`,
135 and :code:`VTref` pins on the `J-Link`_.