-
Notifications
You must be signed in to change notification settings - Fork 7.8k
feat(board): add support for Waveshare ESP32-C3-Zero #12132
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
base: master
Are you sure you want to change the base?
Conversation
👋 Hello DrayxR3X, 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.
Hi @DrayxR3X, please move the Waveshare C3 ZERO next to the Waveshare C6 Zero in the boards.txt file. Will be much better. PR looks good otherwise
…aveshare’s unified product naming convention.
Description of Change
This pull request adds support for the Waveshare ESP32-C3-Zero board to the Arduino-ESP32 core.
Changes include:
1.Added board entry in boards.txt
2.Created variants/waveshare_esp32_c3_zero with pin mapping
Test Scenarios
I have tested the following scenarios to verify the board support:
1.Verified compilation and upload with Arduino IDE 2.3.4 and Espressif Arduino-ESP32 v3.3.3
2.Tested basic examples successfully on the Waveshare ESP32-C3-Zero board
The following examples were compiled, uploaded, and executed successfully:
1.Blink (WS2812 LED with digitalWrite)
2.Blink RGB (WS2812 / RGB LED with rgbLedWrite)
3.Serial CDC (USB communication)
4.WiFi (WiFiClient example)