Skip to content

Conversation

@epsilonrt
Copy link
Contributor

Description of Change

This pull request adds support for the MakerGO ESP32 C6 SuperMini board to the Arduino-ESP32 core.

Changes include:

  • Added board entry in boards.txt
  • Created variants/makergo_c6_supermini 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 MakerGO ESP32 C6 SuperMini board

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

  • Blink (Blue 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 12:01
@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/makergo_c6_supermini/pins_arduino.h ":
    • summary looks empty
    • type/action looks empty
  • the commit message "Update variants/makergo_c6_supermini/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 abe0830

@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
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 support for the MakerGO ESP32 C6 SuperMini board to the Arduino-ESP32 core, enabling users to develop applications for this compact ESP32-C6 based development board.

  • Adds comprehensive board configuration including Zigbee support, multiple partition schemes, and flexible frequency options
  • Defines pin mappings for all GPIO pins with support for RGB LED (WS2812), blue LED, serial, I2C, SPI, and analog interfaces
  • Includes detailed ASCII art pinout diagram for easy reference

Reviewed changes

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

File Description
variants/makergo_c6_supermini/pins_arduino.h Defines GPIO pin mappings, RGB LED configuration, peripheral assignments (UART, I2C, SPI), analog pins, and LP I2C pins for the MakerGO ESP32 C6 SuperMini board
boards.txt Adds complete board configuration entry with build settings (RISC-V architecture, 160MHz CPU, 4MB flash), menu options for JTAG, CDC, partitions, CPU frequency, flash settings, upload speeds, debug levels, erase options, and Zigbee modes

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

Remove trailing whitespace

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 only

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
@P-R-O-C-H-Y P-R-O-C-H-Y removed the Status: Review needed Issue or PR is awaiting review label Dec 8, 2025
@P-R-O-C-H-Y P-R-O-C-H-Y added the Status: Pending Merge Pull Request is ready to be merged label Dec 8, 2025
@me-no-dev me-no-dev merged commit e14cc9a 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.

3 participants