OVMS3-idf/components/lwip/port/esp32
Ivan Grokhotkov b203ac7b02 lwip: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n
* If CONFIG_VFS_SUPPORT_IO=y, keep everything as it is now
* If CONFIG_VFS_SUPPORT_IO=n, defined syscalls which LwIP can
  implement, such as read/write/close
* Make LWIP-only select implementation dependent on
  CONFIG_VFS_SUPPORT_SELECT, deprecate CONFIG_LWIP_USE_ONLY_LWIP_SELECT
2020-03-20 14:03:44 +01:00
..
debug lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
freertos lwip: Add to sys_arch_protect() a check that the mutex is created before use if not then creates it 2020-02-15 13:14:08 +08:00
include lwip: make IPV6 link-local support over PPP configurable 2020-03-05 18:46:48 +00:00
netif ESP-NETIF: fix get/set hostname API to reflect user settings 2020-02-11 07:35:12 +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: handle CONFIG_VFS_SUPPORT_IO=n and CONFIG_VFS_SUPPORT_SELECT=n 2020-03-20 14:03:44 +01:00