Skip to content
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 added to unlock AT handler mutex #11526

Merged
merged 1 commit into from
Sep 19, 2019

Conversation

fahimalavi
Copy link
Contributor

@fahimalavi fahimalavi commented Sep 19, 2019

Description

Fix added to unlock AT handler mutex introduced in mbed-os 5.14 release candidates

Targets verified with this fix : UBLOX_C030_U201 & UBLOX_C030_R412M

Pull request type

[X ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@RobMeades @MarceloSalazar @AriParkkila

Release Notes

In mbed-os 5.14 release candidate1 and 2, none of u-blox modem is working due to this problem

@fahimalavi
Copy link
Contributor Author

@MarceloSalazar Will this fix be part of mbed-os release 5.14 ? Thanks

@@ -116,6 +116,7 @@ nsapi_error_t UBLOX_AT::init()
err = _at->at_cmd_discard("+CFUN", "=1"); // set full functionality
}
#endif
_at->unlock();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be return _at.unlock_return_error(); ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated, thanks

@adbridge
Copy link
Contributor

CI started

@mbed-ci
Copy link

mbed-ci commented Sep 19, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 merged commit 4c9282f into ARMmbed:master Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants