Wireless FreeRTOS IP stack

Hi @EduardoGoncalves1966
Thanks for reaching out to the FreeRTOS Forum community!

FreeRTOS, by design, uses the vendor specific WiFi APIs directly with a TCP/IP and network transport layer in between.
FreeRTOS+TCP has a network interface implemented for ESP32 board here
You can use it to replace the default Lwip , ESP IDF currently implements.
The best place to look at for these will be the ESP IDF at GitHub - espressif/esp-aws-iot: AWS IoT SDK for ESP32 based chipsets. This has some good examples which can be referred in the folder “examples”.
Apart from ESP32, FreeRTOS+TCP has also been implemented on the wireless interface in the Pic32 board
FreeRTOS-Plus-TCP/NetworkInterface_wifi.c at main · FreeRTOS/FreeRTOS-Plus-TCP · GitHub