Lines Matching full:-

8 <https://docs.swift.org/swift-book/>`_.  Zephyr provides basic
9 low-level capabilities for the SwiftIO board. Swift application would
13 - `MadMachine Homepage`_
14 - `SwiftIO API Reference`_
19 - i.MX RT1052 Cortex-M7 processor at 600MHz
20 - 8MB QSPI Flash, 32MB SDRAM
21 - On-board DAPLink debugger with serial port
22 - User RGB LED, USB 2.0 Connector, microSD slot
32 +-----------+------------+-------------------------------------+
35 | NVIC | on-chip | nested vector interrupt controller |
36 +-----------+------------+-------------------------------------+
37 | SYSTICK | on-chip | systick |
38 +-----------+------------+-------------------------------------+
39 | DISPLAY | on-chip | display |
40 +-----------+------------+-------------------------------------+
41 | GPIO | on-chip | gpio |
42 +-----------+------------+-------------------------------------+
43 | I2C | on-chip | i2c |
44 +-----------+------------+-------------------------------------+
45 | SPI | on-chip | spi |
46 +-----------+------------+-------------------------------------+
47 | UART | on-chip | serial port-polling; |
48 | | | serial port-interrupt |
49 +-----------+------------+-------------------------------------+
50 | USB | on-chip | USB device |
51 +-----------+------------+-------------------------------------+
62 +-----------+---------------+----------+---------------+--------------------------+
66 +-----------+---------------+----------+---------------+----------+---------------+
68 +-----------+---------------+----------+---------------+ UART0 | UART_2 |
70 +-----------+---------------+----------+---------------+----------+---------------+
72 +-----------+---------------+----------+---------------+ UART1 | UART_6 |
74 +-----------+---------------+----------+---------------+----------+---------------+
76 +-----------+---------------+----------+---------------+----------+---------------+
78 +-----------+---------------+----------+---------------+----------+---------------+
80 +-----------+---------------+----------+---------------+ | |
82 +-----------+---------------+----------+---------------+ SPI0 | SPI_4 |
84 +-----------+---------------+----------+---------------+ | |
86 +-----------+---------------+----------+---------------+----------+---------------+
88 +-----------+---------------+----------+---------------+----------+---------------+
90 +-----------+---------------+----------+---------------+----------+---------------+
92 +-----------+---------------+----------+---------------+ UART2 | UART_4 |
94 +-----------+---------------+----------+---------------+----------+---------------+
96 +-----------+---------------+----------+---------------+ | |
98 +-----------+---------------+----------+---------------+ SPI1 | SPI_3 |
100 +-----------+---------------+----------+---------------+ | |
102 +-----------+---------------+----------+---------------+----------+---------------+
104 +-----------+---------------+----------+---------------+ UART3 | UART_8 |
106 +-----------+---------------+----------+---------------+----------+---------------+
108 +-----------+---------------+----------+---------------+----------+---------------+
110 +-----------+---------------+----------+---------------+----------+---------------+
112 +-----------+---------------+----------+---------------+----------+---------------+
114 +-----------+---------------+----------+---------------+----------+---------------+
116 +-----------+---------------+----------+---------------+----------+---------------+
118 +-----------+---------------+----------+---------------+----------+---------------+
120 +-----------+---------------+----------+---------------+----------+---------------+
122 +-----------+---------------+----------+---------------+----------+---------------+
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 +-----------+---------------+----------+---------------+----------+---------------+
177 This board is configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`,
178 however the :ref:`pyocd-debug-host-tools` do not yet support programming the
185 microcontroller as a USB-to-serial adapter for the serial console.
192 - Speed: 115200
193 - Data: 8 bits
194 - Parity: None
195 - Stop bits: 1
200 Here is an example for the :zephyr:code-sample:`hello_world` application.
207 .. code-block:: console
209 west build -b mm_swiftio samples/hello_world
216 .. code-block:: console
218 ***** Booting Zephyr OS v2.1.0-rc1 *****