Documentation: Add example code for NO_SYS use case

This commit is contained in:
Dirk Ziegelmeier
2016-08-05 09:53:50 +02:00
parent c2a5480ac7
commit 70ee63ef3d
2 changed files with 118 additions and 1 deletions

View File

@@ -44,7 +44,9 @@
* context and put them into a queue which is processed from mainloop.\n
* Call sys_check_timeouts() periodically in the mainloop.\n
* Porting: implement all functions in @ref sys_time and @ref sys_prot.\n
* You can only use @ref callbackstyle_api in this mode.
* You can only use @ref callbackstyle_api in this mode.\n
* Sample code:\n
* @verbinclude NO_SYS_SampleCode.c
*
* @defgroup lwip_os OS mode (TCPIP thread)
* @ingroup lwip