Added a lock-free queue to lwIP driver for RX packet processing. Added checks to force strict ordering of callback events

This commit is contained in:
Joseph Henry
2019-02-07 14:11:17 -08:00
parent 52a7e9229e
commit 1f8d3030c8
4 changed files with 89 additions and 70 deletions

View File

@@ -77,6 +77,11 @@ void lwip_hibernate_driver();
*/
void lwip_wake_driver();
/**
* Returns whether the lwIP network stack is up and ready to process traffic
*/
bool lwip_is_up();
/**
* @brief Initialize network stack semaphores, threads, and timers.
*