]>
granicus.if.org Git - esp-idf/log
Ivan Grokhotkov [Fri, 18 Oct 2019 10:49:35 +0000 (18:49 +0800)]
Merge branch 'feature/follow_symlinks_in_spiffsgen' into 'master'
spiffs: follow symlinks in spiffsgen
See merge request espressif/esp-idf!6280
Ivan Grokhotkov [Fri, 18 Oct 2019 10:01:11 +0000 (18:01 +0800)]
Merge branch 'bugfix/ci_test_idf_monitor' into 'master'
CI: Adjust the test parameters of IDF Monitor tests
See merge request espressif/esp-idf!6377
Jiang Jiang Jian [Fri, 18 Oct 2019 06:24:20 +0000 (14:24 +0800)]
Merge branch 'bugfix/modify_buffer_number_type_from_u8_to_u16' into 'master'
esp_wifi: modify WiFi buffer number type from uint8_t to uint16_t
See merge request espressif/esp-idf!6355
Krzysztof Budzynski [Thu, 17 Oct 2019 10:13:09 +0000 (18:13 +0800)]
Merge branch 'doc/review_api-ref_periph-spi_slave' into 'master'
Doc/review api ref periph spi slave
See merge request espressif/esp-idf!5625
Angus Gratton [Thu, 17 Oct 2019 10:01:58 +0000 (18:01 +0800)]
Merge branch 'bugfix/mqtt_reference_latest_version' into 'master'
mqtt: updated to latest version to include latest fixes and features
See merge request espressif/esp-idf!6294
Ivan Grokhotkov [Thu, 17 Oct 2019 08:22:06 +0000 (16:22 +0800)]
Merge branch 'feature/cxx_rtti_preparation_v2' into 'master'
C++: add provisions for optional RTTI support (v2)
See merge request espressif/esp-idf!6341
Ivan Grokhotkov [Thu, 17 Oct 2019 08:12:29 +0000 (16:12 +0800)]
Merge branch 'bugfix/mqtt_example_url_update' into 'master'
MQTT: update default broker URL for examples
Closes IDF-1052
See merge request espressif/esp-idf!6214
Angus Gratton [Thu, 17 Oct 2019 05:09:28 +0000 (13:09 +0800)]
Merge branch 'bugfix/o2_build_warnings' into 'master'
Fix -O2 build warnings
Closes IDFGH-1945 and IDFGH-1946
See merge request espressif/esp-idf!6311
Angus Gratton [Thu, 17 Oct 2019 05:05:27 +0000 (13:05 +0800)]
Merge branch 'feature/openeth_driver' into 'master'
ethernet: support OpenCores ethernet MAC
Closes IDF-891
See merge request espressif/esp-idf!6252
Mahavir Jain [Thu, 17 Oct 2019 04:54:37 +0000 (12:54 +0800)]
Merge branch 'nimble/update_no_of_conn' into 'master'
NimBLE: Set the default number of max connections to the controller's value
See merge request espressif/esp-idf!6353
Hrishikesh Dhayagude [Thu, 17 Oct 2019 04:54:34 +0000 (12:54 +0800)]
NimBLE: Set the default number of max connections to the controller's value
Also, update the NimBLE submodule to remove unwanted logging stuff
Angus Gratton [Thu, 17 Oct 2019 04:54:01 +0000 (12:54 +0800)]
Merge branch 'feature/example_netbios' into 'master'
add netbios support in restful server example
Closes IDF-1070
See merge request espressif/esp-idf!6346
Angus Gratton [Thu, 17 Oct 2019 04:36:08 +0000 (12:36 +0800)]
Merge branch 'bugfix/ws_opcodes_fix' into 'master'
ws_client: fix for not sending ping responses, updated to pass events also for...
See merge request espressif/esp-idf!6111
Angus Gratton [Thu, 17 Oct 2019 04:33:18 +0000 (12:33 +0800)]
Merge branch 'feature/can_support_low_bit_rates' into 'master'
can: Support for lower bit rates for ESP32 ECO2 and ECO3
Closes IDF-1045
See merge request espressif/esp-idf!6363
Darian [Thu, 17 Oct 2019 04:33:17 +0000 (12:33 +0800)]
can: Add support for lower bit rates
This commit adds support for lower bit rates in the CAN Driver for
ESP32 Rev 2 or later chips.
Angus Gratton [Wed, 16 Oct 2019 22:17:34 +0000 (06:17 +0800)]
Merge branch 'doc/add_doc_for_socket_error_usage' into 'master'
doc: add LW-IP socket error usage
See merge request espressif/esp-idf!5856
Roland Dobai [Wed, 16 Oct 2019 10:37:45 +0000 (12:37 +0200)]
CI: Adjust the test parameters of IDF Monitor
Angus Gratton [Wed, 16 Oct 2019 06:56:14 +0000 (14:56 +0800)]
Merge branch 'feature/log_system_time' into 'master'
log: Add menuconfig option to log system time rather than RTOS time
See merge request espressif/esp-idf!6103
Angus Gratton [Wed, 16 Oct 2019 05:05:16 +0000 (13:05 +0800)]
Merge branch 'bugfix/ethernet_unitest_crash' into 'master'
ethernet: fix crash in unit test
See merge request espressif/esp-idf!6284
Angus Gratton [Wed, 16 Oct 2019 05:04:39 +0000 (13:04 +0800)]
Merge branch 'bugfix/ws_buffer_overflow_fix' into 'master'
tcp_transport: fix possible buffer overflow in ws transport connect
Closes IDF-692
See merge request espressif/esp-idf!5887
Ivan Grokhotkov [Tue, 15 Oct 2019 15:04:47 +0000 (23:04 +0800)]
Merge branch 'fix/tcp_server_example' into 'master'
Bugfix of tcp_server example.
Closes IDFGH-1306
See merge request espressif/esp-idf!5211
Kirill Chalov [Mon, 22 Jul 2019 04:48:52 +0000 (12:48 +0800)]
Review the file api-reference/peripherals/spi_slave.rst
Marius Vikhammer [Fri, 27 Sep 2019 01:35:26 +0000 (09:35 +0800)]
MQTT: update default broker URL for examples
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
Krzysztof Budzynski [Tue, 15 Oct 2019 09:15:17 +0000 (17:15 +0800)]
Merge branch 'docs/Update_CN_hW_Reference_With_Changes_in_EN' into 'master'
Update board getting started guides to make cmake default
See merge request espressif/esp-idf!6295
Natasha [Tue, 15 Oct 2019 09:15:15 +0000 (17:15 +0800)]
Update board getting started guides to make cmake default
Ivan Grokhotkov [Mon, 14 Oct 2019 15:37:51 +0000 (23:37 +0800)]
Merge branch 'bugfix/debug_logs_cleanup' into 'master'
Bugfix/debug logs cleanup
See merge request espressif/esp-idf!6209
Hrudaynath Dhabe [Mon, 14 Oct 2019 15:37:51 +0000 (23:37 +0800)]
wpa_supplicant: Make hexdump logs more compact
When running with wpa debug prints enabled data/key hexdumps are
printed to the log in a really verbose format (one byte per line).
Make these printouts more compact. 16 bytes per line.
Ivan Grokhotkov [Mon, 14 Oct 2019 15:10:01 +0000 (23:10 +0800)]
Merge branch 'bugfix/console_command_exit_error_check' into 'master'
console: fix wrong param passed to esp_err_to_name
See merge request espressif/esp-idf!6360
Jiang Jiang Jian [Mon, 14 Oct 2019 14:19:56 +0000 (22:19 +0800)]
Merge branch 'feature/idf_monitor_detect_port' into 'master'
idf_monitor: Autodetect port
Closes IDFGH-1995
See merge request espressif/esp-idf!6345
Jiang Jiang Jian [Mon, 14 Oct 2019 13:47:56 +0000 (21:47 +0800)]
Merge branch 'hfp_bugfix' into 'master'
component/bt: Fix bugs in HFP feature
Closes BT-427
See merge request espressif/esp-idf!6197
Jiang Jiang Jian [Mon, 14 Oct 2019 13:42:36 +0000 (21:42 +0800)]
Merge branch 'bugfix/apps_esp_ble_mesh' into 'master'
ESP BLE Mesh: Minor fix - Print the address and the on/off value appropriately
See merge request espressif/esp-idf!6322
Hrishikesh Dhayagude [Mon, 14 Oct 2019 13:42:35 +0000 (21:42 +0800)]
ESP BLE Mesh: Minor fix - Print the address and the on/off value appropriately
The new value should be printed in the set function and not the previous
one.
Jiang Jiang Jian [Mon, 14 Oct 2019 13:35:41 +0000 (21:35 +0800)]
Merge branch 'bugfix/btdm_osi_queue_gycfix_master' into 'master'
Component/bt : Added handling of osi memory calloc failure
See merge request espressif/esp-idf!6140
liu zhifu [Mon, 14 Oct 2019 07:37:00 +0000 (15:37 +0800)]
esp_wifi: modify WiFi buffer number type from uint8_t to uint16_t
Modify WiFi receiving buffer number type from uint8_t to uint16_t to support
configuring more than 255 buffers.
Jiang Jiang Jian [Mon, 14 Oct 2019 13:27:05 +0000 (21:27 +0800)]
Merge branch 'bugfix/fix_sta_wpa2_enterprise_issue' into 'master'
esp_wifi: fix a station wpa2 enterprise issue
Closes WIFI-1042
See merge request espressif/esp-idf!6287
suda-morris [Mon, 14 Oct 2019 11:49:19 +0000 (19:49 +0800)]
console: fix wrong param passed to esp_err_to_name
David Cermak [Mon, 16 Sep 2019 13:22:29 +0000 (15:22 +0200)]
ws_client: fix for not sending ping responses, updated to pass events also for PING and PONG messages, added interfaces to send both binary and text data
closes https://github.com/espressif/esp-idf/issues/3982
Angus Gratton [Mon, 14 Oct 2019 07:31:49 +0000 (15:31 +0800)]
Merge branch 'bugfix/msys2_toolchain_path_note' into 'master'
docs: update windows msys2 installer notes to unzip all-in-one toolchain to path without spaces
See merge request espressif/esp-idf!6181
Angus Gratton [Mon, 14 Oct 2019 07:30:33 +0000 (15:30 +0800)]
Merge branch 'bugfix/ci_weekend_test_update' into 'master'
CI: weekend test fixes
See merge request espressif/esp-idf!6235
Angus Gratton [Mon, 14 Oct 2019 07:17:34 +0000 (15:17 +0800)]
Merge branch 'bugfix/ws_client_fix_event_blocking' into 'master'
ws_client: fixed posting to event loop with websocket timeout
See merge request espressif/esp-idf!5901
Angus Gratton [Mon, 14 Oct 2019 07:01:59 +0000 (15:01 +0800)]
Merge branch 'bugfix/ws_client_fixed_path_query_uri' into 'master'
websocket_client: fix URI parsing to include also query part in websocket connection path
See merge request espressif/esp-idf!6201
Angus Gratton [Mon, 14 Oct 2019 06:59:16 +0000 (14:59 +0800)]
Merge branch 'bugfix/mdns_answer_ip6_size' into 'master'
mdns: use constant size of AAAA answer instead of lw_IP struct size
Closes WIFI-771
See merge request espressif/esp-idf!6188
David Cermak [Fri, 23 Aug 2019 14:36:42 +0000 (16:36 +0200)]
tcp_transport: fix possible buffer overflow in ws transport connect
closes IDF-692
suda-morris [Mon, 14 Oct 2019 05:41:46 +0000 (13:41 +0800)]
add netbios support in restful server example
David Cermak [Wed, 9 Oct 2019 09:03:26 +0000 (11:03 +0200)]
mqtt: updated to latest version to include latest fixes, support for global CA store, extended error structure to receive mqtt specific errors. updated idf ssl example to use this error struct
https://github.com/espressif/esp-mqtt/issues/135
Roland Dobai [Mon, 14 Oct 2019 06:06:43 +0000 (08:06 +0200)]
idf_monitor: Autodetect port
Closes https://github.com/espressif/esp-idf/issues/4191
Angus Gratton [Mon, 14 Oct 2019 03:34:12 +0000 (11:34 +0800)]
Merge branch 'doc/esp_ringbuf_acquire_complete' into 'master'
esp_ringbuf: add documents for SendAcquire and SendComplete
See merge request espressif/esp-idf!6165
Ivan Grokhotkov [Mon, 14 Oct 2019 03:29:49 +0000 (11:29 +0800)]
Merge branch 'docs/update_bootloader_chip_revision_print' into 'master'
bootloader_support: fix logging prints around chip revision
See merge request espressif/esp-idf!6324
Ivan Grokhotkov [Tue, 1 Oct 2019 16:50:34 +0000 (18:50 +0200)]
ethernet: support OpenCores ethernet MAC
OpenCores Ethernet MAC has a relatively simple interface, and is
already supported in QEMU. This makes it a good candidate for enabling
network support when running IDF apps in QEMU, compared to the
relatively more complex task of writing a QEMU model of ESP32 EMAC.
This driver is written with QEMU in mind: it does not implement or
handle things that aren't implemented or handled in the QEMU model:
error flags, error interrupts. The transmit part of the driver also
assumes that the TX operation is done immediately when the TX
descriptor is written (which is the case with QEMU), hence waiting for
the TX operation to complete is not necessary.
For simplicity, the driver assumes that the peripheral register
occupy the same memory range as the ESP32 EMAC registers, and the
same interrupt source number is used.
Ivan Grokhotkov [Sun, 13 Oct 2019 13:37:07 +0000 (15:37 +0200)]
ci: add test build with -O2 -NDEBUG, cleanup
Ivan Grokhotkov [Thu, 10 Oct 2019 12:20:20 +0000 (14:20 +0200)]
drivers/can: fix skipped function calls when assertions disabled
When CONFIG_FREERTOS_ASSERT_DISABLE is set, the function calls wrapped
inside the assertion macros would be removed from the code.
Closes https://github.com/espressif/esp-idf/issues/4143
Ivan Grokhotkov [Thu, 10 Oct 2019 12:05:46 +0000 (14:05 +0200)]
spiffs: fix warning when building at release optimization level
Closes https://github.com/espressif/esp-idf/issues/4144
Ivan Grokhotkov [Thu, 6 Jun 2019 08:53:26 +0000 (16:53 +0800)]
C++: add provisions for optional RTTI support
Ref. https://github.com/espressif/esp-idf/issues/1684
This change allows RTTI to be enabled in menuconfig. For full RTTI
support, libstdc++.a in the toolchain should be built without
-fno-rtti, as it is done now.
Generally if libstdc++.a is built with RTTI, applications which do not
use RTTI (and build with -fno-rtti) could still include typeinfo
structures referenced from STL classes’ vtables. This change works
around this, by moving all typeinfo structures from libstdc++.a into
a non-loadable section, placed into a non-existent memory region
starting at address 0. This can be done because when the application
is compiled with -fno-rtti, typeinfo structures are not used at run
time. This way, typeinfo structures do not contribute to the
application binary size.
If the application is build with RTTI support, typeinfo structures are
linked into the application .rodata section as usual.
Note that this commit does not actually enable RTTI support.
The respective Kconfig option is hidden, and will be made visible when
the toolchain is updated.
Mahavir Jain [Fri, 11 Oct 2019 09:05:22 +0000 (14:35 +0530)]
bootloader_support: fix logging prints around chip revision
michael [Thu, 19 Sep 2019 10:35:24 +0000 (18:35 +0800)]
esp_ringbuf: add documents for SendAcquire and SendComplete
Angus Gratton [Fri, 11 Oct 2019 06:06:16 +0000 (14:06 +0800)]
Merge branch 'feature/handle_icy_uris' into 'master'
Modified http_parser to handle ICY uris.
See merge request espressif/esp-idf!6207
Angus Gratton [Fri, 11 Oct 2019 05:07:38 +0000 (13:07 +0800)]
Merge branch 'refactor/ethernet_remove_blocking_in_timer_callback' into 'master'
Ethernet: optimize and bugfix
Closes IDF-1051
See merge request espressif/esp-idf!6213
Vikram Dattu [Thu, 26 Sep 2019 05:54:13 +0000 (11:24 +0530)]
Modified http_parser to handle ICY uris.
ICY URIs e.g `http://uk1.internet-radio.com/proxy/vombat?mp=/;` need to
be handled differently.
For basic use case, these URIs are similar to HTTP with exception that they reply with `ICY 200` etc in place of `HTTP/1.1 200`.
In http_parser, we now also parse ICY URIs to be able to handle these similar to HTTP.
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
Angus Gratton [Fri, 11 Oct 2019 05:00:59 +0000 (13:00 +0800)]
Merge branch 'test/add_wifi_init_unit_test_case' into 'master'
add wifi init unit test cases
Closes IDF-77
See merge request espressif/esp-idf!4200
Hu Chao Ru [Fri, 11 Oct 2019 05:00:57 +0000 (13:00 +0800)]
add wifi init unit test cases
Angus Gratton [Fri, 11 Oct 2019 04:58:45 +0000 (12:58 +0800)]
Merge branch 'fix/cmake_req_private_comp' into 'master'
cmake: Fix cmakelists to add required private components
See merge request espressif/esp-idf!5428
suda-morris [Thu, 19 Sep 2019 03:27:42 +0000 (11:27 +0800)]
Ethernet: optimize and bugfix
1. simplify deallocate in esp_eth_mac_new_esp32, esp_eth_mac_new_dm9051
2. remove blocking operation in os timer callback
3. check buffer size in ethernet receive function
ronghulin [Wed, 21 Aug 2019 10:01:26 +0000 (18:01 +0800)]
doc: add LWIP socket error usage
suda-morris [Tue, 8 Oct 2019 13:30:56 +0000 (21:30 +0800)]
ethernet: fix crash in unit test
liu zhifu [Fri, 11 Oct 2019 01:39:35 +0000 (09:39 +0800)]
esp_wifi: fix the bug that wpa2 enterprise sta can connect open AP
Jiang Jiang Jian [Thu, 10 Oct 2019 14:25:36 +0000 (22:25 +0800)]
Merge branch 'bugfix/wifi_lib_ci' into 'master'
ci: fix ci issues of wifi lib
See merge request espressif/esp-idf!6288
Mahavir Jain [Thu, 10 Oct 2019 09:20:15 +0000 (17:20 +0800)]
Merge branch 'NimBLE/fix_esp_nimble_hci_delay' into 'master'
NimBLE: Misc changes in NimBLE porting layer and menuconfig option
See merge request espressif/esp-idf!6243
Prasad Alatkar [Thu, 10 Oct 2019 09:20:15 +0000 (17:20 +0800)]
NimBLE: Misc changes in NimBLE porting layer and menuconfig option
- Minor fix to remove while loop & delay while transmitting data from
host to controller.
- Add menuconfig option to enable predefined public-private keypair for
debugging (Vol. 3, Part H, 2.3.5.6.1)
Krzysztof Budzynski [Thu, 10 Oct 2019 08:52:07 +0000 (16:52 +0800)]
Merge branch 'docs/Update_CN_Getting_Started_With_Changes_in_EN' into 'master'
Add translation for getting started guide - batch 1
See merge request espressif/esp-idf!6147
Natasha [Thu, 10 Oct 2019 08:52:07 +0000 (16:52 +0800)]
Add translation for getting started guide - batch 1
Angus Gratton [Thu, 10 Oct 2019 03:08:46 +0000 (11:08 +0800)]
Merge branch 'bugfix/ut_adjtime' into 'master'
newlib: Fix UT - test time adjustment happens linearly
See merge request espressif/esp-idf!6245
Angus Gratton [Thu, 10 Oct 2019 03:06:29 +0000 (11:06 +0800)]
Merge branch 'bugfix/fixes_from_kconfiglib_update' into 'master'
Fix of menuconfig bug for MSYS2 and a couple of cosmetic changes
See merge request espressif/esp-idf!6255
Ivan Grokhotkov [Wed, 9 Oct 2019 15:53:57 +0000 (23:53 +0800)]
Merge branch 'bugfix/treat_unreg_components_as_unresolved' into 'master'
CMake: Treat unregistered components as unresolved
See merge request espressif/esp-idf!5700
Ivan Grokhotkov [Wed, 9 Oct 2019 15:52:18 +0000 (23:52 +0800)]
Merge branch 'feature/cxx_coding_style' into 'master'
doc: Added basic C++ style guide
See merge request espressif/esp-idf!6216
Ivan Grokhotkov [Wed, 9 Oct 2019 15:41:09 +0000 (23:41 +0800)]
Merge branch 'feature/add_psram_workaround_option' into 'master'
make psram workaround depend on chip revison
Closes IDF-1004
See merge request espressif/esp-idf!6113
MartinValik [Wed, 12 Jun 2019 08:33:57 +0000 (10:33 +0200)]
Revised tcp_server example.
Fixed error caused by unnecessary reopening of listening socket.
Extracted packet retransmit logic to separate function.
Added robust implementation for sending data
Closes https://github.com/espressif/esp-idf/pull/3597
Mahavir Jain [Wed, 9 Oct 2019 08:46:46 +0000 (16:46 +0800)]
Merge branch 'bugfix/coap_mbedtls_add_define_check_for_apln' into 'master'
ESP32/coap_mbedtls:add macro checks
See merge request espressif/esp-idf!6262
Aditya Patwardhan [Wed, 9 Oct 2019 08:46:46 +0000 (16:46 +0800)]
ESP32/coap_mbedtls:add macro checks
Closes https://github.com/espressif/esp-idf/issues/4156
chenyudong [Wed, 9 Oct 2019 07:07:19 +0000 (15:07 +0800)]
ci: fix ci issues of wifi lib
sync esp_wifi.h to wifi lib
Krzysztof Budzynski [Wed, 9 Oct 2019 05:48:35 +0000 (13:48 +0800)]
Merge branch 'doc/zh_CN_repo_README' into 'master'
add zh_CN translation of README in esp-idf repo
Closes IDF-957
See merge request espressif/esp-idf!6217
Jakob Hasse [Wed, 25 Sep 2019 03:08:21 +0000 (11:08 +0800)]
Added basic C++ style guide
* C++ style guide
* Changed headings to "Title Case"
suda-morris [Thu, 19 Sep 2019 11:08:59 +0000 (19:08 +0800)]
add zh_CN translation of README in esp-idf repo
Angus Gratton [Wed, 9 Oct 2019 01:39:51 +0000 (09:39 +0800)]
Merge branch 'bugfix/alt_exit_idf_monitor' into 'master'
idf_monitor: Exit with CTRL+X in menu
Closes IDFGH-1971 and IDFGH-1930
See merge request espressif/esp-idf!6260
Renz Christian Bagaporo [Tue, 8 Oct 2019 09:55:12 +0000 (17:55 +0800)]
spiffs: follow symlinks in host test
Marcin Borowicz [Sun, 14 Jul 2019 14:45:35 +0000 (16:45 +0200)]
spiffs: follow symlinks feature during partition in spiffsgen
Ivan Grokhotkov [Tue, 8 Oct 2019 08:24:40 +0000 (16:24 +0800)]
Merge branch 'bugfix/missing_build_targets_cmake' into 'master'
esptool_py: add missing phony build targets for CMake
Closes IDFGH-370
See merge request espressif/esp-idf!5838
Ivan Grokhotkov [Tue, 8 Oct 2019 08:19:46 +0000 (16:19 +0800)]
Merge branch 'feat/spi_internal_header' into 'master'
spi: move deprecated functions into internal header
See merge request espressif/esp-idf!5985
Ivan Grokhotkov [Tue, 8 Oct 2019 08:16:25 +0000 (16:16 +0800)]
Merge branch 'bugfix/examples_disconnect_before_restart' into 'master'
examples: disconnect from Wi-Fi before restart (and don't try to reconnect!)
See merge request espressif/esp-idf!6267
Per-Olov Jernberg [Sun, 6 Oct 2019 13:03:23 +0000 (15:03 +0200)]
idf_monitor: Exit with CTRL+X in menu
Currently, the only way of exiting the idf_monitor program is to hit the CTRL+] button, if your keyboard doesn't have that key unless you hit another modifier key, it's not super trivial to exit.
This change adds the option to exit with CTRL+T (for menu) then hitting X (or CTRL+X) for exiting.
Closes https://github.com/espressif/esp-idf/pull/4167
Closes https://github.com/espressif/esp-idf/issues/4129
Ivan Grokhotkov [Tue, 8 Oct 2019 08:14:40 +0000 (16:14 +0800)]
Merge branch 'bugfix/restful_server_make_flash' into 'master'
examples/restful_server: fix Makefile syntax for flashing SPIFFS
Closes IDFGH-1841
See merge request espressif/esp-idf!6263
Roland Dobai [Fri, 4 Oct 2019 10:25:51 +0000 (12:25 +0200)]
Fix cmake typo
Roland Dobai [Fri, 4 Oct 2019 10:15:19 +0000 (12:15 +0200)]
tools: Fix idf.py menuconfig characters in MSYS2
Roland Dobai [Fri, 4 Oct 2019 10:14:05 +0000 (12:14 +0200)]
Cosmetic Kconfig fixes
weitianhua [Mon, 23 Sep 2019 05:15:27 +0000 (13:15 +0800)]
component/bt: Fix bugs in HFP feature
Angus Gratton [Tue, 8 Oct 2019 04:21:40 +0000 (12:21 +0800)]
Merge branch 'bugfix/freertos_xTaskNotifyGive' into 'master'
freertos: remove semicolon in xTaskNotifyGive
See merge request espressif/esp-idf!6208
Michael (XIAO Xufeng) [Tue, 3 Sep 2019 06:06:26 +0000 (14:06 +0800)]
spi: move deprecated functions into internal header
Resolves https://github.com/espressif/esp-idf/issues/4132
GOPTIONS\pfrost [Thu, 22 Aug 2019 16:44:09 +0000 (17:44 +0100)]
log: Add menuconfig option to log system time rather than RTOS time
Merges https://github.com/espressif/esp-idf/pull/3958
Ivan Grokhotkov [Mon, 7 Oct 2019 14:48:32 +0000 (16:48 +0200)]
esp_wifi: fix typo in comments (ESP_ERR_WIFI_NOT_STARTED)
Ivan Grokhotkov [Mon, 7 Oct 2019 14:46:25 +0000 (16:46 +0200)]
examples: gracefully shut down Wi-Fi before restart
This fixes the issue that if Wi-Fi is stopped from a shutdown handler,
the code in connect.c tries to reconnect, and fails because Wi-Fi is
already stopped.
Also make the error check in connect.c less strict.
David Cermak [Wed, 25 Sep 2019 13:30:01 +0000 (15:30 +0200)]
websocket_client: fix URI parsing to include also query part in websocket connection path
closes https://github.com/espressif/esp-idf/issues/4090