mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-04 11:38:11 +00:00
32 lines
660 B
C
32 lines
660 B
C
/**
|
|
* @defgroup lwip lwIP
|
|
*
|
|
* @defgroup infrastructure Infrastructure
|
|
*
|
|
* @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.
|
|
*
|
|
* @defgroup addons Addons
|
|
*
|
|
* @defgroup apps Applications
|
|
*/
|
|
|
|
/** @mainpage Overview
|
|
* @verbinclude "README"
|
|
*/
|
|
|
|
/**
|
|
* @page upgrading Upgrading
|
|
* @verbinclude "UPGRADING"
|
|
*/
|
|
|
|
/**
|
|
* @page contrib How to contribute to lwIP
|
|
* @verbinclude "contrib.txt"
|
|
*/
|