Skip to content

Commit d3a9498

Browse files
authored
Merge pull request ARMmbed#98 from linlingao/rebase_5.12
Rebase to 5.12
2 parents b8b20fd + 9836577 commit d3a9498

File tree

6,611 files changed

+2131909
-242892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,611 files changed

+2131909
-242892
lines changed

.astyleignore

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
BUILD
2-
cmsis
3-
features/cryptocell
4-
features/mbedtls
5-
features/lwipstack/lwip
6-
features/lwipstack/lwip-sys
7-
rtos/TARGET_CORTEX/rtx4
8-
features/storage/filesystem/littlefs/littlefs/
9-
features/storage/filesystem/fat/ChaN
10-
features/storage/FEATURE_STORAGE
11-
features/frameworks
12-
features/FEATURE_BLE
13-
features/unsupported/
14-
features/netsocket/emac-drivers
15-
hal/storage_abstraction
16-
TESTS/mbed_hal/trng/pithy
17-
features/nanostack/coap-service
18-
features/nanostack/sal-stack-nanostack
19-
features/nanostack/targets
20-
rtos/TARGET_CORTEX/rtx5
21-
TESTS/mbed_hal/trng/pithy
22-
targets
23-
components/802.15.4_RF
24-
components/wifi
25-
tools
1+
^BUILD
2+
^cmsis
3+
^components/802.15.4_RF
4+
^components/TARGET_PSA/services/attestation/attestation.h
5+
^components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
6+
^components/TARGET_PSA/services/attestation/qcbor
7+
^components/TARGET_PSA/TARGET_TFM
8+
^components/TARGET_PSA/TESTS
9+
^features/cryptocell
10+
^features/FEATURE_BLE
11+
^features/frameworks
12+
^features/lwipstack/lwip
13+
^features/lwipstack/lwip-sys
14+
^features/mbedtls
15+
^features/nanostack/coap-service
16+
^features/nanostack/sal-stack-nanostack
17+
^features/nanostack/targets
18+
^features/netsocket/emac-drivers
19+
^features/storage/filesystem/fat/ChaN
20+
^features/storage/filesystem/littlefs/littlefs/
21+
^features/unsupported/
22+
^hal/storage_abstraction
23+
^rtos/TARGET_CORTEX/rtx4
24+
^rtos/TARGET_CORTEX/rtx5
25+
^targets
26+
^TESTS/mbed_hal/trng/pithy
27+
^TESTS/mbed_hal/trng/pithy
28+
^tools

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!--
2020
Required
2121
Add detailed description of what you are reporting.
22-
Good example: https://os.mbed.com/docs/latest/reference/workflow.html
22+
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html
2323
Things to consider sharing:
2424
- What target does this relate to?
2525
- What toolchain (name + version) are you using?

.github/pull_request_template.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### Description
22

3-
<!--
3+
<!--
44
Required
5-
Add here detailed changes summary, testing results, dependencies
6-
Good example: https://os.mbed.com/docs/latest/reference/workflow.html (Pull request template)
5+
Add here detailed changes summary, testing results, dependencies
6+
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
77
-->
88

99

1010
### Pull request type
1111

12-
<!--
12+
<!--
1313
Required
1414
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
1515
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
@@ -26,8 +26,15 @@
2626

2727
### Reviewers
2828

29-
<!--
29+
<!--
3030
Optional
3131
Request additional reviewers with @username
3232
-->
3333

34+
### Release Notes
35+
36+
<!--
37+
Optional
38+
In case of breaking changes, functionality changes or refactors, please add release notes here.
39+
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
40+
-->

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ test_suite.json
9797

9898
# default delivery dir
9999
DELIVERY/
100+
101+
# Directory hosting PSA autogenerated source files
102+
PSA_AUTOGEN/

0 commit comments

Comments
 (0)