Lines Matching +full:open +full:- +full:wire
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
99 #. Connect the USB to UART wire to it8xxx2_evb.
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 --------
155 #. Open winflash tool and make sure the order you open the switch is right.
176 For example, open device manager to find the USB Serial Port(COM4) and use your
187 --------
194 .. code-block:: console
196 $ minicom -D /dev/ttyUSB0 -b 115200
198 #. Open a second terminal window and use linux flash tool to flash your board.
200 .. code-block:: console
202 $ sudo ~/itetool/ite -f build/zephyr/zephyr.bin
219 #. If the flash tool reports a failure, re-plug the 8390 Download board or
225 .. target-notes::