]> granicus.if.org Git - esp-idf/commit
Revert "Merge branch 'feature/vfs_select' into 'master'"
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 20 Apr 2018 03:51:41 +0000 (11:51 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 20 Apr 2018 03:51:41 +0000 (11:51 +0800)
commit6185e722c35bbc25e0274f7acfb52636cb495cfd
tree0c8efb80109be3e61fc4a56593b58defa8d92c40
parent5d3b26e8d02eca8da70c23b1d2daefbe813f626b
Revert "Merge branch 'feature/vfs_select' into 'master'"

This reverts merge request !2074
26 files changed:
components/driver/include/driver/uart_select.h [deleted file]
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 [deleted file]
components/newlib/include/sys/types.h
components/newlib/select.c [deleted file]
components/vfs/README.rst
components/vfs/include/esp_vfs.h
components/vfs/test/test_vfs_select.c [deleted file]
components/vfs/vfs.c
components/vfs/vfs_uart.c
docs/en/api-reference/peripherals/uart.rst
examples/peripherals/uart_select/Makefile [deleted file]
examples/peripherals/uart_select/README.md [deleted file]
examples/peripherals/uart_select/main/component.mk [deleted file]
examples/peripherals/uart_select/main/uart_select_example_main.c [deleted file]
examples/protocols/udp_multicast/main/udp_multicast_example_main.c
examples/system/select/Makefile [deleted file]
examples/system/select/README.md [deleted file]
examples/system/select/main/component.mk [deleted file]
examples/system/select/main/select_example.c [deleted file]
tools/unit-test-app/main/app_main.c