]> granicus.if.org Git - esp-idf/commit
Allow VFS file descriptors in select()
authorRoland Dobai <dobai.roland@gmail.com>
Mon, 19 Feb 2018 13:14:02 +0000 (14:14 +0100)
committerRoland Dobai <dobai.roland@gmail.com>
Tue, 17 Apr 2018 09:25:30 +0000 (11:25 +0200)
commit6852d653bd15f66358d97f4a98f8cf69fe48274f
treea9b301d9dcb4cf96b2c265ddb28a07d84793d15d
parentc36687aac61a2a9229290b1abecb569411840b6e
Allow VFS file descriptors in select()
26 files changed:
components/driver/include/driver/uart_select.h [new file with mode: 0644]
components/driver/uart.c
components/lwip/include/lwip/lwip/sockets.h
components/lwip/include/lwip/lwip/sys.h
components/lwip/include/lwip/port/lwipopts.h
components/lwip/port/freertos/sys_arch.c
components/lwip/port/vfs_lwip.c
components/newlib/include/sys/select.h [new file with mode: 0644]
components/newlib/include/sys/types.h
components/newlib/select.c [new file with mode: 0644]
components/vfs/README.rst
components/vfs/include/esp_vfs.h
components/vfs/test/test_vfs_select.c [new file with mode: 0644]
components/vfs/vfs.c
components/vfs/vfs_uart.c
docs/en/api-reference/peripherals/uart.rst
examples/peripherals/uart_select/Makefile [new file with mode: 0644]
examples/peripherals/uart_select/README.md [new file with mode: 0644]
examples/peripherals/uart_select/main/component.mk [new file with mode: 0644]
examples/peripherals/uart_select/main/uart_select_example_main.c [new file with mode: 0644]
examples/protocols/udp_multicast/main/udp_multicast_example_main.c
examples/system/select/Makefile [new file with mode: 0644]
examples/system/select/README.md [new file with mode: 0644]
examples/system/select/main/component.mk [new file with mode: 0644]
examples/system/select/main/select_example.c [new file with mode: 0644]
tools/unit-test-app/main/app_main.c