Lines Matching full:-
8 <https://docs.swift.org/swift-book/>`_. Zephyr provides basic
9 low-level capabilities for the SwiftIO Feather board. Swift application would
13 - `MadMachine Homepage`_
14 - `SwiftIO API Reference`_
19 - MIMXRT1062DVL6B MCU (Cortex-M7 at 600MHz, 2048KB on-chip memory)
21 - Memory
23 - 8MB QSPI Flash
24 - 32MB SDRAM
25 - TF socket for SD card
27 - USB
29 - USB-C 2.0 OTG connector
31 - Power
33 - 5V USB power
34 - 4.2V DC jack
36 - Debug
38 - SWD connector
41 - RGB LED
50 +-----------+------------+-------------------------------------+
53 | NVIC | on-chip | nested vector interrupt controller |
54 +-----------+------------+-------------------------------------+
55 | SYSTICK | on-chip | systick |
56 +-----------+------------+-------------------------------------+
57 | DISPLAY | on-chip | display |
58 +-----------+------------+-------------------------------------+
59 | GPIO | on-chip | gpio |
60 +-----------+------------+-------------------------------------+
61 | I2C | on-chip | i2c |
62 +-----------+------------+-------------------------------------+
63 | SPI | on-chip | spi |
64 +-----------+------------+-------------------------------------+
65 | UART | on-chip | serial port-polling; |
66 | | | serial port-interrupt |
67 +-----------+------------+-------------------------------------+
68 | I2S | on-chip | I2S |
69 +-----------+------------+-------------------------------------+
70 | USB | on-chip | USB device |
71 +-----------+------------+-------------------------------------+
82 +-----------+---------------+----------+---------------+--------------------------+
86 +-----------+---------------+----------+---------------+----------+---------------+
88 +-----------+---------------+----------+---------------+----------+---------------+
90 +-----------+---------------+----------+---------------+----------+---------------+
92 +-----------+---------------+----------+---------------+----------+---------------+
94 +-----------+---------------+----------+---------------+ UART1 | UART_8 |
96 +-----------+---------------+----------+---------------+----------+---------------+
98 +-----------+---------------+----------+---------------+----------+---------------+
100 +-----------+---------------+----------+---------------+ | |
102 +-----------+---------------+----------+---------------+ | |
104 +-----------+---------------+----------+---------------+----------+---------------+
106 +-----------+---------------+----------+---------------+ UART0 | UART_2 |
108 +-----------+---------------+----------+---------------+----------+---------------+
110 +-----------+---------------+----------+---------------+----------+---------------+
112 +-----------+---------------+----------+---------------+ CAN0 | CAN_3 |
114 +-----------+---------------+----------+---------------+----------+---------------+
116 +-----------+---------------+----------+---------------+----------+---------------+
118 +-----------+---------------+----------+---------------+----------+---------------+
120 +-----------+---------------+----------+---------------+----------+---------------+
122 +-----------+---------------+----------+---------------+ UART2 | UART_4 |
124 +-----------+---------------+----------+---------------+----------+---------------+
126 +-----------+---------------+----------+---------------+----------+---------------+
128 +-----------+---------------+----------+---------------+----------+---------------+
130 +-----------+---------------+----------+---------------+ | |
132 +-----------+---------------+----------+---------------+ | |
134 +-----------+---------------+----------+---------------+----------+---------------+
136 +-----------+---------------+----------+---------------+----------+---------------+
138 +-----------+---------------+----------+---------------+----------+---------------+
140 +-----------+---------------+----------+---------------+----------+---------------+
142 +-----------+---------------+----------+---------------+----------+---------------+
144 +-----------+---------------+----------+---------------+----------+---------------+
146 +-----------+---------------+----------+---------------+----------+---------------+
148 +-----------+---------------+----------+---------------+----------+---------------+
150 +-----------+---------------+----------+---------------+----------+---------------+
152 +-----------+---------------+----------+---------------+----------+---------------+
154 +-----------+---------------+----------+---------------+----------+---------------+
156 +-----------+---------------+----------+---------------+----------+---------------+
158 +-----------+---------------+----------+---------------+----------+---------------+
160 +-----------+---------------+----------+---------------+ I2C0 | I2C_3 |
162 +-----------+---------------+----------+---------------+----------+---------------+
164 +-----------+---------------+----------+---------------+ I2C1 | I2C_1 |
166 +-----------+---------------+----------+---------------+----------+---------------+
178 Connect a USB-to-serial adapter from your PC to corresponding UART pins of SwiftIO Feather.
183 - Speed: 115200
184 - Data: 8 bits
185 - Parity: None
186 - Stop bits: 1
191 Here is an example for the :zephyr:code-sample:`hello_world` application.
195 .. zephyr-app-commands::
196 :zephyr-app: samples/hello_world
203 .. code-block:: console
205 *** Booting Zephyr OS build v2.6.0-rc1-301-gd9c666a5abf8 ***
211 Here is an example for the :zephyr:code-sample:`hello_world` application.
213 .. zephyr-app-commands::
214 :zephyr-app: samples/hello_world
221 .. code-block:: console
223 *** Booting Zephyr OS build v2.6.0-rc1-301-gd9c666a5abf8 ***