Henrik Maier
Henrik Maier
If `nxd_mqtt_client_message_get()` is called with insufficient memory, then currently there is no option to find out how much memory is required to perform a second call as suggested on https://docs.microsoft.com/en-us/azure/rtos/netx-duo/netx-duo-mqtt/chapter3#nxd_mqtt_client_message_get...
What is the rationale to use a const pointer rather a normal void pointer for p_context fields? According to the documentation this pointer is intended to hold user data and...
Added support for Hanna Code names with a dot. Example: [[admin.email reaptcha="true"]] Previously the Hanna Code parser did not recognise dotted names when attributes where passed as well. Refer to...
FSP's (version v4.5.0) encryption routines fail when calling `nx_secure_dtls_client_session_start()` with `NX_CRYPTO_SIZE_ERROR` when using DTLS 1.2 with PSK-AES128-CCM8 cipher during the DTLS encryption handshake message phase. Refer to Wireshark screenshot: ...
This is a feature request. Currently a list of CMake variables are available for command substitution in task commands, for example cmake.buildTargetName. Refer to https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/cmake-settings.md While the build target name...