-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mw320] Sve2 pr #22915
Merged
Merged
[mw320] Sve2 pr #22915
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
- entwork interface: ./chip-tool generaldiagnostics read network-interfaces 1 0 - reboot count: ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…re incompleted yet that hard-coded value are used Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…ifi diagnostics commands: ./chip-tool wifinetworkdiagnostics read bssid 1 0 ./chip-tool wifinetworkdiagnostics read security-type 1 0 ./chip-tool wifinetworkdiagnostics read wi-fi-version 1 0 ./chip-tool wifinetworkdiagnostics read channel-number 1 0 ./chip-tool wifinetworkdiagnostics read rssi 1 0 ./chip-tool wifinetworkdiagnostics read beacon-lost-count 1 0 ./chip-tool wifinetworkdiagnostics read beacon-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read current-max-rate 1 0 ./chip-tool wifinetworkdiagnostics read overrun-count 1 0 * Generic Diagnostics: ./chip-tool generaldiagnostics read network-interfaces 1 0 ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…2.2 for ep#0, ep#1 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Verify: pass TC-DGSW-2.3 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…ET-x.xx, Ethernet and WiFi cases Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…Impl.h * Change the setting to support the new tiny_crypt implementation Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…tdown command - Sent shutdown event - Shutdown the chip stack Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…s TC-LCFG-2.1 Update the version to: mw320-2.9.10-002 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…ious implementation of Matter stack) ref test: TC-CNET-4.4, Scan with SSID: ./chip-tool networkcommissioning scan-networks 1 0 --Ssid hex:6E78705F6D6174746572 --Breadcrumb 2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
… BLE (unsupported) => OnNetwork Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
…n_code] example: > pincode 20192022 [i] mflash_save_file success Done > config VendorId: 65521 (0xFFF1) ProductId: 32769 (0x8001) HardwareVersion: 0 (0x0) PinCode: 20192022 Discriminator: f01 Done Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
PR #22915: Size comparison from f72807b to c8a8ba6 Increases (4 builds for bl702, cc13x2_26x2, nrfconnect, qpg)
Decreases (2 builds for bl602, bl702)
Full report (23 builds for bl602, bl702, cc13x2_26x2, k32w, linux, mbed, nrfconnect, qpg, telink)
|
Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com>
PR #22915: Size comparison from f72807b to 69a7e8f Increases (3 builds for bl602, bl702, qpg)
Decreases (2 builds for bl602, bl702)
Full report (16 builds for bl602, bl702, k32w, linux, mbed, nrfconnect, qpg, telink)
|
andy31415
approved these changes
Sep 29, 2022
sharad-patil24
pushed a commit
to sharad-patil24/connectedhomeip
that referenced
this pull request
Sep 30, 2022
* Add the Software Version Info for TC-BINFO-2.1 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to save the information of the last connected AP Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support "Manual controlled feature" for TC-OO-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Move mw320_sdk initialization to a function * Add Identify_Timer_Handler() for TC-I-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add modules: - ConnectivityUtils.* - DeviceInfoProviderImpl.* Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the implementation of read/write configuration key to flash Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to report information for TC_DGGEN-3.1 - entwork interface: ./chip-tool generaldiagnostics read network-interfaces 1 0 - reboot count: ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the missing functions for handling tc-wifidiag-3.1 Some of them are incompleted yet that hard-coded value are used Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by clang-format * Restyled by gn * Implement the functions for WiFiDiagnostics / Generic Diagnostics * wifi diagnostics commands: ./chip-tool wifinetworkdiagnostics read bssid 1 0 ./chip-tool wifinetworkdiagnostics read security-type 1 0 ./chip-tool wifinetworkdiagnostics read wi-fi-version 1 0 ./chip-tool wifinetworkdiagnostics read channel-number 1 0 ./chip-tool wifinetworkdiagnostics read rssi 1 0 ./chip-tool wifinetworkdiagnostics read beacon-lost-count 1 0 ./chip-tool wifinetworkdiagnostics read beacon-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read current-max-rate 1 0 ./chip-tool wifinetworkdiagnostics read overrun-count 1 0 * Generic Diagnostics: ./chip-tool generaldiagnostics read network-interfaces 1 0 ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support Identify_Time on multiple endpoints Verify: pass TC_I_2.2 for ep#0, ep#1 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add "reset watermark" handler Verify: pass TC-DGSW-2.3 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support Ethernet / WiFi network commissioning Test: pass TC-CNET-x.xx, Ethernet and WiFi cases Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * * Remove unused module: DeviceInfoProviderImpl.cpp/DeviceInfoProviderImpl.h * Change the setting to support the new tiny_crypt implementation Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to print the version string Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * * Add the Shutdown handler in PlatformMgr() * Add to register the shutdown command - Sent shutdown event - Shutdown the chip stack Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add back DeviceInfoProviderImpl.cpp / DeviceInfoProviderImpl.h to pass TC-LCFG-2.1 Update the version to: mw320-2.9.10-002 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Change to comparing SSID with characters, instead of ASCII code (previous implementation of Matter stack) ref test: TC-CNET-4.4, Scan with SSID: ./chip-tool networkcommissioning scan-networks 1 0 --Ssid hex:6E78705F6D6174746572 --Breadcrumb 2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-003 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update README.md * Correct the printed Rendzvous Information (QR-code, Manual code) from BLE (unsupported) => OnNetwork Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the function to change the pincode of mw320: Usage: > pincode [pin_code] example: > pincode 20192022 [i] mflash_save_file success Done > config VendorId: 65521 (0xFFF1) ProductId: 32769 (0x8001) HardwareVersion: 0 (0x0) PinCode: 20192022 Discriminator: f01 Done Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-004 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Limit the maximum supported fabric number == 5 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add a shell command to save the ssid / password of the default ap Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Put manual_control implementation into a compile option controlled Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to dump progressing message on mw320 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-005 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support reading the manufacture data from a partition. - Creat the project from gn: chip_with_factory_data=1 example: gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="" chip_with_factory_data=1' gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="tinycrypt" chip_with_factory_data=1' pairing command: ./chip-tool pairing ethernet 1 14014 1000 [ip_of_dut] 5540 --paa-trust-store-path /home/ubuntu/certs/paa/ Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support save/get BootReason Verify: step#5 of TC-DGGEN-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add 2 console commands: * wlan-stat: Show the current dut status > wlan-state * wlan-abort: Abort the current connecting and accept the new request > wlan-abort Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Disable the chip_detail_logging Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add a building option, wifi_conn_abort_support, to make it configurable Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by gn * update submodule Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: nxptest <68574485+nxptest@users.noreply.github.com>
andy31415
pushed a commit
that referenced
this pull request
Oct 4, 2022
* Add the Software Version Info for TC-BINFO-2.1 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to save the information of the last connected AP Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support "Manual controlled feature" for TC-OO-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Move mw320_sdk initialization to a function * Add Identify_Timer_Handler() for TC-I-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add modules: - ConnectivityUtils.* - DeviceInfoProviderImpl.* Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the implementation of read/write configuration key to flash Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to report information for TC_DGGEN-3.1 - entwork interface: ./chip-tool generaldiagnostics read network-interfaces 1 0 - reboot count: ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the missing functions for handling tc-wifidiag-3.1 Some of them are incompleted yet that hard-coded value are used Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by clang-format * Restyled by gn * Implement the functions for WiFiDiagnostics / Generic Diagnostics * wifi diagnostics commands: ./chip-tool wifinetworkdiagnostics read bssid 1 0 ./chip-tool wifinetworkdiagnostics read security-type 1 0 ./chip-tool wifinetworkdiagnostics read wi-fi-version 1 0 ./chip-tool wifinetworkdiagnostics read channel-number 1 0 ./chip-tool wifinetworkdiagnostics read rssi 1 0 ./chip-tool wifinetworkdiagnostics read beacon-lost-count 1 0 ./chip-tool wifinetworkdiagnostics read beacon-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-multicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-rx-count 1 0 ./chip-tool wifinetworkdiagnostics read packet-unicast-tx-count 1 0 ./chip-tool wifinetworkdiagnostics read current-max-rate 1 0 ./chip-tool wifinetworkdiagnostics read overrun-count 1 0 * Generic Diagnostics: ./chip-tool generaldiagnostics read network-interfaces 1 0 ./chip-tool generaldiagnostics read reboot-count 1 0 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support Identify_Time on multiple endpoints Verify: pass TC_I_2.2 for ep#0, ep#1 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add "reset watermark" handler Verify: pass TC-DGSW-2.3 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support Ethernet / WiFi network commissioning Test: pass TC-CNET-x.xx, Ethernet and WiFi cases Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * * Remove unused module: DeviceInfoProviderImpl.cpp/DeviceInfoProviderImpl.h * Change the setting to support the new tiny_crypt implementation Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to print the version string Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * * Add the Shutdown handler in PlatformMgr() * Add to register the shutdown command - Sent shutdown event - Shutdown the chip stack Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add back DeviceInfoProviderImpl.cpp / DeviceInfoProviderImpl.h to pass TC-LCFG-2.1 Update the version to: mw320-2.9.10-002 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Change to comparing SSID with characters, instead of ASCII code (previous implementation of Matter stack) ref test: TC-CNET-4.4, Scan with SSID: ./chip-tool networkcommissioning scan-networks 1 0 --Ssid hex:6E78705F6D6174746572 --Breadcrumb 2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-003 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update README.md * Correct the printed Rendzvous Information (QR-code, Manual code) from BLE (unsupported) => OnNetwork Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add the function to change the pincode of mw320: Usage: > pincode [pin_code] example: > pincode 20192022 [i] mflash_save_file success Done > config VendorId: 65521 (0xFFF1) ProductId: 32769 (0x8001) HardwareVersion: 0 (0x0) PinCode: 20192022 Discriminator: f01 Done Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-004 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Limit the maximum supported fabric number == 5 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add a shell command to save the ssid / password of the default ap Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Put manual_control implementation into a compile option controlled Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to dump progressing message on mw320 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Update version number to: mw320-2.9.10-005 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support reading the manufacture data from a partition. - Creat the project from gn: chip_with_factory_data=1 example: gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="" chip_with_factory_data=1' gn gen out/debug --args='treat_warnings_as_errors=false mbedtls_repo="//third_party/connectedhomeip/third_party/nxp/libs/mbedtls" chip_crypto="tinycrypt" chip_with_factory_data=1' pairing command: ./chip-tool pairing ethernet 1 14014 1000 [ip_of_dut] 5540 --paa-trust-store-path /home/ubuntu/certs/paa/ Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add to support save/get BootReason Verify: step#5 of TC-DGGEN-2.2 Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add 2 console commands: * wlan-stat: Show the current dut status > wlan-state * wlan-abort: Abort the current connecting and accept the new request > wlan-abort Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Disable the chip_detail_logging Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Add a building option, wifi_conn_abort_support, to make it configurable Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> * Restyled by gn * update submodule Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: nxptest <68574485+nxptest@users.noreply.github.com> Signed-off-by: Chin-Ran Lo <chin-ran.lo@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: nxptest <68574485+nxptest@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Being Resolved
Commit the changes for fixing the issues found in SVE / SVE2
Change overview
Commit the changes for fixing the issues found in SVE / SVE2