-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.10.1 #8341
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
Use a different SDK API to write to the SPI Bus Signed-off-by: Mahesh Mahadevan <[email protected]>
…Return a bool value on wether parsing of the IPv4 address string was successful
Avoids assigning to things that we can't assign
This one was actually always return NULL, and unsted because we only have tests with one device. We will add the testcase for this soon
Change the parameter being sent to `mbedtls_platform_setup()` and `mbedtls_platfrm_teardown()` to NULL, as it is now being unused in Mbed OS.
A typo in LoRaPHYCN470 is causing memory overrun. We were supposed to fill-in default channel mask and iterate over CN470_CHANNEL_MASK_SIZE times.
This is a fix for issue 6305. This fix set the default parity value to NONE. Signed-off-by: Mahesh Mahadevan <[email protected]>
Code that should unset a FileBase from being the default when it is destroyed was broken by a `==` instead of `=` typo.
Extend copy edits.
[Warning] InternetSocket.h@237,10: 'InternetSocket::_factory_allocated' will be initialized after [-Wreorder] [Warning] InternetSocket.h@236,23: 'volatile unsigned int InternetSocket::_pending' [-Wreorder] [Warning] InternetSocket.cpp@22,1: when initialized here [-Wreorder]
### Description Now that we are delegating the help text to `device_managment.py`, it should print out help as if it's invoked with `mbed device-management`. This PR changes the argument parser and the help text to do just that. ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
1. Complement _ticker_match_interval_passed with '_last_set_interrupt == _cur_match_time' for pass check 2. Fix 'too close' check with _min_count_until_match
For both implementation, RTC and LPTIM, there is some delay in the set_interrupt function due to HW constraints. Value has been set to 4 for STM32L0, because SystemClock is slower than other families.
Rename STCLK_OFF_DURING_SLEEP to SYSTICK_CLK_OFF_DURING_SLEEP to avoid confusion with the STmicroelectronics.
/morph build |
/morph mbed2-release |
eec015a
to
763f0f4
Compare
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Build : SUCCESSBuild number : 3278 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2903 |
Test : SUCCESSBuild number : 3086 |
No description provided.