Ethernet for Nucleo and Disco board STM32F746 works with gcc and arm. IAC is untested

Dependents:   STM32F746_iothub_client_sample_mqtt DISCO-F746NG_Ethernet Nucleo_F746ZG_Ethernet thethingsiO-DISCO_F746NG-mqtt ... more

Embed: (wiki syntax)

« Back to documentation index

err.c File Reference

err.c File Reference

Error Management module. More...

Go to the source code of this file.

Functions

const char * lwip_strerr (err_t err)
 Convert an lwip internal error to a string representation.

Detailed Description

Error Management module.

Definition in file err.c.


Function Documentation

const char* lwip_strerr ( err_t  err )

Convert an lwip internal error to a string representation.

Parameters:
erran lwip internal err_t
Returns:
a string representation for err

Definition at line 69 of file err.c.