Lines Matching full:code
28 To use the RTC, set :code:`CONFIG_CORTEX_M_SYSTICK=n` and set
29 :code:`CONFIG_SYS_CLOCK_TICKS_PER_SEC` to no more than 32 kHZ divided by 7,
60 The SAMD51 has three PWM generators with up to six channels each. :code:`TCC_0`
61 has a resolution of 24 bits and all other generators are 16 bit. :code:`TCC_1`
68 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
69 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
78 Additionally, if :code:`CONFIG_USB_CDC_ACM` is enabled then the bootloader
79 will be entered automatically when you run :code:`west flash`.
84 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
99 terminal should be :code:`/dev/ttyUSB0`. For example:
101 .. code-block:: console
131 #. Connect the board to the probe by connecting the :code:`SWCLK`,
132 :code:`SWDIO`, :code:`RESET`, :code:`GND`, and :code:`3V3` pins on the
133 ItsyBitsy to the :code:`SWCLK`, :code:`SWDIO`, :code:`RESET`, :code:`GND`,
134 and :code:`VTref` pins on the `J-Link`_.