Hello,
I have tried enabling BSD Sockets in AzureRTOS be adding nx_bsd.c and nx_bsd.h to the src directory and adding #define TX_THREAD_EXTENSION_3 int bsd_errno; to tx_port.h . The project builds, but hangs after startup. How do I get BSD sockets working on the NXP build of AzureRTOS?
It seems it can't be done with the copy of AzureRTOS NXP ships. Cloning the repo from MS here: https://docs.microsoft.com/en-us/samples/azure-rtos/getting-started/connect-an-nxp-mimxrt1050-evkb-e... has a copy with BSD enabled.