BSD-license-compatible, and NO_STACK build variants
This commit is contained in:
1
ext/lwip/doc/doxygen/generate.bat
Normal file
1
ext/lwip/doc/doxygen/generate.bat
Normal file
@@ -0,0 +1 @@
|
||||
doxygen lwip.Doxyfile
|
||||
1
ext/lwip/doc/doxygen/generate.sh
Executable file
1
ext/lwip/doc/doxygen/generate.sh
Executable file
@@ -0,0 +1 @@
|
||||
doxygen lwip.Doxyfile
|
||||
32
ext/lwip/doc/doxygen/main_page.h
Normal file
32
ext/lwip/doc/doxygen/main_page.h
Normal file
@@ -0,0 +1,32 @@
|
||||
/**
|
||||
* @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"
|
||||
*/
|
||||
Reference in New Issue
Block a user