OVMS3-idf/components
Ivan Grokhotkov 3f8d9d71e2 lwip: fix duplicate definition of O_NONBLOCK
LwIP will define O_NONBLOCK in sockets.h if it isn't defined yet.
If sys/fcntl.h is included after socket.h, there will be duplicate definition.
Work around by including sys/fcntl.h into lwipopts.h.

https://github.com/espressif/esp-idf/issues/75
2016-11-08 20:17:08 +08:00
..
bootloader ld scripts: fix overlap between bootloader and application IRAM ranges 2016-11-04 12:18:57 +08:00
bt docu makup update 2016-11-01 01:21:18 +08:00
driver Modify gpio.h and ledc.h 2016-11-01 22:35:42 +08:00
esp32 Merge branch 'feature/tw8193_add_wifi_api_detail_return_code' into 'master' 2016-11-08 19:48:11 +08:00
esptool_py bootloader, menuconfig: add flash size setting support 2016-10-21 15:27:25 +11:00
expat components/expat: just change format of expat.rst 2016-09-28 16:26:35 +08:00
freertos Merge branch 'feature/crosscore_int' into 'master' 2016-10-31 11:04:28 +08:00
idf_test Set result "Succeed" for passed cases 2016-11-02 20:54:22 +08:00
json json & expat: Update component.mk after merging from master 2016-09-09 14:07:45 +10:00
log Fixed confused Sphinx 2016-11-01 01:21:18 +08:00
lwip lwip: fix duplicate definition of O_NONBLOCK 2016-11-08 20:17:08 +08:00
mbedtls Kconfig: use 4 spaces to instead 1 tab 2016-09-28 13:24:58 +08:00
newlib newlib: implement settimeofday, integrate LwIP SNTP, add SNTP example 2016-11-03 12:46:46 +08:00
nghttp Add test for compiling in release mode, fix warnings and errors which appeared 2016-10-17 13:40:10 +08:00
nvs_flash Merge branch 'bugfix/nvs_write_failure' into 'master' 2016-11-01 22:26:37 +08:00
openssl components/openssl: add more debug stream output function 2016-11-01 15:16:14 +08:00
partition_table Remove bin/ directory in favour of an add_path.sh script that can be sourced 2016-09-01 18:45:10 +10:00
spi_flash spi_flash: add missing volatile qualifier for lock flags 2016-11-08 20:17:08 +08:00
tcpip_adapter esp32/tcpip_adapter: softap supports max 10 stations 2016-10-28 16:53:49 +08:00
vfs vfs: check error code returned by FS driver open function 2016-11-08 20:17:08 +08:00
wpa_supplicant build fix 2016-11-04 15:52:45 +08:00
xtensa-debug-module Add licenses to Trax files 2016-10-21 18:01:20 +08:00