Skip to content

add upload maximums to boards #283

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

Merged
merged 3 commits into from
Oct 16, 2020
Merged

add upload maximums to boards #283

merged 3 commits into from
Oct 16, 2020

Conversation

oclyke
Copy link
Contributor

@oclyke oclyke commented Oct 13, 2020

fixes #121
arduino requires each board to define its own maximum flash and data sizes
this goes hand-in-hand with the upload.size.pattern and upload.size.regex(.data) fields in platform.txt
both must be present to display sketch size information

arduino should consider using inheritance in board definitions (see mbed targets.json) - it would save a lot of duplication

fixes #121
arduino requires each board to define its own maximum flash and data sizes
this goes hand-in-hand with the upload.size.pattern and upload.size.regex(.data) fields in platform.txt
both must be present to display sketch size information

arduino should consider using inheritance in board definitions (see mbed targets.json) - it would save a lot of duplication
@oclyke oclyke changed the base branch from master to dev October 13, 2020 18:18
@oclyke oclyke requested a review from Wenn0101 October 13, 2020 18:18
@oclyke oclyke merged commit d1caa08 into dev Oct 16, 2020
@oclyke oclyke deleted the ram-usage-stats branch October 16, 2020 19:58
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.

Display RAM usage
2 participants