-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE: Upgrade cordio Link Layer to 20.05r #13103
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
BLE: Upgrade cordio Link Layer to 20.05r #13103
Conversation
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
46a4568 to
1e84e7d
Compare
|
@paul-szczepanek-arm, thank you for your changes. |
d717df9 to
df91333
Compare
|
|
||
| // For some reason, the mbed target uses this (TIMER0_IRQHandler_v) vector name instead of the "standard" TIMER0_IRQHandler one | ||
| NVIC_SetVector(TIMER0_IRQn, (uint32_t)TIMER0_IRQHandler); | ||
| NVIC_SetVector(TIMER2_IRQn, (uint32_t)TIMER2_IRQHandler); |
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.
Please update the comment. This is the case for 2 IRQs and a note for future porters might be useful.
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
1abf46c to
6868d39
Compare
|
ready to merge |
|
@pan- Merge whenever you can |
|
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
pan-
left a comment
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.
LGTM
Summary of changes
Update cordio LL stack to 20.05
Impact of changes
Migration actions required
Documentation
none
Pull request type
Test results
Reviewers
@pan-