-
Notifications
You must be signed in to change notification settings - Fork 3k
Rename DEVICE_LOWPOWERTIMER to DEVICE_LPTICKER #6351
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
Rename DEVICE_LOWPOWERTIMER to DEVICE_LPTICKER #6351
Conversation
That's to match DEVICE_USTICKER.
Travis failed for maxim target, looks related to this change |
This test also fails on clean feature-hal-spec-rtc branch, I'll fix it. |
a0270ac
to
fd8d139
Compare
That's probably not me:
|
@0xc0170 can we restart jenkins? ^^ looks rather random |
@@ -444,7 +444,7 @@ Case cases[] = { | |||
Case("hf ticker overflow test", hf_ticker_setup, ticker_overflow_test), | |||
Case("hf ticker increment test", hf_ticker_setup, ticker_increment_test), |
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.
Hi
Maybe not the good PR... but maybe we should rename hf ticker into us ticker here ?
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.
I'll do it in a separate PR. I need this one ASAP to get docs generated .
@cmonr can we try to get that through CI and merged ASAP please. |
@bulislaw Looks like this was restarted earlier today (~5h ago), and still failed. The repo that this looks like is failing against is https://github.com/ARMmbed/mbed-os-cliapp. There were three failure causes, but this is the only error log that I could find was exported. |
I suppose we could make an exception for PRs that aren't going into master to ignore this part of the pr-head build. @adbridge @0xc0170 @sg- @OPpuolitaival Thoughts? |
Ah, no that's my fault it's just hidden for some reason under
|
Should not be any exception, make it green.
👍 |
Actually it not related to my changes, it's broken on the branch and for some reason not caught by the testing before. Will fix it anyway. |
Yes we can make exceptions if not merged to the master but that is worst change |
The current implementation of tickless requires LPTICKER to be present.
@OPpuolitaival I've disabled the Nordic boards because they don't support the low power timer and that also means no flash or trng which was causing issues for the cli tests. But the CI still fails, I can't really track what's going wrong, could you have a look and see what's wrong? |
@bulislaw I send some guidance to your mail. Can you check if that helps |
@OPpuolitaival I did't get anything |
@bulislaw Now I sent that in right email address. That failure seems valid for me |
@bulislaw looks good now |
/morph build |
Build : FAILUREBuild number : 1514 |
Doesn't look like my fault ;(
|
Funky. Let's see if it does that again. /morph build |
Build : FAILUREBuild number : 1520 |
@bulislaw Take another look at the logs. Looks like the PR is causing valid build issues. One snippet from one of the failed builds:
|
/morph build |
Build : SUCCESSBuild number : 1531 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1171 |
Test : FAILUREBuild number : 1311 |
We have plenty of places where HAL is being used without checking for DEVICE_HAS, that will need to be fixed sooner or later. Removing NRF51_DK as some tests are passing without USTICKER. |
/morph build |
Build : SUCCESSBuild number : 1536 Triggering tests/morph test |
Test : SUCCESSBuild number : 1317 |
Exporter Build : SUCCESSBuild number : 1177 |
@0xc0170 can we merge that please |
Description
Rename DEVICE_LOWPOWERTIMER to DEVICE_LPTICKER to match DEVICE_USTICKER.
Pull request type