mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
`lwip_select` uses `sys_arch_sem_wait` function making the assumption that it is POSIX compliant. This commit makes that function wait for at least timeout (milliseconds), as required by POSIX specification. * Relates to https://github.com/espressif/esp-idf/issues/7514