]> granicus.if.org Git - esp-idf/commit
Allow VFS file descriptors in select()
authorRoland Dobai <dobai.roland@gmail.com>
Thu, 3 May 2018 08:41:10 +0000 (10:41 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Fri, 18 May 2018 06:06:33 +0000 (08:06 +0200)
commit18e83bcd53f2aacd667959af755f8a443fb2a57e
treedde0ed9610155d267057802127c58bd5c2691327
parentd84add45136628b8a63183a8545df49a52faa639
Allow VFS file descriptors in select()
24 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/port/freertos/sys_arch.c
components/lwip/port/vfs_lwip.c
components/newlib/include/sys/select.h [new file with mode: 0644]
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