I have downloaded the LWIP project and try to print the logs on the console using printf() function. Here is the one way tried but it did not work: 1. I added PRINTF_SUPPORT macro but printf() did not print anything on console and debug console window. How can I enable to print a message on the console or debug console using printf() function?