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

Fixes boards.txt entries for the atmegazero_esp32s2, and also the pla… #5673

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

eddieespinal
Copy link
Contributor

Summary

This PR fixes the compiling issue with the ATMegaZero ESP32-S2 board. I had entered some values wrong in the boards.txt definition for this board but I fixed them in this PR.

I'm also having issues compiling because of the -flash-size detect flag which is not respecting the flash-size entered in the boards.txt file and instead is auto-detecting the size of memory on the board. This will fail on the ATMegaZero since this board comes with 32MB of Flash memory but at the moment we are only using 16MB due to esptool.py limitations.

Impact

It will fix the atmegazero_esp32s2 board, which is affecting a lot of our users who want to use Arduino vs CircuitPython.

…tform.txt --flash_size which is not letting the board compile due to its 32MB size.
@manchoz
Copy link

manchoz commented Sep 21, 2021

LGTM. @pedrominatel, please, merge this. I will refactor my #5623 to fix the deneyapmini board only.

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

Successfully merging this pull request may close these issues.

4 participants