stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 41 forks source link

Default lwipopts.h to avoid embed it in the core and allow easiest user config #8

Closed fpistm closed 6 years ago

fpistm commented 6 years ago

The LwIP has several user defined options, which is specified from within the lwipopts.h file.

Provide a default user defined options file named lwipopts_default.h.

User can provide his own defined options at sketch level by adding his configuration in a file named STM32lwipopts.h.