-
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
Mbed 2 - Mbed OS 5 : Sleep incorrect for Nordic target #2758
Comments
|
@nvlsianpu Could you look at this ? |
|
Thanks for yours comment. I will take care of fix it. |
|
@aracosta1 It looks like your issue should be fixed with the latest release of mbed-os (5.2.0). Could you please verify and close this issue if so ? Thanks. |
|
I'm doing some basic test and it seem to work correctly. |
|
At the moment I cannot test for the OS version 2 because the build system is broken for the latest library version (see bug #3249). I will update when the build system is fixed |
|
I had done some test and for me it's working so I close the issue. |
Description
Bug
Target
TARGET_NORDIC
TARGET_MCU_NRF51822
TARGET_NRF5
The sleep() function don't take into account the use of the softdevice.
the correct implementation should be similar to the one used on mbed OS 3:
The text was updated successfully, but these errors were encountered: