Lines Matching +full:- +full:- +full:-

9 The Teensy is a complete USB-based microcontroller development system, in a
15 .. group-tab:: Teensy 4.0
23 .. group-tab:: Teensy 4.1
36 .. group-tab:: Teensy 4.0
38 - MIMXRT1062DVL6A MCU (600 MHz, 1024 KB on-chip memory)
39 - 16 Mbit QSPI Flash
40 - User LED
41 - USB 2.0 host connector
45 .. group-tab:: Teensy 4.1
47 - MIMXRT1062DVJ6A MCU (600 MHz, 1024 KB on-chip memory)
48 - 64 Mbit QSPI Flash
49 - User LED
50 - USB 2.0 host connector
51 - USB 2.0 OTG connector
52 - 10/100 Mbit/s Ethernet transceiver
53 - TF socket for SD card
67 +-----------+------------+----------------------+
70 | ADC | on-chip | adc |
71 +-----------+------------+----------------------+
72 | CLOCK | on-chip | clock_control |
73 +-----------+------------+----------------------+
74 | FLASH | on-chip | flash |
75 +-----------+------------+----------------------+
76 | GPIO | on-chip | gpio |
77 +-----------+------------+----------------------+
78 | I2C | on-chip | i2c |
79 +-----------+------------+----------------------+
80 | I2S | on-chip | i2s |
81 +-----------+------------+----------------------+
82 | NVIC | on-chip | arch/arm |
83 +-----------+------------+----------------------+
84 | PWM | on-chip | pwm |
85 +-----------+------------+----------------------+
86 | RTC | on-chip | system clock |
87 +-----------+------------+----------------------+
88 | SPI | on-chip | spi |
89 +-----------+------------+----------------------+
90 | CAN | on-chip | can |
91 +-----------+------------+----------------------+
92 | UART | on-chip | serial |
93 +-----------+------------+----------------------+
94 | USB | on-chip | usb |
95 +-----------+------------+----------------------+
96 | TRNG | on-chip | entropy |
97 +-----------+------------+----------------------+
98 | WDT | on-chip | watchdog |
99 +-----------+------------+----------------------+
104 +-----------+------------+-------------------------------------+
107 | SDHC | on-chip | disk access |
108 +-----------+------------+-------------------------------------+
109 | ENET | on-chip | ethernet |
110 +-----------+------------+-------------------------------------+
119 +-----+------------+-------------------------------------+
123 +-----+------------+-------------------------------------+
125 +-----+------------+-------------------------------------+
127 +-----+------------+-------------------------------------+
129 +-----+------------+-------------------------------------+
131 +-----+------------+-------------------------------------+
133 +-----+------------+-------------------------------------+
135 +-----+------------+-------------------------------------+
137 +-----+------------+-------------------------------------+
139 +-----+------------+-------------------------------------+
141 +-----+------------+-------------------------------------+
143 +-----+------------+-------------------------------------+
145 +-----+------------+-------------------------------------+
147 +-----+------------+-------------------------------------+
149 +-----+------------+-------------------------------------+
151 +-----+------------+-------------------------------------+
153 +-----+------------+-------------------------------------+
155 +-----+------------+-------------------------------------+
157 +-----+------------+-------------------------------------+
159 +-----+------------+-------------------------------------+
161 +-----+------------+-------------------------------------+
163 +-----+------------+-------------------------------------+
165 +-----+------------+-------------------------------------+
167 +-----+------------+-------------------------------------+
169 +-----+------------+-------------------------------------+
171 +-----+------------+-------------------------------------+
173 +-----+------------+-------------------------------------+
175 +-----+------------+-------------------------------------+
177 +-----+------------+-------------------------------------+
179 +-----+------------+-------------------------------------+
181 +-----+------------+-------------------------------------+
183 +-----+------------+-------------------------------------+
185 +-----+------------+-------------------------------------+
187 +-----+------------+-------------------------------------+
189 +-----+------------+-------------------------------------+
193 +-----+------------+-------------------------------------+
195 +-----+------------+-------------------------------------+
197 +-----+------------+-------------------------------------+
199 +-----+------------+-------------------------------------+
201 +-----+------------+-------------------------------------+
203 +-----+------------+-------------------------------------+
205 +-----+------------+-------------------------------------+
209 +-----+------------+-------------------------------------+
211 +-----+------------+-------------------------------------+
213 +-----+------------+-------------------------------------+
215 +-----+------------+-------------------------------------+
217 +-----+------------+-------------------------------------+
219 +-----+------------+-------------------------------------+
221 +-----+------------+-------------------------------------+
223 +-----+------------+-------------------------------------+
225 +-----+------------+-------------------------------------+
237 #. Build the Zephyr kernel and the :zephyr:code-sample:`blinky` sample application.
241 .. group-tab:: Teensy 4.0
243 .. zephyr-app-commands::
244 :zephyr-app: samples/basic/blinky
249 .. group-tab:: Teensy 4.1
251 .. zephyr-app-commands::
252 :zephyr-app: samples/basic/blinky
266 .. group-tab:: Teensy 4.0
268 .. zephyr-app-commands::
269 :zephyr-app: samples/basic/blinky
274 .. group-tab:: Teensy 4.1
276 .. zephyr-app-commands::
277 :zephyr-app: samples/basic/blinky
289 .. group-tab:: UART-Console
291 …By default console output is mapped to teensy pins 0 (RX1) and 1 (TX1). Connect a usb-to-serial ad…
295 - Speed: 115200
296 - Data: 8 bits
297 - Parity: None
298 - Stop bits: 1
300 .. group-tab:: USB-Console
302 By mapping the console output to USB, a usb-to-serial adapter is no longer required.
303 Utilizing the :ref:`snippet-cdc-acm-console` and a config option will enable this feature.
307 .. code-block:: kconfig
313 .. zephyr-app-commands::
314 :zephyr-app: samples/basic/blinky
315 :snippets: cdc-acm-console
327 .. target-notes::
339 https://www.nxp.com/docs/en/nxp/data-sheets/IMXRT1060CEC.pdf