Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main_page.h Source File

main_page.h

00001 /**
00002  * @defgroup lwip lwIP
00003  *
00004  * @defgroup infrastructure Infrastructure
00005  *
00006  * @defgroup callbackstyle_api Callback-style APIs
00007  * Non thread-safe APIs, callback style for maximum performance and minimum
00008  * memory footprint.
00009  * 
00010  * @defgroup threadsafe_api Thread-safe APIs
00011  * Thread-safe APIs, blocking functions. More overhead, but can be called
00012  * from any thread except TCPIP thread.
00013  * 
00014  * @defgroup addons Addons
00015  * 
00016  * @defgroup apps Applications
00017  */
00018 
00019 /**
00020  * @mainpage Overview
00021  * @verbinclude "README"
00022  */
00023 
00024 /**
00025  * @page upgrading Upgrading
00026  * @verbinclude "UPGRADING"
00027  */
00028 
00029 /**
00030  * @page contrib How to contribute to lwIP
00031  * @verbinclude "contrib.txt"
00032  */