-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Update of Boards.txt & variants - Adding CYObot board - 3rd party board #10947
base: master
Are you sure you want to change the base?
Conversation
1. Adding Pin Header file for CYObot to variants folder 2. Add CYObot config to boards.txt
👋 Hello mhpham23, 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 ...
|
Change comments in pin header file for cyobot board
Hi @mhpham23, |
boards.txt
Outdated
cyobot_esp32s3.build.target=cyobot_esp32s3 | ||
cyobot_esp32s3.build.mcu=cyobot_esp32s3 | ||
cyobot_esp32s3.build.core=esp32 | ||
cyobot_esp32s3.build.variant=cyobot_esp32s3 |
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.
The variant name does not match the variant folder.
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.
fixed!
fix variant name for cyobot board
I have tested my PR with CYObot v2 board with Arduino-ESP32 core v3.1.1
By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes
Checklist
This entire section above can be deleted if all items are checked.
Description of Change
Please describe your proposed Pull Request and it's impact.
No impact
Tests scenarios
Please describe on what Hardware and Software combinations you have tested this Pull Request and how.
(eg. I have tested my Pull Request on Arduino-esp32 core v2.0.2 with ESP32 and ESP32-S2 Board with this scenario)
Related links
Please provide links to related issue, PRs etc.
(eg. Closes #number of issue)