-
Notifications
You must be signed in to change notification settings - Fork 3k
Fixed bugs in Fast Model MPS2 GCC startup scripts #8648
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
Conversation
GreenTea test results for gcc attached
|
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.
Just one cosmetic request (for future reference)
@@ -70,7 +70,7 @@ __isr_vector: | |||
.long UARTTX4_Handler /* UART 4 TX Handler */ | |||
.long ADCSPI_Handler /* SHIELD ADC SPI exceptions Handler */ | |||
.long SHIELDSPI_Handler /* SHIELD SPI exceptions Handler */ | |||
.long PORT0_0_Handler /* GPIO Port 0 pin 0 Handler */ | |||
.long PORT0_0_Handler /* GPIO Port 0 pin 0 Handler */ |
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.
Cosmetic/coding changes should be separate commit
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.
Fixed, pushed a separate commit
Note: This PR is now a part of a rollup PR (#8686). No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged. If any more commits are made in this PR, this PR will remain open and have to go through CI on its own. |
Description
In Fast Models MPS2 targets (M3/M4/M7), the GCC startup scripts defined external interrupt handlers were wrong.
Now got them fixed. They are aligned with ARMCC and IAR toolchain startup scripts
Pull request type
@ARMmbed/mbed-os-hal