micropython/ports/stm32/lwip_inc/arch
Damien George aee002dd80 stm32/lwip_inc: Implement LWIP_PLATFORM_DIAG macro in terms of printf.
This allows enabling lwIP debugging output.  For example, to enable PPP
debugging add the following to `mpconfigboard.h`:

    #define LWIP_DEBUG 1
    #define PPP_DEBUG LWIP_DBG_ON

Signed-off-by: Damien George <damien@micropython.org>
2024-08-29 23:47:55 +10:00
..
cc.h stm32/lwip_inc: Implement LWIP_PLATFORM_DIAG macro in terms of printf. 2024-08-29 23:47:55 +10:00
sys_arch.h stm32: Integrate lwIP as implementation of usocket module. 2018-05-21 17:36:06 +10:00