-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Remove compile dependency of UARTSerial #10029
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
@AriParkkila, thank you for your changes. |
The commit msg/title misleads a bit - we are not removing here the dependency rather adding the dependency requirement ? |
It is difficult to approve the change before #9850 patch proposal... And I agree with Martin, you are not removing DEVICE_SERIAL dependency, you are adding some dependency? |
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.
You need to add also some DEVICE_INTERRUPTIN dependency
fc9292d
to
903a6f2
Compare
@0xc0170 @jeromecoutant Changed commit message and added ifdef for |
CI started |
Build all OK, had to abort the rest of the pipeline to allow rc3 jobs in now. will restart once we can |
Test run: FAILEDSummary: 4 of 13 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
possible ARMC6 license failure, restarting CI |
Test run: FAILEDSummary: 2 of 13 test jobs failed Failed test jobs:
|
restarting cloud client test and exporters |
Description
Fix issue #9848.
Pull request type
Reviewers
@jarvte
Release Notes