Lines Matching +full:plug +full:- +full:in
6 The Serpente is a very small low-cost development and prototyping
8 The board comes with 3 different USB connector options: USB Type-C plug,
9 USB Type-C socket and USB Type-A plug.
14 - ATSAMD21E18A ARM Cortex-M0+ processor at 48 MHz
15 - 256 KiB flash memory and 32 KiB of RAM
16 - Extra 4MiB SPI flash memory
17 - RGB User LED
18 - Reset button
19 - Native USB port
27 +-----------+------------+------------------------------------------+
30 | NVIC | on-chip | nested vector interrupt controller |
31 +-----------+------------+------------------------------------------+
32 | Flash | on-chip | Can be used with LittleFS to store files |
33 +-----------+------------+------------------------------------------+
34 | SYSTICK | on-chip | systick |
35 +-----------+------------+------------------------------------------+
36 | WDT | on-chip | Watchdog |
37 +-----------+------------+------------------------------------------+
38 | GPIO | on-chip | I/O ports |
39 +-----------+------------+------------------------------------------+
40 | PWM | on-chip | Pulse Width Modulation |
41 +-----------+------------+------------------------------------------+
42 | USART | on-chip | Serial ports |
43 +-----------+------------+------------------------------------------+
44 | SPI | on-chip | Serial Peripheral Interface ports |
45 +-----------+------------+------------------------------------------+
46 | USB | on-chip | USB device |
47 +-----------+------------+------------------------------------------+
51 The default configuration can be found in the Kconfig file
64 with the on-chip PLL generating the 48 MHz system clock.
70 with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
71 more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which prints "Hello World!"
83 #. Build the Zephyr kernel and the :zephyr:code-sample:`blinky` sample application:
85 .. zephyr-app-commands::
86 :zephyr-app: samples/basic/blinky
98 .. zephyr-app-commands::
99 :zephyr-app: samples/basic/blinky
109 .. target-notes::