Skip to content

Commit

Permalink
[Mbed] Mbed-os and mbed-tools update (#13416)
Browse files Browse the repository at this point in the history
* Update mbed-os and mbed-tools versions

* Remove MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED config flag
  • Loading branch information
ATmobica authored Jan 11, 2022
1 parent 79530ef commit b7afede
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
3 changes: 1 addition & 2 deletions examples/all-clusters-app/mbed/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"MXCRYPTO_DISABLED",
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
"WHD_PRINT_DISABLE",
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
"WHD_PRINT_DISABLE"
]
}
},
Expand Down
3 changes: 1 addition & 2 deletions examples/lighting-app/mbed/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"MXCRYPTO_DISABLED",
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
"WHD_PRINT_DISABLE",
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
"WHD_PRINT_DISABLE"
],
"target.components_add": ["capsense"],
"lighting-state-led": "P9_6",
Expand Down
3 changes: 1 addition & 2 deletions examples/lock-app/mbed/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"MXCRYPTO_DISABLED",
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
"WHD_PRINT_DISABLE",
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
"WHD_PRINT_DISABLE"
],
"target.components_add": ["capsense"],
"lock-state-led": "P9_6",
Expand Down
3 changes: 1 addition & 2 deletions examples/shell/mbed/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"MXCRYPTO_DISABLED",
"NL_ASSERT_LOG=NL_ASSERT_LOG_DEFAULT",
"NL_ASSERT_EXPECT_FLAGS=NL_ASSERT_FLAG_LOG",
"WHD_PRINT_DISABLE",
"MBED_CONF_LWIP_NETBUF_RECVINFO_ENABLED"
"WHD_PRINT_DISABLE"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ mbed-ls==1.8.11 ; platform_machine != "aarch64" and sys_platform == "linux"
# via -r requirements.mbed.txt
mbed-os-tools==1.8.11
# via mbed-ls
mbed-tools==7.22.0 ; platform_machine != "aarch64" and sys_platform == "linux"
mbed-tools==7.49.1 ; platform_machine != "aarch64" and sys_platform == "linux"
# via -r requirements.mbed.txt
mobly==1.10.1
# via -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.mbed.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mbed-tools>=7.0.0 ; platform_machine != 'aarch64' and sys_platform == 'linux'
mbed-tools>=7.49.1 ; platform_machine != 'aarch64' and sys_platform == 'linux'
pytest==6.2.5 ; platform_machine != 'aarch64' and sys_platform == 'linux'
mbed-ls==1.8.11 ; platform_machine != 'aarch64' and sys_platform == 'linux'
2 changes: 1 addition & 1 deletion third_party/mbed-os/repo
Submodule repo updated 1079 files

0 comments on commit b7afede

Please sign in to comment.