-
Notifications
You must be signed in to change notification settings - Fork 76
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
Inconsistent boards.txt chipKIT Files #561
Comments
Thanks for finding that. Can do. |
You're welcome! I've included a patch on my embedXcode makefiles to cope with this. Shouldn't
instead of
|
I'll check with Keith about that value, but it should. |
The compiler options come from platforms.txt and do not need to be overridden in boards.txt, so this is not an error. The flash size is an error and is 2^^21 - 2^^14 (MZ have 16K pages, not 4K pages). The actual flash size is 2080768. |
So, in that case, let's wipe the |
Good idea. If it's not actively maintained or there for a reason it should On Tue, Jun 16, 2015 at 12:49 AM, Rei Vilo [email protected] wrote:
Co-founder |
OK, at this point there are default compiler.c.flags and compiler.cpp.flags in the platforms.txt file, and then there are over-ridden values in boards.txt for any board that can benefit from the -G1024 compiler option. (which turns out to be most of them). At this point I feel like this issue has been taken as far as it needs to go. |
All the
boards.txt
files for the chipKIT mentioncompiler.c.flags
andcompiler.cpp.flags
, except the WiFire, WF32 and Max32.Please add those two missing entries to the 3 boards.
The text was updated successfully, but these errors were encountered: