Skip to content

Commit 2de6431

Browse files
committed
rangdong
1 parent 638b02f commit 2de6431

File tree

3,233 files changed

+121169
-72393
lines changed

Some content is hidden

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

3,233 files changed

+121169
-72393
lines changed

.github/.wordlist.txt

-5
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ CurrentHue
326326
CurrentLevel
327327
CurrentSaturation
328328
customAcl
329-
customizable
330329
customizations
331330
cvfJ
332331
cxx
@@ -1040,7 +1039,6 @@ otatesting
10401039
otaURL
10411040
OTBR
10421041
otcli
1043-
OU
10441042
outform
10451043
outgoingCommands
10461044
overridable
@@ -1152,7 +1150,6 @@ PyObject
11521150
pypi
11531151
PyRun
11541152
pytest
1155-
PYTHONPATH
11561153
QEMU
11571154
Qorvo
11581155
QPG
@@ -1329,7 +1326,6 @@ SRP
13291326
SRV
13301327
SSBL
13311328
SSID
1332-
SSL
13331329
startoffset
13341330
StartScan
13351331
startsWith
@@ -1494,7 +1490,6 @@ unfocus
14941490
Unicast
14951491
UniFlash
14961492
UnitLocalization
1497-
unittest
14981493
unpair
14991494
unprovisioned
15001495
Unsecure

.github/workflows/tests.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ jobs:
494494
--target linux-x64-fabric-admin-rpc-ipv6only-clang \
495495
--target linux-x64-fabric-bridge-rpc-ipv6only-no-ble-no-wifi-clang \
496496
--target linux-x64-light-data-model-no-unique-id-ipv6only-no-ble-no-wifi-clang \
497-
--target linux-x64-terms-and-conditions \
498497
--target linux-x64-python-bindings \
499498
build \
500499
--copy-artifacts-to objdir-clone \
@@ -512,7 +511,6 @@ jobs:
512511
echo "FABRIC_ADMIN_APP: out/linux-x64-fabric-admin-rpc-ipv6only-clang/fabric-admin" >> /tmp/test_env.yaml
513512
echo "FABRIC_BRIDGE_APP: out/linux-x64-fabric-bridge-rpc-ipv6only-no-ble-no-wifi-clang/fabric-bridge-app" >> /tmp/test_env.yaml
514513
echo "LIGHTING_APP_NO_UNIQUE_ID: out/linux-x64-light-data-model-no-unique-id-ipv6only-no-ble-no-wifi-clang/chip-lighting-app" >> /tmp/test_env.yaml
515-
echo "TERMS_AND_CONDITIONS_APP: out/linux-x64-terms-and-conditions/chip-terms-and-conditions-app" >> /tmp/test_env.yaml
516514
echo "TRACE_APP: out/trace_data/app-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
517515
echo "TRACE_TEST_JSON: out/trace_data/test-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
518516
echo "TRACE_TEST_PERFETTO: out/trace_data/test-{SCRIPT_BASE_NAME}" >> /tmp/test_env.yaml
@@ -529,7 +527,6 @@ jobs:
529527
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceTest.py'
530528
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestChoiceConformanceSupport.py'
531529
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestMatterTestingSupport.py'
532-
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestSpecParsingSelection.py'
533530
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestSpecParsingSupport.py'
534531
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_TC_ICDM_2_1.py'
535532
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_IDM_10_4.py'

.vscode/c_cpp_properties.json

+118-99
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,119 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "gcc debug (GN)",
5-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.gcc.json",
6-
"compilerPath": "/usr/bin/gcc",
7-
"cStandard": "c11",
8-
"cppStandard": "gnu++17",
9-
"intelliSenseMode": "gcc-x64",
10-
"browse": {
11-
"path": ["${workspaceFolder}/out/debug/"],
12-
"limitSymbolsToIncludedHeaders": true
13-
}
14-
},
15-
{
16-
"name": "clang debug (GN)",
17-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.clang.json",
18-
"compilerPath": "/usr/bin/clang",
19-
"cStandard": "c11",
20-
"cppStandard": "gnu++17",
21-
"intelliSenseMode": "clang-x64",
22-
"browse": {
23-
"path": ["${workspaceFolder}/out/debug/"],
24-
"limitSymbolsToIncludedHeaders": true
25-
}
26-
},
27-
{
28-
"name": "gcc MbedTLS debug (GN)",
29-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.mbedtls.json",
30-
"compilerPath": "/usr/bin/gcc",
31-
"cStandard": "c11",
32-
"cppStandard": "gnu++17",
33-
"intelliSenseMode": "gcc-x64",
34-
"browse": {
35-
"path": ["${workspaceFolder}/out/debug/"],
36-
"limitSymbolsToIncludedHeaders": true
37-
}
38-
},
39-
{
40-
"name": "Android x64 debug (GN)",
41-
"cStandard": "c11",
42-
"cppStandard": "gnu++17",
43-
"intelliSenseMode": "clang-x64",
44-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.android_x64.json",
45-
"compilerPath": "/opt/android/android-ndk-r21b/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android24-clang",
46-
"browse": {
47-
"path": ["${workspaceFolder}/out/debug/"],
48-
"limitSymbolsToIncludedHeaders": true
49-
}
50-
},
51-
{
52-
"name": "Android arm64 debug (GN)",
53-
"cStandard": "c11",
54-
"cppStandard": "gnu++17",
55-
"intelliSenseMode": "clang-arm64",
56-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.android_arm64.json",
57-
"compilerPath": "/opt/android/android-ndk-r21b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang",
58-
"browse": {
59-
"path": ["${workspaceFolder}/out/debug/"],
60-
"limitSymbolsToIncludedHeaders": true
61-
}
62-
},
63-
{
64-
"name": "EFR32 examples debug (GN)",
65-
"cStandard": "c11",
66-
"cppStandard": "gnu++17",
67-
"intelliSenseMode": "gcc-arm",
68-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.efr32.json",
69-
"compilerPath": "/opt/ARM-software/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
70-
"browse": {
71-
"path": ["${workspaceFolder}/out/debug/"],
72-
"limitSymbolsToIncludedHeaders": true
73-
}
74-
},
75-
{
76-
"name": "nRF Connect examples debug (GN)",
77-
"cStandard": "c11",
78-
"cppStandard": "gnu++17",
79-
"intelliSenseMode": "gcc-arm",
80-
"compilerPath": "/opt/ARM-software/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
81-
"browse": {
82-
"path": ["${workspaceFolder}/out/debug/"],
83-
"limitSymbolsToIncludedHeaders": true
84-
}
85-
},
86-
{
87-
"name": "Tizen examples debug (GN)",
88-
"cStandard": "c11",
89-
"cppStandard": "gnu++17",
90-
"intelliSenseMode": "gcc-arm",
91-
"compilerPath": "/opt/tizen-sdk/tools/arm-linux-gnueabi-gcc-9.2/bin/arm-linux-gnueabi-gcc",
92-
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.tizen_arm.json",
93-
"browse": {
94-
"path": ["${workspaceFolder}/out/debug/"],
95-
"limitSymbolsToIncludedHeaders": true
96-
}
97-
}
98-
],
99-
"version": 4
100-
}
2+
"configurations": [
3+
{
4+
"name": "linux-gcc-x64",
5+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.gcc.json",
6+
"compilerPath": "/usr/bin/gcc",
7+
"cStandard": "${default}",
8+
"cppStandard": "${default}",
9+
"intelliSenseMode": "linux-gcc-x64",
10+
"browse": {
11+
"path": [
12+
"${workspaceFolder}/out/debug/"
13+
],
14+
"limitSymbolsToIncludedHeaders": true
15+
},
16+
"includePath": [
17+
"${workspaceFolder}/**"
18+
]
19+
},
20+
{
21+
"name": "clang debug (GN)",
22+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.clang.json",
23+
"compilerPath": "/usr/bin/clang",
24+
"cStandard": "c11",
25+
"cppStandard": "gnu++17",
26+
"intelliSenseMode": "clang-x64",
27+
"browse": {
28+
"path": [
29+
"${workspaceFolder}/out/debug/"
30+
],
31+
"limitSymbolsToIncludedHeaders": true
32+
}
33+
},
34+
{
35+
"name": "gcc MbedTLS debug (GN)",
36+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.mbedtls.json",
37+
"compilerPath": "/usr/bin/gcc",
38+
"cStandard": "c11",
39+
"cppStandard": "gnu++17",
40+
"intelliSenseMode": "gcc-x64",
41+
"browse": {
42+
"path": [
43+
"${workspaceFolder}/out/debug/"
44+
],
45+
"limitSymbolsToIncludedHeaders": true
46+
}
47+
},
48+
{
49+
"name": "Android x64 debug (GN)",
50+
"cStandard": "c11",
51+
"cppStandard": "gnu++17",
52+
"intelliSenseMode": "clang-x64",
53+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.android_x64.json",
54+
"compilerPath": "/opt/android/android-ndk-r21b/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android24-clang",
55+
"browse": {
56+
"path": [
57+
"${workspaceFolder}/out/debug/"
58+
],
59+
"limitSymbolsToIncludedHeaders": true
60+
}
61+
},
62+
{
63+
"name": "Android arm64 debug (GN)",
64+
"cStandard": "c11",
65+
"cppStandard": "gnu++17",
66+
"intelliSenseMode": "clang-arm64",
67+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.android_arm64.json",
68+
"compilerPath": "/opt/android/android-ndk-r21b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang",
69+
"browse": {
70+
"path": [
71+
"${workspaceFolder}/out/debug/"
72+
],
73+
"limitSymbolsToIncludedHeaders": true
74+
}
75+
},
76+
{
77+
"name": "EFR32 examples debug (GN)",
78+
"cStandard": "c11",
79+
"cppStandard": "gnu++17",
80+
"intelliSenseMode": "gcc-arm",
81+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.efr32.json",
82+
"compilerPath": "/opt/ARM-software/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
83+
"browse": {
84+
"path": [
85+
"${workspaceFolder}/out/debug/"
86+
],
87+
"limitSymbolsToIncludedHeaders": true
88+
}
89+
},
90+
{
91+
"name": "nRF Connect examples debug (GN)",
92+
"cStandard": "c11",
93+
"cppStandard": "gnu++17",
94+
"intelliSenseMode": "gcc-arm",
95+
"compilerPath": "/opt/ARM-software/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gcc",
96+
"browse": {
97+
"path": [
98+
"${workspaceFolder}/out/debug/"
99+
],
100+
"limitSymbolsToIncludedHeaders": true
101+
}
102+
},
103+
{
104+
"name": "Tizen examples debug (GN)",
105+
"cStandard": "c11",
106+
"cppStandard": "gnu++17",
107+
"intelliSenseMode": "gcc-arm",
108+
"compilerPath": "/opt/tizen-sdk/tools/arm-linux-gnueabi-gcc-9.2/bin/arm-linux-gnueabi-gcc",
109+
"compileCommands": "${workspaceFolder}/out/debug/compile_commands.tizen_arm.json",
110+
"browse": {
111+
"path": [
112+
"${workspaceFolder}/out/debug/"
113+
],
114+
"limitSymbolsToIncludedHeaders": true
115+
}
116+
}
117+
],
118+
"version": 4
119+
}

.vscode/launch.json

-33
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,6 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
{
8-
"name": "Python: Mock Server Tests",
9-
"type": "debugpy",
10-
"request": "launch",
11-
"module": "unittest",
12-
"args": [
13-
"${workspaceFolder}/integrations/mock_server/tests/test_mock_server.py"
14-
],
15-
"env": {
16-
"PYTHONPATH": "${workspaceFolder}/integrations/mock_server/src:${PYTHONPATH}"
17-
},
18-
"console": "integratedTerminal",
19-
"cwd": "${workspaceFolder}"
20-
},
21-
{
22-
"name": "Python Debugger: test_dcl_server",
23-
"type": "debugpy",
24-
"request": "launch",
25-
"program": "${workspaceFolder}/integrations/mock_server/src/main.py",
26-
"args": [
27-
"--port",
28-
"8443",
29-
"--config",
30-
"${workspaceFolder}/integrations/mock_server/configurations/server_config.json",
31-
"--routing-config-dir",
32-
"${workspaceFolder}/integrations/mock_server/configurations/fake_distributed_compliance_ledger",
33-
"--cert",
34-
"${workspaceFolder}/server.crt",
35-
"--key",
36-
"${workspaceFolder}/server.key"
37-
],
38-
"console": "integratedTerminal"
39-
},
407
{
418
"name": "Attach to running process",
429
"type": "lldb",

0 commit comments

Comments
 (0)