Skip to content

Commit b7afede

Browse files
authored
[Mbed] Mbed-os and mbed-tools update (project-chip#13416)
* Update mbed-os and mbed-tools versions * Remove MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED config flag
1 parent 79530ef commit b7afede

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed

examples/all-clusters-app/mbed/mbed_app.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"MXCRYPTO_DISABLED",
1919
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
2020
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
21-
"WHD_PRINT_DISABLE",
22-
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
21+
"WHD_PRINT_DISABLE"
2322
]
2423
}
2524
},

examples/lighting-app/mbed/mbed_app.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"MXCRYPTO_DISABLED",
1919
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
2020
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
21-
"WHD_PRINT_DISABLE",
22-
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
21+
"WHD_PRINT_DISABLE"
2322
],
2423
"target.components_add": ["capsense"],
2524
"lighting-state-led": "P9_6",

examples/lock-app/mbed/mbed_app.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"MXCRYPTO_DISABLED",
1919
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
2020
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
21-
"WHD_PRINT_DISABLE",
22-
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
21+
"WHD_PRINT_DISABLE"
2322
],
2423
"target.components_add": ["capsense"],
2524
"lock-state-led": "P9_6",

examples/shell/mbed/mbed_app.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"MXCRYPTO_DISABLED",
1919
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
2020
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
21-
"WHD_PRINT_DISABLE",
22-
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
21+
"WHD_PRINT_DISABLE"
2322
]
2423
}
2524
},

scripts/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ mbed-ls==1.8.11 ; platform_machine != "aarch64" and sys_platform == "linux"
134134
# via -r requirements.mbed.txt
135135
mbed-os-tools==1.8.11
136136
# via mbed-ls
137-
mbed-tools==7.22.0 ; platform_machine != "aarch64" and sys_platform == "linux"
137+
mbed-tools==7.49.1 ; platform_machine != "aarch64" and sys_platform == "linux"
138138
# via -r requirements.mbed.txt
139139
mobly==1.10.1
140140
# via -r requirements.txt

scripts/requirements.mbed.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mbed-tools>=7.0.0 ; platform_machine != 'aarch64' and sys_platform == 'linux'
1+
mbed-tools>=7.49.1 ; platform_machine != 'aarch64' and sys_platform == 'linux'
22
pytest==6.2.5 ; platform_machine != 'aarch64' and sys_platform == 'linux'
33
mbed-ls==1.8.11 ; platform_machine != 'aarch64' and sys_platform == 'linux'

third_party/mbed-os/repo

Submodule repo updated 1079 files

0 commit comments

Comments
 (0)