-
Notifications
You must be signed in to change notification settings - Fork 3k
NUCLEO_H743ZI: add new platform #9056
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
@bcostm, thank you for your changes. |
targets/TARGET_STM/lp_ticker.c
Outdated
@@ -151,7 +151,7 @@ void lp_ticker_init(void) | |||
|
|||
NVIC_SetVector(LPTIM1_IRQn, (uint32_t)LPTIM1_IRQHandler); | |||
|
|||
#if !(TARGET_STM32L4) | |||
#if !(TARGET_STM32L4) && !(TARGET_STM32H7) |
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.
This should be rebased since #8960 merge :-(
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.
OK. Rebased done
5b10559
to
8cb37ca
Compare
Rebased |
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.
Changes to tooling look good to me (just target.json and iar definitions)
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.
No tools changes here. approval only good for mbed-os-tools.
self FYI, #8757 needs to be sure to rebase after this PR goes in, to prevent semantic, but not git, conflicts. |
As soon as @ashok-rao approves, we can start CI here |
#8757 target is 5.12 ! |
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.
Changes LGTM. I'll let @0xc0170 & team decide about the preceding PR..
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
This fixes #6101 |
Yes that was @cmonr earlier proposal. Only export for IAR should be removed, and we can restart CI |
f70dd20
to
a8d65e2
Compare
OK. IAR exporter has been removed. |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Ticket for adding CMSIS Pack to CI: MBEDOSTEST-398 |
Parking since unless the Node update happens tomorrow, it'll likely be a couple more days until an update is available (holidays). |
Poked @ARMmbed/mbed-os-test-team again. |
I restarted travis, it should be green (if not, we might need to rebase this to get latest travis config)), and will restart CI right after |
CI restarted (jenkins is now green) CMSIS pack should be in place |
a8d65e2
to
b897719
Compare
Rebased |
OK, restarting CI now (aborting the one I started earlier) |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Add this new platform:
https://os.mbed.com/platforms/ST-Nucleo-H743ZI/
Pull request type