-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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 WT32-SC01 PLUS support #9284
Conversation
Added pins_arduino.h and a boilerplate boards.txt entry for the Panlee WT32-SC01 Plus.
👋 Hello c4801725870, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Edited the name to correctly reflect WT32-SC01 PLUS
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.
@c4801725870 PTAL
wt32-sc01-plus.menu.PartitionScheme.tinyuf2=TinyUF2 Compatibility (2MB APP/3.7MB FFAT) | ||
wt32-sc01-plus.menu.PartitionScheme.tinyuf2.build.custom_bootloader=bootloader_tinyuf2 | ||
wt32-sc01-plus.menu.PartitionScheme.tinyuf2.build.custom_partitions=partitions_tinyuf2 | ||
wt32-sc01-plus.menu.PartitionScheme.tinyuf2.upload.extra_flags=0x410000 "{runtime.platform.path}/variants/{build.variant}/tinyuf2.bin" |
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 are missing the tinyuf2.bin
file in 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.
You are missing the
tinyuf2.bin
file in the variant folder.
Sorry I updated it. Also I am not sure how to squash commits, sorry about that.
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.
Thanks. No need to squash commits ;)
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
ADD(tinyuf2 things): Added tinyuf2 bins
Description of Change
Added pins_arduino.h and a boilerplate boards.txt entry for the Panlee WT32-SC01 Plus.
Tests scenarios
Test on my WT32-SC01 Plus.
Related links
Please provide links to related issue, PRs etc.
https://www.marutsu.co.jp/contents/shop/marutsu/datasheet/khe_WT32-SC01-PLUS.pdf
Summary
Added pins_arduino.h and a boilerplate boards.txt entry for the Panlee WT32-SC01 Plus.