Lines Matching +full:plug +full:- +full:in

9 The IT8XXX2 is a 32-bit RISC-V Micro-controller.
26 - RISC-V RV32IMAFC instruction set
27 - 4KB instruction cache size
28 - 60KB SDRAM in total
29 - Built-in 32.768 kHz clock generator
30 - PWM, eSPI, LPC, FLASH, UART, GPIO, Timer, Watchdog, ADC, JTAG
31 - 6 SMBus channels, with 3 DMA controllers, compatible with I2C
32 - SPI master/slave
33 - USB Type-c CC Logic
34 - USB Power Delivery
35 - Support KB scan
42 .. list-table:: Supported Features
43 :header-rows: 1
46 * - Interface
47 - Controller
48 - Driver/Component
49 * - NVIC
50 - on-chip
51 - interrupt controller
52 * - TIMER
53 - on-chip
54 - timer
55 * - UART
56 - on-chip
57 - serial
58 * - GPIO
59 - on-chip
60 - gpio
61 * - ADC
62 - on-chip
63 - adc
64 * - I2C
65 - on-chip
66 - i2c
67 * - KSCAN
68 - on-chip
69 - kscan
74 The default configuration can be found in the
81 guide can be found in ITE's website.
87 In order to upload the application to the device,
107 Wiring connection is described in the table below.
109 +-------------+---------------+
114 +-------------+---------------+
116 +-------------+---------------+
118 +-------------+---------------+
122 +-------------+---------------+
127 +-------------+---------------+
129 +-------------+---------------+
131 +-------------+---------------+
136 #. Build :zephyr:code-sample:`hello_world` application as you would normally do
139 .. zephyr-app-commands::
141 :zephyr-app: samples/hello_world
150 --------
187 --------
194 .. code-block:: console
196 $ minicom -D /dev/ttyUSB0 -b 115200
200 .. code-block:: console
202 $ sudo ~/itetool/ite -f build/zephyr/zephyr.bin
208 You should see ``"Hello World! it8xxx2_evb"`` in the first terminal window.
219 #. If the flash tool reports a failure, re-plug the 8390 Download board or
225 .. target-notes::