-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
boards: others: add esp32c3_supermini board support #78718
base: main
Are you sure you want to change the base?
boards: others: add esp32c3_supermini board support #78718
Conversation
3dc01af
to
a2e14a1
Compare
a2e14a1
to
ce7bb03
Compare
626fc4e
ce7bb03
to
626fc4e
Compare
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.
Besides the vendor and copyright messages, LGTM
Forget to ask for the board picture in the review :) |
315989d
to
2e5f449
Compare
Please rephrase your commit message to have a general description of adding the new board. The message you put is more suitable for the PR description. |
2e5f449
to
ea8bd6a
Compare
I really don't like the picture quality (and size). Could you maybe use this existing image of the board instead? https://templates.blakadder.com/assets/device_images/SuperMini-ESP32-C3.webp |
d2f2ce7
to
7f89d82
Compare
@rlneumiller would you please update the board image file name according to the latest standard outlined here #78718 |
7f89d82
to
8444e0a
Compare
@nordicjm can you please revisit? |
8444e0a
to
f30a955
Compare
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.
some minor documnetation comments - thanks for the PR!
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.
some minor documnetation comments - thanks for the PR!
Add support for ESP32-C3 Super Mini board Signed-off-by: Arrel Neumiller <[email protected]>
f30a955
to
8c6d16c
Compare
Adding the board under vendor "others" having been unable to determine
the original board designer\vendor with any confidence
Tested samples:
hello_world
basic/blinky
Signed-off-by: <Arrel Neumiller [email protected]>