-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix bare-metal configuration to support Pelion Device Management Client #11345
Conversation
PDMC requires event loop to also support bare metal configuration. It requires to adapt eventloop for bare-metal configuration.
@kjbracey-arm please review. |
CI started |
@0xc0170 This will be required for 5.14 release. Please add necessary labels. |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Looks like ARM failed due to the changes here: |
The bare-metal configuration should be using MBED_CONF_NANOSTACK_CONFIGURATION instead of MBED_CONF_NANOSTACK_CONFIG. Fixing the typo for flagging.
@0xc0170 Fixed the failure build, should now build correctly for ARM toolchain as well. |
CI restarted |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Error -11 from IAR, and ARM timeout, restarting to confirm (saw similar issue in another PR). |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
@0xc0170 what is the failing cause now? I tried to read the artifact but couldnt decipher the reason for PR check failure. |
Ci restarted It was the timeout , should be fixed in CI now (not related to this one). |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
This PR enables Pelion Device Management Client to adapt to bare metal configuration of mbed-os since Client uses nanostack event loop so this component must adhere to bare-metal configuration
Pull request type
Reviewers