2019-09-25 15:05:35 +00:00
<!--
2019-11-19 14:31:53 +00:00
For more information on the requirements for pull requests, please see [the contributing guidelines ](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html ).
2019-09-25 15:05:35 +00:00
-->
2016-08-09 07:39:18 +00:00
2019-11-19 14:31:53 +00:00
### Description
#### Summary of change <!-- Required -->
<!-- Basic information about the change: what the change is for, why do we need it any implications -->
2016-08-31 12:08:51 +00:00
2019-11-19 14:31:53 +00:00
#### Documentation <!-- Optional, but most likely you need it -->
2018-02-27 15:40:24 +00:00
2019-11-19 14:31:53 +00:00
<!-- Details of any document updates required, including links to PR against the docs repository -->
2019-09-26 10:55:51 +00:00
2019-09-25 14:38:53 +00:00
----------------------------------------------------------------------------------------------------------------
2019-11-19 14:31:53 +00:00
### Pull request type <!-- Required -->
2018-02-27 15:40:24 +00:00
2019-02-13 19:09:33 +00:00
<!--
2018-02-27 15:40:24 +00:00
Required
2018-04-18 13:40:17 +00:00
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
description heading and to add a 'x' to the correct box.
-->
2019-09-25 14:38:53 +00:00
[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)
2019-09-25 10:55:00 +00:00
2019-09-25 14:38:53 +00:00
----------------------------------------------------------------------------------------------------------------
2019-11-19 14:31:53 +00:00
### Test results <!-- Required -->
2019-09-25 10:55:00 +00:00
<!--
2019-09-26 10:55:51 +00:00
Required
2019-11-19 14:31:53 +00:00
Provide all the information required, listing all the testing performed. For new targets please attach full test results
for all supported compilers.
2019-09-25 10:55:00 +00:00
-->
2019-09-26 10:55:51 +00:00
[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR
2019-09-25 14:38:53 +00:00
----------------------------------------------------------------------------------------------------------------
2019-11-19 14:31:53 +00:00
### Reviewers <!-- Optional -->
2018-12-19 09:34:34 +00:00
2019-02-13 19:09:33 +00:00
<!--
2018-12-19 09:34:34 +00:00
Optional
2019-11-19 14:31:53 +00:00
Request additional reviewers with @username or @team
2018-12-19 09:34:34 +00:00
-->
2019-09-25 14:38:53 +00:00
----------------------------------------------------------------------------------------------------------------
2019-11-19 14:31:53 +00:00
### Release Notes <!-- Required for features, deprecations, breaking changes and other major PRs -->
2019-02-13 19:09:33 +00:00
<!--
2019-09-26 13:54:03 +00:00
All 3 sections are compulsory for Major PR types. For Feature PRs only the summary section is required.
2019-11-21 10:31:47 +00:00
This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user.
2019-09-25 10:55:00 +00:00
For more information, please see [the contributing guidelines ](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types ).
2019-02-13 19:09:33 +00:00
-->
2019-09-25 10:55:00 +00:00
2019-11-19 14:31:53 +00:00
#### Summary of changes
2019-09-25 10:55:00 +00:00
2019-11-19 14:31:53 +00:00
#### Impact of changes
2019-09-26 10:55:51 +00:00
2019-11-19 14:31:53 +00:00
#### Migration actions required