
Go to the source code of this file.
Functions | |
| bool | lwip_freertos_init (async_context_t *context) |
| Initializes lwIP (NO_SYS=0 mode) support support for FreeRTOS using the provided async_contextIf the initialization succeeds, lwip_freertos_deinit() can be called to shutdown lwIP support. More... | |
| void | lwip_freertos_deinit (async_context_t *context) |
| De-initialize lwIP (NO_SYS=0 mode) support for FreeRTOSNote that since lwIP may only be initialized once, and doesn't itself provide a shutdown mechanism, lwIP itself may still consume resources. More... | |