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?