FreeRTOS+TCP for LPC17xx

Hi @htibosch

Does that mean that the network interface for the LPC17xx works well?

Yes, using the driver of LPC40x8.

In all new network interfaces I am adding logging about essential resources: free heap size, free network buffers, etc. The logging is done from a function prvMonitorResources() .
That function is only enabled when logging is enabled ( ipconfigHAS_PRINTF ).

I’ll see this.

I don’t know if i can do this here, or create a new topic. But i need change DHCP and static in runtime.