Skip to content

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

Merged
merged 202 commits into from
Oct 8, 2018
Merged

Release candidate for mbed-os-5.10.1 #8341

merged 202 commits into from
Oct 8, 2018

Conversation

adbridge
Copy link
Contributor

@adbridge adbridge commented Oct 8, 2018

No description provided.

mmahadevan108 and others added 30 commits October 8, 2018 15:18
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
Use the `mbed_sdk_inited` flag to correct the `HAL_GetTick()` behavior
after waking up from deep sleep mode. `ticker_read_us()` must not be
used to read us_ticker timestamp after waking up until the us_ticker
context is restored. More detailed description in issue #8117.

Fixes #8117
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
@adbridge
Copy link
Contributor Author

adbridge commented Oct 8, 2018

/morph build

@adbridge
Copy link
Contributor Author

adbridge commented Oct 8, 2018

/morph mbed2-release

@mbed-bot
Copy link

mbed-bot commented Oct 8, 2018

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph mbed2-release

@mbed-ci
Copy link

mbed-ci commented Oct 8, 2018

Build : SUCCESS

Build number : 3278
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/8341/

Triggering tests

/morph test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Oct 8, 2018

@mbed-ci
Copy link

mbed-ci commented Oct 8, 2018

@cmonr cmonr merged commit c53d51f into mbed-os-5.10 Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.