Skip to content

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