2016-07-26 16:39:53 +00:00
|
|
|
/**
|
2016-07-27 17:09:52 +00:00
|
|
|
* @defgroup lwip lwIP
|
2016-07-27 18:49:19 +00:00
|
|
|
*
|
2016-07-27 17:09:52 +00:00
|
|
|
* @defgroup infrastructure Infrastructure
|
|
|
|
*
|
2016-07-26 16:39:53 +00:00
|
|
|
* @defgroup callbackstyle_api Callback-style APIs
|
|
|
|
* Non thread-safe APIs, callback style for maximum performance and minimum
|
|
|
|
* memory footprint.
|
|
|
|
*
|
|
|
|
* @defgroup threadsafe_api Thread-safe APIs
|
|
|
|
* Thread-safe APIs, blocking functions. More overhead, but can be called
|
|
|
|
* from any thread except TCPIP thread.
|
2016-07-26 17:30:05 +00:00
|
|
|
*
|
|
|
|
* @defgroup addons Addons
|
|
|
|
*
|
|
|
|
* @defgroup apps Applications
|
2016-07-26 16:39:53 +00:00
|
|
|
*/
|
|
|
|
|
2016-07-27 18:30:57 +00:00
|
|
|
/**
|
|
|
|
* @mainpage Overview
|
2016-07-27 17:09:52 +00:00
|
|
|
* @verbinclude "README"
|
2016-07-27 11:07:29 +00:00
|
|
|
*/
|
|
|
|
|
2016-07-27 18:30:57 +00:00
|
|
|
/**
|
2016-07-27 11:07:29 +00:00
|
|
|
* @page upgrading Upgrading
|
|
|
|
* @verbinclude "UPGRADING"
|
|
|
|
*/
|
2016-07-27 17:09:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @page contrib How to contribute to lwIP
|
|
|
|
* @verbinclude "contrib.txt"
|
2015-08-19 13:43:46 +00:00
|
|
|
*/
|