esp-idf/components/lwip/port/esp32
Omar Chebib 95cc6cfac4 LWIP: Make system timeout POSIX compliant (required by lwip_select)
`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
2022-02-10 10:36:09 +00:00
..
debug lwip: Fix spelling issues in lwip_debug.c 2021-02-23 18:26:03 +08:00
freertos LWIP: Make system timeout POSIX compliant (required by lwip_select) 2022-02-10 10:36:09 +00:00
hooks lwip: add ip6 input hook 2022-01-13 12:23:38 +08:00
include Merge branch 'contrib/github_pr_8164' into 'master' 2022-01-18 12:35:12 +00:00
netif lwip: Cleanup lwipopts flags and options 2022-01-14 16:41:38 +01:00
no_vfs_syscalls.c lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00
vfs_lwip.c lwip: Add partial fstat vfs support to set st_mode 2021-08-19 17:29:29 +02:00