mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00: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