Skip to content
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

Added support for TinyPICO in the boards list #2901

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Added support for TinyPICO in the boards list #2901

merged 1 commit into from
Jul 9, 2019

Conversation

UnexpectedMaker
Copy link
Contributor

I have added support for the ESP32 PICO-D4 based TinyPICO in the boards list, so users can select that board when using their TinyPICO.

@me-no-dev me-no-dev merged commit 87e5787 into espressif:master Jul 9, 2019
@me-no-dev
Copy link
Member

I noticed that you have selected DIO as flash transport. Have you thought of giving QIO a go? Coupled with 80MHz and PSRAM, that will make both run QIO 80MHz and give the best performance. Downside is that in this mode HSPI is used for PSRAM and not available as second SPI for Arduino (VSPI is still there)

@UnexpectedMaker
Copy link
Contributor Author

I noticed that you have selected DIO as flash transport. Have you thought of giving QIO a go? Coupled with 80MHz and PSRAM, that will make both run QIO 80MHz and give the best performance. Downside is that in this mode HSPI is used for PSRAM and not available as second SPI for Arduino (VSPI is still there)

Thanks for the merge @me-no-dev !

I did try using QIO at the very early stages of development, but I was still trying to figure out the PSRAM, and at some stage I just set it back to DIO and left it :(

I'm going to commit a new update that exposes the flash mode and frequency in the menu, and set it by default to QIO/80, but this way people can change it if they need.

Thanks for the suggestion!

@me-no-dev
Copy link
Member

@UnexpectedMaker do you sell the board in europe? What is the best place to grab one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants