-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add a new CodeCell ESP32C3 Board #10169
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 microbotsio, we appreciate your contribution to 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.
@microbotsio PTAL on my comments.
Also what I would recommend is to add the options to set different DebugLevel.
@microbotsio Looks good :) |
Description
This pull request adds the CodeCell ESP32-C3 board to the Arduino-ESP32 package. The following changes are included:
boards.txt
Changes Made
boards.txt
: Added configuration for CodeCell ESP32-C3.variants/CodeCell
: Added pin mappings and variant configuration files.Testing
Tested the board configuration by compiling and uploading sample sketches. Verified that the board appears in the Arduino IDE and uploads successfully.
Notes