-
Notifications
You must be signed in to change notification settings - Fork 7.8k
feat(board): add support for MakerGO ESP32 C6 SuperMini #12118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 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 ...
Review and merge process you can expect ...
|
There was a problem hiding this 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>
P-R-O-C-H-Y
left a comment
There was a problem hiding this 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>
Description of Change
This pull request adds support for the MakerGO ESP32 C6 SuperMini board to the Arduino-ESP32 core.
Changes include:
Test Scenarios
I have tested the following scenarios to verify the board support:
The following examples were compiled, uploaded, and executed successfully: