-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add new board XIAO_WIFI #6702
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
Add new board XIAO_WIFI #6702
Conversation
Wow. Tiny!! |
yes, it is a small size ESP32 C3, like a cion. |
where can we get the board? looks amazing :) |
boards.txt
Outdated
SEEED_XIAO_WIFI.build.board=SEEED_XIAO_WIFI | ||
SEEED_XIAO_WIFI.build.bootloader_addr=0x0 | ||
|
||
SEEED_XIAO_WIFI.build.cdc_on_boot=0 |
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.
Your board seems to be using the native USB port for flashing and communication. Are you sure that you do not want this option to be on by default? If you decide to do so, you also need to switch the order of the menu items for CDCOnBoot, because the first option is taken by default
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.
done! I changed it.
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.
You should also set it to 1 in the line above: SEEED_XIAO_WIFI.build.cdc_on_boot=1
Soon、 but I still have some pins may need to correct, it will be a nice board. |
Hi @me-no-dev |
in Arduino IDE, it will be available when we release a new version (Release candidate or stable). It's planned around mid of June. |
Summary
Added board definitions for my new XIAO_WIFI base on the ESP32-C3
Impact
Should have no impact on the development
link
This is my board pic.
