mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
* sys.h, api_lib.c: Provide new sys_mbox_tryfetch function.
Require ports to provide new sys_arch_mbox_tryfetch function to get
a message if one is there, otherwise return with SYS_MBOX_EMPTY.
This commit is contained in:
@@ -23,6 +23,10 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2007-04-11 Jonathan Larmour
|
||||
* sys.h, api_lib.c: Provide new sys_mbox_tryfetch function. Require ports to provide new
|
||||
sys_arch_mbox_tryfetch function to get a message if one is there.
|
||||
|
||||
2007-04-06 Frédéric Bernon, Simon Goldschmidt
|
||||
* opt.h, tcpip.h, tcpip.c, netifapi.h, netifapi.c: New configuration option LWIP_NETIF_API
|
||||
allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
|
||||
|
||||
Reference in New Issue
Block a user