-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Max RAM indication not present #200
Comments
Please can you suggest a solution and submit via PR |
FYI. upload.maximum_data_size Introduced in arduino/Arduino@7c87db3#diff-4ead488680453362ffec01d74609315c Please can you update boards.txt to add this value to all boards (including F1 and F4 repos) Thanks |
Yes i can prepare a PR, |
You could do a quick test by updating one board in boards.txt and check it works. I'm not sure why they omitted this for the Zero, I suspect they did what we did, and used an old file which doesn't have that data in it. It doesnt seem to be documented in the Arduino Third Party Boards specification. (I'm not surprised as Arduino don't seem to spend much time on documentation :-( ) BTW. While I remember. I think some of the sizes defined in boards.txt are wrong, I can't remember if its just the Flash size thats wrong or whether the Ram size is wrong as well |
closed due to inactivity |
i agree that this issue have inactivity, but i think it will be a very good upgrade for the core.
So may you remain it open ? |
Please send a PR for this |
PR for issue rogerclarkmelbourne#200
PR for issue rogerclarkmelbourne#200 - replaced `upload.flash.maximum_size` and `upload.ram.maximum_size` by the new arduino standard `upload.maximum_size` and `upload.maximum_data_size` - corrected Flash and Ram value - Tested by builded
PR for issue rogerclarkmelbourne#200 - replaced `upload.flash.maximum_size` and `upload.ram.maximum_size` by the new arduino standard `upload.maximum_size` and `upload.maximum_data_size` - corrected Flash and Ram value - Tested by builded every MCU on every Variant
@rogerclarkmelbourne |
Is there problems whit my PRs ? |
Not had time to test |
Merged (ages ago) |
On Arduino at the end of a build, in consolle appear the used/maximum flash size and the used/maximum RAM size
On STM32duino the maximum RAM do not appear
The text was updated successfully, but these errors were encountered: