Home
last modified time | relevance | path

Searched refs:from (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_initialize.c80 char *from, *to; in _nx_crypto_self_test_memcpy() local
83 from = (char*)src; in _nx_crypto_self_test_memcpy()
88 to[i] = from[i]; in _nx_crypto_self_test_memcpy()
271 char *from, *to; in _nx_crypto_self_test_memmove() local
274 from = (char*)src; in _nx_crypto_self_test_memmove()
281 to[i] = from[i]; in _nx_crypto_self_test_memmove()
288 to[i - 1] = from[i - 1]; in _nx_crypto_self_test_memmove()
/NetX-Duo-v6.2.1/test/cmake/netxduo/
Dadditionals.cmake12 # Remove nx_secure from build
15 # Remove MQTT from build
17 # Remove WebSocket from build
19 # Remove RTP from build
/NetX-Duo-v6.2.1/test/cmake/netxduo_fast/
Dadditionals.cmake12 # Remove nx_secure from build
15 # Remove MQTT from build
17 # Remove WebSocket from build
19 # Remove RTP from build
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
DREADME.md13 #define HOST_NAME "<Hostname from connection string>"
14 #define DEVICE_ID "<DeviceId from connection string>"
15 #define DEVICE_SYMMETRIC_KEY "<SharedAccessKey from connection string>"
36 #define HOST_NAME "<Hostname from connection string>"
37 #define DEVICE_ID "<DeviceId from connection string>"
66 # Convert format from key to der.
69 # Convert format from cert pem to der.
78 # Convert format from key to der.
81 # Convert format from cert pem to der.
109 … "<Service Endpoint or Global device endpoint from Provisioning servic…
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md510 …ck function. This callback function is invoked when a message is received from Azure IoT hub. Sett…
790 …ction. This callback function is invoked when a telemetry ack is received from Azure IoT hub. Sett…
817 <div style="text-align: right"> Enables receiving C2D message from IoTHub</div>
825 <p>This routine enables receiving C2D message from IoT Hub.</p>
853 <div style="text-align: right"> Disables receiving C2D message from IoTHub</div>
861 <p>This routine disables receiving C2D message from IoT Hub.</p>
889 <div style="text-align: right"> Receives C2D message from IoTHub</div>
899 <p>This routine receives C2D message from IoT Hub. If there are no messages in the receive queue, t…
972 <div style="text-align: right"> Enables receiving direct method messages from IoTHub </div>
981 <p>This routine enables receiving direct method messages from IoT Hub. </p>
[all …]
Dazure_rtos_iot.md29 | unix_time_callback [in] | Callback to fetch unix time from platform. |
Dazure_rtos_iot_provisioning_client.md219 …ER_RESPONSE_ERROR Fail to register device to AZ IoT Provisioning due to error response from server.
/NetX-Duo-v6.2.1/test/cmake/netxduo64/
DCMakeLists.txt16 # Remove files not needed from netxduo
/NetX-Duo-v6.2.1/test/cmake/azure_iot/configs/
Dazure_rtos_src.cmake10 set(NXD_ENABLE_AZURE_IOT ON CACHE BOOL "Enable Azure IoT from netxduo")
/NetX-Duo-v6.2.1/
DREADME.md11 …Ks and development environment. You can develop using the tools of choice from [STMicro](https://w…
13 …https://github.com/eclipse-threadx/samples) using hero development boards from semiconductors you …
31 ├── LICENSE-HARDWARE.txt # Licensed hardware from semiconductors
104 …ary using Arm GNU Toolchain and CMake. If you are using toolchain and IDE from semiconductor, you …
DCMakeLists.txt66 message(STATUS "Using custom nx_user.h file from ${NX_USER_FILE}")
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1345 The following table contains mappings from legacy names to the new names developers
1548 …nx_packet_allocate.c Moved packet type check from _nxe_packet_allocate…
1968 … nx_icmpv6_DAD_failure.c Fixed a bug that address was not removed from interface.
1985 … copied interface from header packet, fixed size of each fragment,
2020 nxd_ipv6_default_router_get.c Got index from interface.
2022 Got index from interface.
2226 … nx_igmp_periodic_processing.c Fixed a bug preventing the loop from decrementing all
2260 nx_tcp_socket_send.c Added logic to handle error status returned from
2262 … nx_tcp_socket_state_ack_check.c Fixed a bug determining if packets can be released from
2573 … Fixed another corner case when determining if packets can be released from the transmit queue
[all …]
/NetX-Duo-v6.2.1/test/cmake/crypto/
DCMakeLists.txt103 # Leave files from crypto_libraries only