-
Notifications
You must be signed in to change notification settings - Fork 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
LPC1549 GCC_CR adding. #354
Conversation
@@ -30,7 +30,6 @@ | |||
('LPC11U24', ('ARM', 'uARM', 'GCC_ARM')), | |||
('LPC1768', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')), | |||
('UBLOX_C027', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')), | |||
('ARCH_PRO', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove ARCH PRO? same done in the codered.py file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh…
It seems to have disappeared when I merge the file.
Was restored.
Please sign mbed contributor agreement, https://mbed.org/contributor_agreement/ Thanks |
I was done agreement sign. |
Thanks! |
I added a 11U68 GCC_ARM and GCC_CR. |
@Kazu-zamasu Regards, |
Dear 0xc0170 |
Hello, is this branch complete? I see you are still adding commits. Regards, |
Hello, |
This tests had two bad test cases, the %e (%E) and %g (%G). As discussed in GitHub issue ARMmbed#154, the correct assert is one that ensures "the exponent always contains at least two digits, and only as many more digits as necessary to represent the exponent." Therefore, I am removing the asserts that contain two leading zeros in the exponent.
Dear all.
I made to LPC1549 LPCXPresso export file data and GCC_CR lib.
Please confirm this files.
I was done mbed-sdk export test by LPC1549. To import to LPCXPresso from the "export_lpcxpresso_LPC1549.zip". No warning and No Error indicate by LPCXPresso. I think this is no problem. Thank you for your best support.
GCC_CR compiler version is LPCXpresso v7.2.0 [Build 153] [2014-05-19].
My checking environment is Linux 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux.
Please inspect and validation. I look forward to enable mbed online compiler LPC1549 by LPCXPresso export command.
Regards,
Kazu