Skip to content

Conversation

@epsilonrt
Copy link
Contributor

Description of Change

This pull request adds support for the Waveshare ESP32-C6 Zero board to the Arduino-ESP32 core.

Changes include:

  • Added board entry in boards.txt
  • Created variants/waveshare_esp32_c6_zero with pin mapping

Test Scenarios

I have tested the following scenarios to verify the board support:

  • Verified compilation and upload with Arduino IDE 2.3.6 and Espressif Arduino-ESP32 v3.3.4
  • Tested basic examples successfully on the Waveshare ESP32-C6 Zero board

The following examples were compiled, uploaded, and executed successfully:

  • Blink (WS2812 LED with digitalWrite)
  • Blink RGB (WS2812 / RGB LED with rgbLedWrite)
  • Serial CDC (USB communication)
  • WiFi (WiFiClient example)
  • Zigbee: Zigbee_On_Off_Light cluster tested successfully
  • I2C master: control of OLED display SSD1306
  • SPI master: Read/Write to SPI FRAM memory

Copilot AI review requested due to automatic review settings December 8, 2025 11:38
@CLAassistant
Copy link

CLAassistant commented Dec 8, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Warnings
⚠️

Some issues found for the commit messages in this PR:

  • the commit message "Update variants/waveshare_esp32_c6_zero/pins_arduino.h":
    • summary looks empty
    • type/action looks empty

Please fix these commit messages - here are some basic tips:

  • follow Conventional Commits style
  • correct format of commit message should be: <type/action>(<scope/component>): <summary>, for example fix(esp32): Fixed startup timeout issue
  • allowed types are: change,ci,docs,feat,fix,refactor,remove,revert,test
  • sufficiently descriptive message summary should be between 10 to 72 characters and start with upper case letter
  • avoid Jira references in commit messages (unavailable/irrelevant for our customers)

TIP: Install pre-commit hooks and run this check when committing (uses the Conventional Precommit Linter).

👋 Hello epsilonrt, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- Resolve all warnings (⚠️ ) before requesting a review from human reviewers - they will appreciate it.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against da40e0f

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds board support for the Waveshare ESP32-C6 Zero to the Arduino-ESP32 core, enabling developers to use this compact ESP32-C6 board with Arduino IDE.

Key Changes:

  • Added board configuration entry in boards.txt with standard ESP32-C6 settings (4MB flash, 160MHz CPU, partition schemes, Zigbee support)
  • Created pin mapping definitions in variants/waveshare_esp32_c6_zero/pins_arduino.h with comprehensive GPIO assignments

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
boards.txt Added complete board configuration entry for waveshare_esp32_c6_zero with menu options for CPU frequency, flash settings, partition schemes, Zigbee modes, and upload speeds consistent with other ESP32-C6 boards
variants/waveshare_esp32_c6_zero/pins_arduino.h Created pin definitions file with GPIO mappings for digital pins (D0-D21), analog pins (A0-A6), UART (TX/RX), I2C (SDA/SCL and LP I2C), SPI (SS/MOSI/MISO/SCK), and WS2812 RGB LED configuration on GPIO8

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@P-R-O-C-H-Y P-R-O-C-H-Y added Type: 3rd party Boards Related to third-party/non-Espressif hardware boards. Status: Review needed Issue or PR is awaiting review labels Dec 8, 2025
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick, but otherwise lgtm

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
@epsilonrt epsilonrt requested a review from P-R-O-C-H-Y December 8, 2025 12:22
@P-R-O-C-H-Y P-R-O-C-H-Y added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review labels Dec 8, 2025
@me-no-dev me-no-dev merged commit f568c3e into espressif:master Dec 8, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Pending Merge Pull Request is ready to be merged Type: 3rd party Boards Related to third-party/non-Espressif hardware boards.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants