This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjustments for new ucx version (#1088)
The apis in the ucx module have changed and hence update was required here. We now support version 1.1.0 of u-ConnectXpress It is no longer necessary to block the AT-log during BLE and Wifi scan operations. The problem earlier was due to hardware problems in the test system.
- Loading branch information
Showing
12 changed files
with
73 additions
and
101 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Submodule ucxclient
updated
34 files
+6 −4 | README.md | |
+1 −1 | inc/u_cx_at_client.h | |
+12 −0 | inc/u_cx_at_util.h | |
+1 −1 | src/u_cx_at_client.c | |
+9 −0 | src/u_cx_at_util.c | |
+14 −0 | test/test_u_cx_at_utils.c | |
+9 −9 | test/u_main_test.c | |
+1 −1 | ucx_api/u_cx.c | |
+1 −1 | ucx_api/u_cx.h | |
+84 −47 | ucx_api/u_cx_bluetooth.c | |
+218 −32 | ucx_api/u_cx_bluetooth.h | |
+11 −0 | ucx_api/u_cx_diagnostics.c | |
+29 −0 | ucx_api/u_cx_diagnostics.h | |
+31 −20 | ucx_api/u_cx_gatt_client.c | |
+74 −29 | ucx_api/u_cx_gatt_client.h | |
+26 −10 | ucx_api/u_cx_gatt_server.c | |
+51 −4 | ucx_api/u_cx_gatt_server.h | |
+9 −8 | ucx_api/u_cx_general.c | |
+21 −4 | ucx_api/u_cx_general.h | |
+31 −13 | ucx_api/u_cx_mqtt.c | |
+81 −19 | ucx_api/u_cx_mqtt.h | |
+11 −10 | ucx_api/u_cx_security.c | |
+30 −11 | ucx_api/u_cx_security.h | |
+36 −40 | ucx_api/u_cx_socket.c | |
+73 −42 | ucx_api/u_cx_socket.h | |
+23 −32 | ucx_api/u_cx_sps.c | |
+42 −36 | ucx_api/u_cx_sps.h | |
+47 −8 | ucx_api/u_cx_system.c | |
+59 −0 | ucx_api/u_cx_system.h | |
+11 −10 | ucx_api/u_cx_types.h | |
+41 −247 | ucx_api/u_cx_urc.c | |
+0 −66 | ucx_api/u_cx_urc.h | |
+96 −30 | ucx_api/u_cx_wifi.c | |
+190 −16 | ucx_api/u_cx_wifi.h |
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
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
Oops, something went wrong.