You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Current realization of LwIP's sys_arch.cpp sys_arch_sem_wait() function calls osSemaphoreWait() function from CMSIS-RTOS API, that's prohibited to use while we are in interrupt handler.
It should be rewritten to use ISR-safe methods, e. g. queue or mailbox.