Skip to content

Commit b335fed

Browse files
authored
Merge pull request #950 from jepler/feat-qtpy
Add "Xiao / QTPy Form Factor" feature
2 parents 13a4f26 + 9f134b6 commit b335fed

9 files changed

+18
-10
lines changed

_board/adafruit_qtpy_esp32c3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ family: esp32c3
1111
downloads_display: true
1212
features:
1313
- STEMMA QT/QWIIC
14+
- Xiao / QTPy Form Factor
1415
- USB-C
1516
- Breadboard-Friendly
1617
- Wi-Fi

_board/adafruit_qtpy_esp32s2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ features:
1414
- USB-C
1515
- Breadboard-Friendly
1616
- Wi-Fi
17+
- Xiao / QTPy Form Factor
1718
---
1819

1920
What has your favorite Espressif WiFi microcontroller, comes with [our favorite connector - the STEMMA QT](http://adafruit.com/stemma), a chainable I2C port, and has lots of Flash and RAM memory for your next IoT project? What will make your next IoT project flyyyyy? What a cutie pie! Or is it... a **QT Py**? This diminutive dev board comes with one of our new favorite lil chips, the **ESP32-S2**!

_board/adafruit_qtpy_esp32s3_nopsram.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ features:
1515
- USB-C
1616
- Breadboard-Friendly
1717
- Wi-Fi
18+
- Xiao / QTPy Form Factor
1819
---
1920

2021
Coming Soon!

_board/adafruit_qtpy_rp2040.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ features:
1212
- STEMMA QT/QWIIC
1313
- USB-C
1414
- Breadboard-Friendly
15+
- Xiao / QTPy Form Factor
1516
---
1617

1718
What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It's been made famous in the new [Raspberry Pi Pico](https://www.adafruit.com/pico) *and* our [Feather RP2040](http://www.adafruit.com/product/4884) and [ItsyBitsy RP2040](http://www.adafruit.com/product/4888), but what if we wanted something really *smol?*

_board/qtpy_m0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ features:
1313
- STEMMA QT/QWIIC
1414
- USB-C
1515
- Breadboard-Friendly
16+
- Xiao / QTPy Form Factor
1617
---
1718

1819
> **Note:** If you soldered the [optional SOIC-8 SPI Flash chip](https://www.adafruit.com/product/4763) on to your QT Py, see the ["QT Py Haxpress"](../qtpy_m0_haxpress/) page to make use of the extra space!

_board/qtpy_m0_haxpress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ features:
1313
- STEMMA QT/QWIIC
1414
- USB-C
1515
- Breadboard-Friendly
16+
- Xiao / QTPy Form Factor
1617
---
1718

1819
This is the [QT Py board](https://www.adafruit.com/product/4600) with [the SOIC-8 2MB Flash chip](https://www.adafruit.com/product/4763) soldered on. Both are in the [Adafruit shop](https://adafruit.com).

_board/seeeduino_xiao.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ bootloader_id: XIAO_m0
1313
features:
1414
- USB-C
1515
- Breadboard-Friendly
16+
- Xiao / QTPy Form Factor
1617
---
1718

1819
SEEED Studio's Seeeduino XIAO is a minimal, low-cost board that uses the Atmel ATSAMD21G18, a powerful 32-bit ARM Cortex®-M0+ processor running at 48MHz with 256 KB Flash and 32 KB SRAM. The board is 20 mm x 17.5 mm in size which is perfect for wearable devices and small projects. It has multiple interfaces including DAC output, SWD Bonding pad interface, I2C, UART and SPI interfaces. It's compatible with both Arduino IDE and CircuitPython and uses a USB-C connector.

awesome-circuitpython

template.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ download_instructions: "BLINKA ONLY - url"
1414
# Include only the features your board supports, and remove these comment lines before committing.
1515
# Breadboard-Friendly is a parallel pin layout with minimal non-critical perpendicular pins
1616
features:
17-
- Speaker
18-
- Solder-Free Alligator Clip
19-
- Feather-Compatible
17+
- Arduino Shield Compatible
2018
- Battery Charging
21-
- Display
22-
- Wi-Fi
2319
- Bluetooth/BTLE
24-
- Robotics
25-
- LoRa/Radio
20+
- Breadboard-Friendly
21+
- Display
22+
- Feather-Compatible
2623
- GPS
24+
- LoRa/Radio
25+
- Robotics
26+
- Solder-Free Alligator Clip
27+
- Speaker
2728
- STEMMA QT/QWIIC
2829
- USB-C
29-
- Breadboard-Friendly
30-
- Arduino Shield Compatible
30+
- Wi-Fi
31+
- Xiao / QTPy Form Factor
3132
---
3233

3334
This board hasn't been fully documented yet. Please make a pull request adding more info to this file.

0 commit comments

Comments
 (0)