-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Additional S2 support + new S2 boards #7163
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
Conversation
…ming) Added default hardware SPI 0 pins in mpconfigboard.h Added CONFIG_LWIP_LOCAL_HOSTNAME in sdkconfig.board
- PSRAM - 16MB flash partition - Added correct ADC and DAC pins - Added correct GPIO and IRQ pins - Added S3 area in CMakeLists Added UM_TinyS2 and UM_FeatherS2 boards
Is it worth moving |
The last discussion I had with @dpgeorge about this (a loooooong time ago just as TinyPICO was launching) was that it should probably be move to wherever the other modules live, but that it needed to be made to look more "micropython like" - and I never really got there. |
What would be required to make dotstar more micropython like? Removing the setters and properties? |
I honestly cant remember what the conversation entailed, but yeah, I think the properties were some of it. It was a long time ago. It's a small script, so I am sure it will take @dpgeorge < 2min to make it how he wants it to be. |
I guess you don't want to break backwards compatibility anymore, so that makes it harder to change... Anyway, since this |
@dpgeorge I fixed all of those things... some of them (like the machine_pins.c was because I had some C3 stuff in there than I removed, but not cleanly, sorry. |
It would be good to have the additions of |
I have no idea how Id do that. Remove the folders from my local repo, re-commit? Then re-add them after the PR is merged? |
Something like this (in ports/esp32/ dir):
|
Won't that reset ALL of my changes in the PR if I reset to HEAD? My git fu is not strong. |
Yes it'll reset the 3 most recent commits. You can do it on a new branch:
then run the commands above |
See #7222 for a version of this with reworked commits. |
This compatibility name has been removed in 8.x
Extra S2 support (And S3 where applicable):
Added UM_TinyS2 and UM_FeatherS2 boards and renamed TinyPICO to UM_TinyPICO