]> granicus.if.org Git - esp-idf/log
esp-idf
4 years agocomponent/bt: fix rxwinsz assert in ble and wifi coex
zhiweijian [Thu, 4 Jul 2019 13:17:51 +0000 (21:17 +0800)]
component/bt: fix rxwinsz assert in ble and wifi coex

4 years agoi2s: fix a bug when calculating i2s apll parameters
redchenjs [Tue, 18 Jun 2019 05:52:36 +0000 (13:52 +0800)]
i2s: fix a bug when calculating i2s apll parameters

Closes https://github.com/espressif/esp-idf/issues/2634
Closes https://github.com/espressif/esp-idf/issues/3380
Fixes https://github.com/espressif/esp-idf/issues/3407

4 years agomesh: bugfix
qiyuexia [Mon, 1 Jul 2019 11:38:06 +0000 (19:38 +0800)]
mesh: bugfix

1. resend eb which are pending in g_ic.tx_buf due to channel switch.
2. add lock for mgmg/xon/bcast to protect send from user flush.
3. softap: add check if secondary offset is correct when start softap.
4. softap: in inactive timer handler, add check if child bss is removed to avoid removing it again.
5. disable A-MPDU for non-root.
6. fix reusing a freed eb.
7. fix when node becomes root, it does not record assoc value to nvs.
8. discard unnecessary forwarded group packets.
9. fix toDS state is not updated in time.
10. fix s_sta_cnx_times is not cleared when deinit causes root sends ADD annoucement.
11. root: increase beacon timeout time from 6 seconds to 15 seconds to delay initiation of reconnection.
12. add esp_mesh_get_tsf_time to return TSF time.
13. send the whole routing table multi-times.
14. clear candidate settings if not receive candidate beacon within 8 seconds.

4 years agonvs_util: Set previous page state to FULL before creating new page
Shivani Tipnis [Sun, 23 Jun 2019 20:17:19 +0000 (01:47 +0530)]
nvs_util: Set previous page state to FULL before creating new page

4 years agoMerge branch 'bugfix/btdm_backport_2_bugs_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Tue, 2 Jul 2019 09:33:53 +0000 (17:33 +0800)]
Merge branch 'bugfix/btdm_backport_2_bugs_v3.2' into 'release/v3.2'

Bugfix/btdm backport 2 bugs v3.2

See merge request idf/esp-idf!5269

4 years agobugfix(flash): improve flash dio read timing
chenjianqiang [Mon, 20 May 2019 07:26:52 +0000 (15:26 +0800)]
bugfix(flash): improve flash dio read timing

When flash work in DIO Mode, in order to ensure the fast read mode of flash
is a fixed value, we merged the mode bits into address part, and the fast
read mode value is 0 (the default value).

4 years agoMerge branch 'bugfix/fix_wpa2_vulnerability_and_lwip_window_scale_v3.2' into 'release...
Jiang Jiang Jian [Tue, 2 Jul 2019 06:26:48 +0000 (14:26 +0800)]
Merge branch 'bugfix/fix_wpa2_vulnerability_and_lwip_window_scale_v3.2' into 'release/v3.2'

esp32/lfix wpa2-enterprise vulnerability and support lwindow scale (backport v3.2)

See merge request idf/esp-idf!5411

4 years agoMerge branch 'bugfix/pm_isr_exit_lock_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Tue, 2 Jul 2019 05:55:35 +0000 (13:55 +0800)]
Merge branch 'bugfix/pm_isr_exit_lock_v3.2' into 'release/v3.2'

pm: prevent interrupt nesting during esp_pm_impl_isr_hook (backport v3.2)

See merge request idf/esp-idf!4969

4 years agoMerge branch 'protocomm_ble_128bit_uuid_v3.2' into 'release/v3.2'
Mahavir Jain [Mon, 1 Jul 2019 11:22:28 +0000 (19:22 +0800)]
Merge branch 'protocomm_ble_128bit_uuid_v3.2' into 'release/v3.2'

protocomm_ble : Fix support for custom service UUIDs (backport v3.2)

See merge request idf/esp-idf!5018

4 years agoesp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale
liu zhifu [Mon, 1 Jul 2019 02:14:49 +0000 (10:14 +0800)]
esp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale

1. Fix WiFi wpa2-enterprise vulnerability bug
2. Support LWIP window scale

4 years agoMerge branch 'bugfix/fix_some_wifi_bugs_0508_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Mon, 1 Jul 2019 03:32:26 +0000 (11:32 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_0508_v3.2' into 'release/v3.2'

esp32: fix some WiFi bugs 0508 (backport v3.2)

See merge request idf/esp-idf!4962

4 years agoesp32: fix some WiFi bugs
liu zhifu [Fri, 26 Apr 2019 05:50:06 +0000 (13:50 +0800)]
esp32: fix some WiFi bugs

Fix following WiFi bugs:
1. Make smartconfig thread-safe
2. Fix WiFi stop/deinit memory leak
3. Refactor for WiFi init/deinit/ioctl etc
4. Fix the bug that WiFi stop leads to task watchdog

4 years agoMerge branch 'bugfix/xTaskIncrementTick_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 30 Jun 2019 10:01:45 +0000 (18:01 +0800)]
Merge branch 'bugfix/xTaskIncrementTick_v3.2' into 'release/v3.2'

freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1 (v3.2)

See merge request idf/esp-idf!5035

4 years agoprotocomm_ble : Example updated to use custom 128bit service UUID
Anurag Kar [Wed, 29 May 2019 08:12:40 +0000 (13:42 +0530)]
protocomm_ble : Example updated to use custom 128bit service UUID

Also removed old hardcoded UUIDs from README of esp_prov

4 years agoesp_prov : Runtime discovery of Service UUID and endpoint name mapping
Anurag Kar [Thu, 9 May 2019 21:36:56 +0000 (03:06 +0530)]
esp_prov : Runtime discovery of Service UUID and endpoint name mapping

List of changes:
* Retrieve UUID property from Bluez device object before connecting to retrieve UUID contained in advertisement
* Read Characteristic User Descriptions attribute of each UUID for mapping endpoint names
* To support older implementations with hardcoded Name-UUID map, revert to fallback mode in order if advertisement data has no UUID field

4 years agoprotocomm_ble : Fixed custom service UUID support
Anurag Kar [Thu, 9 May 2019 21:30:13 +0000 (03:00 +0530)]
protocomm_ble : Fixed custom service UUID support

List of changes:
* Use 128 bit characteristic UUIDs when creating GATT table entries
* Change primary service attribute value to 128 bit custom service UUID
* Use raw advertisement data to convey flags and 128 bit primary service UUID
* Use raw scan response to send device name as complete local name
* Increase maximum device name length in relation to maximum scan response length
* Set Characteristic User Description attributes for each characteristic to convey protocomm endpoint names

4 years agoMerge branch 'feature/backport_component_target_var' into 'release/v3.2'
Angus Gratton [Fri, 28 Jun 2019 07:35:43 +0000 (15:35 +0800)]
Merge branch 'feature/backport_component_target_var' into 'release/v3.2'

cmake: make COMPONENT_TARGET available (v3.2)

See merge request idf/esp-idf!5339

4 years agoMerge branch 'bugfix/mbedtls_mpi_exp_mod_v3.2' into 'release/v3.2'
Angus Gratton [Fri, 28 Jun 2019 00:31:41 +0000 (08:31 +0800)]
Merge branch 'bugfix/mbedtls_mpi_exp_mod_v3.2' into 'release/v3.2'

mbedtls: Fix mbedtls_mpi_exp_mod() set n and s values (v3.2)

See merge request idf/esp-idf!5355

4 years agoprotocomm_ble : Bugfix for unbound memcpy on prepare write buffer
Anurag Kar [Wed, 19 Jun 2019 08:09:55 +0000 (13:39 +0530)]
protocomm_ble : Bugfix for unbound memcpy on prepare write buffer

Closes https://github.com/espressif/esp-idf/issues/3633

4 years agoMerge branch 'feature/config_spi_pins_based_on_efuse_value_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Thu, 27 Jun 2019 11:22:34 +0000 (19:22 +0800)]
Merge branch 'feature/config_spi_pins_based_on_efuse_value_v3.2' into 'release/v3.2'

feat(psram): config SPI psram pins based on efuse value (backport v3.2)

See merge request idf/esp-idf!5237

4 years agoMerge branch 'bugfix/httpd_log_purge_v3.2' into 'release/v3.2'
Mahavir Jain [Thu, 27 Jun 2019 08:16:05 +0000 (16:16 +0800)]
Merge branch 'bugfix/httpd_log_purge_v3.2' into 'release/v3.2'

esp_http_server : Logging of purged data to monitor made configurable (backport v3.2)

See merge request idf/esp-idf!5016

4 years agoProtocomm : Minor fixes
Anurag Kar [Tue, 28 May 2019 09:11:49 +0000 (14:41 +0530)]
Protocomm : Minor fixes

List of changes:
* protocomm_httpd : Reset session_id static variable on start and stop
* security1 : Typo in checking failed dynamic allocation

4 years agoProvisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase
Anurag Kar [Mon, 10 Jun 2019 11:53:53 +0000 (17:23 +0530)]
Provisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase

4 years agoWi-Fi Provisioning : Bugfix in copying SSID and Passphrase
Anurag Kar [Mon, 10 Jun 2019 12:19:30 +0000 (17:49 +0530)]
Wi-Fi Provisioning : Bugfix in copying SSID and Passphrase

These changes guarantee that the SSID and Passphrase received via protocomm are NULL terminated and size limited to their standard lengths.

List of changes:
* Corrected length of passphrase field in wifi_prov_config_set_data_t structure
* Performing length checks on SSID, passphrase and bssid, when populating wifi_prov_config_set_data_t structure with received credentials

4 years agoMerge branch 'bugfix/btdm_fix_hci_enhance_conn_complete_evt_unpack_error_v3.2' into...
Jiang Jiang Jian [Thu, 27 Jun 2019 06:28:49 +0000 (14:28 +0800)]
Merge branch 'bugfix/btdm_fix_hci_enhance_conn_complete_evt_unpack_error_v3.2' into 'release/v3.2'

component/bt: fix unpack hci enhance connection complete event error(backport v3.2)

See merge request idf/esp-idf!5282

4 years agombedtls: Add UTs for modexp
Konstantin Kondrashov [Thu, 13 Jun 2019 14:09:50 +0000 (22:09 +0800)]
mbedtls: Add UTs for modexp

4 years agombedtls: Fix Z->s in mbedtls_mpi_exp_mod()
Konstantin Kondrashov [Wed, 12 Jun 2019 11:00:44 +0000 (19:00 +0800)]
mbedtls: Fix Z->s in mbedtls_mpi_exp_mod()

Z->s should never be zero, only 1 or -1.
Added additional checks for X, Y and M args to correctly set Z->s.

Closes: https://github.com/espressif/esp-idf/issues/1681
Closes: https://github.com/espressif/esp-idf/issues/3603
Closes: IDFGH-1313
4 years agoMerge branch 'feature/add_nimble_ssc_backport_for_3.2' into 'release/v3.2'
He Yin Ling [Tue, 25 Jun 2019 15:18:47 +0000 (23:18 +0800)]
Merge branch 'feature/add_nimble_ssc_backport_for_3.2' into 'release/v3.2'

test: modified test case for bluedroid (backport v3.2)

See merge request idf/esp-idf!5213

4 years agotest: modified test case for bluedroid (backport v3.2)
Chen Sheng [Tue, 25 Jun 2019 15:18:47 +0000 (23:18 +0800)]
test: modified test case for bluedroid (backport v3.2)

4 years agocmake: make COMPONENT_TARGET available in components
Renz Christian Bagaporo [Tue, 25 Jun 2019 03:00:30 +0000 (11:00 +0800)]
cmake: make COMPONENT_TARGET available in components

4 years agocomponent/bt: fix unpack hci enhance connection complete event error
zhiweijian [Fri, 26 Apr 2019 07:53:03 +0000 (15:53 +0800)]
component/bt: fix unpack hci enhance connection complete event error

4 years agoMerge branch 'bugfix/docs_rtd_failure_on_missing_submodule_v3_2_bis' into 'release... v3.2.2
Angus Gratton [Mon, 24 Jun 2019 01:12:59 +0000 (09:12 +0800)]
Merge branch 'bugfix/docs_rtd_failure_on_missing_submodule_v3_2_bis' into 'release/v3.2'

docs: Add mqtt submodule to RTD build configuration to correct file and delete...

See merge request idf/esp-idf!5310

4 years agoMerge branch 'bugfix/spi_concurrency_3.2' into 'release/v3.2'
Angus Gratton [Fri, 21 Jun 2019 05:22:22 +0000 (13:22 +0800)]
Merge branch 'bugfix/spi_concurrency_3.2' into 'release/v3.2'

spi: fix a possible concurrency issue (port to v3.2)

See merge request idf/esp-idf!5278

4 years agodocs: Add mqtt submodule to RTD build configuration to correct file and delete simila...
Krzysztof [Fri, 21 Jun 2019 03:04:19 +0000 (11:04 +0800)]
docs: Add mqtt submodule to RTD build configuration to correct file and delete similar file with typo in filename

4 years agoMerge branch 'test/fix_some_error_wifi_cases_v3.2' into 'release/v3.2'
He Yin Ling [Thu, 20 Jun 2019 14:10:44 +0000 (22:10 +0800)]
Merge branch 'test/fix_some_error_wifi_cases_v3.2' into 'release/v3.2'

test: fix some wifi case issues (backport v3.2)

See merge request idf/esp-idf!5254

4 years agoMerge branch 'bugfix/docs_rtd_failure_on_missing_submodule_v3_2' into 'release/v3.2'
Angus Gratton [Thu, 20 Jun 2019 00:07:51 +0000 (08:07 +0800)]
Merge branch 'bugfix/docs_rtd_failure_on_missing_submodule_v3_2' into 'release/v3.2'

docs: Add mqtt submodule to RTD build configuration. Now any submodule...

See merge request idf/esp-idf!5286

4 years agodocs: Add mqtt submodule to RTD build configuration. Now any submodule included in...
Krzysztof [Wed, 19 Jun 2019 08:05:03 +0000 (16:05 +0800)]
docs: Add mqtt submodule to RTD build configuration. Now any submodule included in documentation build by Doxygen should be included in this file

4 years agospi: fix a possible concurrency issue
Michael (XIAO Xufeng) [Fri, 31 May 2019 07:23:10 +0000 (15:23 +0800)]
spi: fix a possible concurrency issue

4 years agocomponent/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller
baohongde [Tue, 4 Jun 2019 08:31:21 +0000 (16:31 +0800)]
component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller

4 years agoadd missing source files to CMakeLists for HFP
baohongde [Mon, 10 Jun 2019 11:14:06 +0000 (19:14 +0800)]
add missing source files to CMakeLists for HFP

4 years agocomponent/bt: fix some performance issues in A2DP source data flow control
wangmengyang [Sun, 5 May 2019 03:42:27 +0000 (11:42 +0800)]
component/bt: fix some performance issues in A2DP source data flow control

1. modify the limit of frames to send to avoid dropping packet on A2DP source due to TX data queue overflow
2. reduce the A2DP source data queue size in order to achieve faster control respnonse

4 years agotest: fix some wifi case issues:
He Yin Ling [Thu, 13 Jun 2019 03:14:39 +0000 (11:14 +0800)]
test: fix some wifi case issues:

* remove heap size check cases as we have bg tasks allocate memory
* fix wifi connect to open ap issue

4 years agoMerge branch 'bugfix/dns_bug_3.2' into 'release/v3.2' v3.2.1
Jiang Jiang Jian [Fri, 14 Jun 2019 03:34:50 +0000 (11:34 +0800)]
Merge branch 'bugfix/dns_bug_3.2' into 'release/v3.2'

DNS: fix the crash  under static IP address(backport3.2)

See merge request idf/esp-idf!5238

4 years agobugfix(psram): make sure the psram_io struct is initialized and make unknown psram...
chenjianqiang [Thu, 13 Jun 2019 08:24:45 +0000 (16:24 +0800)]
bugfix(psram): make sure the psram_io struct is initialized and make unknown psram package version more obvious

4 years agoMerge branch 'bugfix/btdm_coex_assert_in_lc_lmppdu_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Thu, 13 Jun 2019 14:36:58 +0000 (22:36 +0800)]
Merge branch 'bugfix/btdm_coex_assert_in_lc_lmppdu_v3.2' into 'release/v3.2'

components/bt: Fix assert due to alloc LMP TX buffer failed

See merge request idf/esp-idf!5215

4 years agolwip:fix dns bug for 3.2
xueyunfei [Thu, 13 Jun 2019 08:47:50 +0000 (16:47 +0800)]
lwip:fix dns bug for 3.2

4 years agofeat(psram): config SPI psram pins based on efuse value
chenjianqiang [Tue, 7 May 2019 08:36:37 +0000 (16:36 +0800)]
feat(psram): config SPI psram pins based on efuse value

5 years agocomponents/bt: Fix assert due to alloc LMP TX buffer failed
baohongde [Wed, 12 Jun 2019 11:25:59 +0000 (19:25 +0800)]
components/bt: Fix assert due to alloc LMP TX buffer failed

5 years agoMerge branch 'bugfix/custom_bootloader_subproject_build_v3.2' into 'release/v3.2'
Angus Gratton [Tue, 11 Jun 2019 00:26:08 +0000 (08:26 +0800)]
Merge branch 'bugfix/custom_bootloader_subproject_build_v3.2' into 'release/v3.2'

CMake: Fix custom bootloader does not override original (v3.2)

See merge request idf/esp-idf!5082

5 years agoMerge branch 'fix/mfg_util_3.2' into 'release/v3.2'
Angus Gratton [Mon, 10 Jun 2019 14:56:27 +0000 (22:56 +0800)]
Merge branch 'fix/mfg_util_3.2' into 'release/v3.2'

mfg_util: Fix unnecessary csv files creation for values with REPEAT tags (backport 3.2)

See merge request idf/esp-idf!5046

5 years agoMerge branch 'bugfix/https_doc_api_v3.2' into 'release/v3.2'
Mahavir Jain [Mon, 10 Jun 2019 03:49:57 +0000 (11:49 +0800)]
Merge branch 'bugfix/https_doc_api_v3.2' into 'release/v3.2'

esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation (backport v3.2)

See merge request idf/esp-idf!5014

5 years agofreertos/test: Add unit tests for xTaskIncrementTick
Konstantin Kondrashov [Thu, 25 Apr 2019 05:04:31 +0000 (13:04 +0800)]
freertos/test: Add unit tests for xTaskIncrementTick

5 years agofreertos: Fix xTaskIncrementTick for unwind the Tick for CPU1
Konstantin Kondrashov [Thu, 25 Apr 2019 05:03:01 +0000 (13:03 +0800)]
freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1

xTaskIncrementTick have to unwind uxPendedTicks on CPU1 and CPU0.

Use case: If an erase operation was run on the CPU1 then it leads
to starving other tasks which waiting time. Waited tasks just skipped.

Closes: https://github.com/espressif/esp-idf/issues/1952
Closes: IDF-183
5 years agoMerge branch 'bugfix/reset_log_uart_port_v3.2' into 'release/v3.2'
Angus Gratton [Thu, 6 Jun 2019 08:19:22 +0000 (16:19 +0800)]
Merge branch 'bugfix/reset_log_uart_port_v3.2' into 'release/v3.2'

esp32: Add reset CONSOLE_UART port (v3.2)

See merge request idf/esp-idf!5121

5 years agoci: check that custom bootloader overrides original
Renz Christian Bagaporo [Wed, 15 May 2019 06:49:51 +0000 (14:49 +0800)]
ci: check that custom bootloader overrides original

5 years agocmake: fix custom bootloader issue
Renz Christian Bagaporo [Wed, 15 May 2019 03:40:57 +0000 (11:40 +0800)]
cmake: fix custom bootloader issue

Issue is that when users creates a custom bootloader from
$IDF_PATH/components/bootloader. Parent project build uses the copy but
bootloader subproject build uses the original still. The issue is solved
by passing the custom bootloader as extra component directory so
bootloader build knows to use the new copy (itself) in the build.

5 years agoesp32: Add reset uart
Konstantin Kondrashov [Fri, 17 May 2019 04:33:45 +0000 (12:33 +0800)]
esp32: Add reset uart

Fixed the case when the first part of log was missed
this was happened when:
 * CONFIG_CONSOLE_UART_CUSTOM option is selected (UART1)
 * The selected CONSOLE_UART port is used also for the console component
 * in code esp_restart() or abort() functions were called.

5 years agoesp_http_server : Logging of purged data to monitor made configurable
Anurag Kar [Mon, 6 May 2019 07:36:40 +0000 (13:06 +0530)]
esp_http_server : Logging of purged data to monitor made configurable

List of changes:
* Kconfig option HTTPD_LOG_PURGE_DATA enables logging of purged data
* Kconfig option HTTPD_PURGE_BUF_LEN sets purge buffer length
* Purged data is logged in hex

Closes https://github.com/espressif/esp-idf/issues/3359

5 years agoesp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation
Anurag Kar [Mon, 6 May 2019 09:02:24 +0000 (14:32 +0530)]
esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation

Closes https://github.com/espressif/esp-idf/issues/3374

5 years agoMerge branch 'bugfix/custom_log_uart_rx_pin_v3.2' into 'release/v3.2'
Angus Gratton [Mon, 3 Jun 2019 06:23:55 +0000 (14:23 +0800)]
Merge branch 'bugfix/custom_log_uart_rx_pin_v3.2' into 'release/v3.2'

bootloader_support: Fix UART RXD pin for console output (CUSTOM option) (v3.2)

See merge request idf/esp-idf!5032

5 years agomfg_util: Fix unnecessary csv files creation for values with REPEAT tags
Shivani Tipnis [Wed, 22 May 2019 05:47:56 +0000 (11:17 +0530)]
mfg_util: Fix unnecessary csv files creation for values with REPEAT tags

(cherry picked from commit 8b96668c9123fbbf8c78b347479215f471b102ed)

5 years agosoc: Add some headers into gpio_periph.h
Konstantin Kondrashov [Wed, 29 May 2019 05:37:22 +0000 (13:37 +0800)]
soc: Add some headers into gpio_periph.h

5 years agotcp_transport: modified ws_read to read payload directly to the read buffer and separ...
David Cermak [Tue, 30 Apr 2019 09:41:39 +0000 (11:41 +0200)]
tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes

Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer

cherry-picked from db121a56e13b4b93b6bcc9217f7890bc4783cabd

5 years agoMerge branch 'bugfix/fix_smartconfig_bug' into 'release/v3.2'
Jiang Jiang Jian [Tue, 28 May 2019 02:54:51 +0000 (10:54 +0800)]
Merge branch 'bugfix/fix_smartconfig_bug' into 'release/v3.2'

esp32: fix a smartconfig bug (backport v3.2)

See merge request idf/esp-idf!5055

5 years agoMerge branch 'bugfix/docs_build_failure_on_rtd_v3_2' into 'release/v3.2'
Angus Gratton [Mon, 27 May 2019 05:58:33 +0000 (13:58 +0800)]
Merge branch 'bugfix/docs_build_failure_on_rtd_v3_2' into 'release/v3.2'

Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide...

See merge request idf/esp-idf!5061

5 years agoMerge branch 'feature/esp_http_client_mutual_auth_backport_v3.2' into 'release/v3.2'
Angus Gratton [Mon, 27 May 2019 05:16:47 +0000 (13:16 +0800)]
Merge branch 'feature/esp_http_client_mutual_auth_backport_v3.2' into 'release/v3.2'

esp_http_client: Add support for mutual authentication (backport v3.2)

See merge request idf/esp-idf!5026

5 years agoFix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD...
Krzysztof [Thu, 23 May 2019 11:57:43 +0000 (19:57 +0800)]
Fix Breathe version to avoid docs build failure on ReadTheDocs server. Provide RTD project configuration file to be able to select python version for specific esp-idf release. (backport v3.2)

5 years agoMerge branch 'feature/add_promiscuous_control_for_ethernet_v3.2' into 'release/v3.2'
Angus Gratton [Thu, 23 May 2019 06:23:48 +0000 (14:23 +0800)]
Merge branch 'feature/add_promiscuous_control_for_ethernet_v3.2' into 'release/v3.2'

add promiscuous mode control for Ethernet (v3.2)

See merge request idf/esp-idf!4976

5 years agoesp32: fix a smartconfig bug
liu zhifu [Wed, 22 May 2019 13:47:02 +0000 (21:47 +0800)]
esp32: fix a smartconfig bug

Fix a smartconfig bug which leads to deadlock between WiFi task and timer task.

5 years agoMerge branch 'bugfix/fix_softap_crash_when_sta_reset_3.2' into 'release/v3.2'
Jiang Jiang Jian [Wed, 22 May 2019 13:02:15 +0000 (21:02 +0800)]
Merge branch 'bugfix/fix_softap_crash_when_sta_reset_3.2' into 'release/v3.2'

wifi: fix softap crash when sta reset (backport v3.2)

See merge request idf/esp-idf!5001

5 years ago wifi: fix softap crash when sta (backport v3.2)
xiehang [Wed, 15 May 2019 07:56:53 +0000 (15:56 +0800)]
 wifi: fix softap crash when sta (backport v3.2)

5 years agobootloader_support: Fix UART RXD pin for console output (CUSTOM option)
Konstantin Kondrashov [Thu, 16 May 2019 10:46:00 +0000 (18:46 +0800)]
bootloader_support: Fix UART RXD pin for console output (CUSTOM option)

The RXD pin is assigned as input (fix for custom uart option).

Closes: https://github.com/espressif/esp-idf/issues/2843
Closes: IDFGH-505
5 years agoesp_http_client: Add support for mutual authentication
Anders Kalør [Sat, 10 Nov 2018 22:51:05 +0000 (23:51 +0100)]
esp_http_client: Add support for mutual authentication

Closes https://github.com/espressif/esp-idf/pull/2688
Closes https://github.com/espressif/esp-idf/issues/3438

5 years agoVFS: Allocate socket select semaphore outside ISR
Roland Dobai [Mon, 1 Apr 2019 10:50:54 +0000 (12:50 +0200)]
VFS: Allocate socket select semaphore outside ISR

5 years agoMerge branch 'bugfix/http_server_lf_term_hdr_backport_v3d2' into 'release/v3.2'
Angus Gratton [Mon, 13 May 2019 12:29:03 +0000 (20:29 +0800)]
Merge branch 'bugfix/http_server_lf_term_hdr_backport_v3d2' into 'release/v3.2'

HTTP Server : Fix for tolerating LF terminated headers (backport v3.2)

See merge request idf/esp-idf!4657

5 years agoadd promiscuous mode control in emac driver
suda-morris [Tue, 7 May 2019 10:30:10 +0000 (18:30 +0800)]
add promiscuous mode control in emac driver

1. add promiscuous mode control in emac driver
2. fix minor bugs in IP101 driver

5 years agopm: prevent interrupt nesting during esp_pm_impl_isr_hook
Ivan Grokhotkov [Tue, 9 Apr 2019 05:25:24 +0000 (13:25 +0800)]
pm: prevent interrupt nesting during esp_pm_impl_isr_hook

Follows the approach proposed in https://github.com/espressif/esp-idf/pull/3110,
but masks the interrupts during the entire ISR hook, not only during
leave_idle. Interrupt nesting during update_ccompare may also cause
issues.

Closes https://github.com/espressif/esp-idf/issues/3057

5 years agoMerge branch 'bugfix/core_dump_flash_write_addr_check_v3.2' into 'release/v3.2'
Ivan Grokhotkov [Thu, 9 May 2019 11:45:48 +0000 (19:45 +0800)]
Merge branch 'bugfix/core_dump_flash_write_addr_check_v3.2' into 'release/v3.2'

Backport v3.2: Fixes freezing core dump with enabled flash write address checks

See merge request idf/esp-idf!4961

5 years agoesp32: Fixes freezing core dump process when flash write address checks are enabled
Alexey Gerenkov [Mon, 12 Nov 2018 21:26:07 +0000 (00:26 +0300)]
esp32: Fixes freezing core dump process when flash write address checks are enabled

5 years agoMerge branch 'bugfix/nvs_fix_erase_any_v3.2' into 'release/v3.2'
Angus Gratton [Wed, 8 May 2019 01:37:13 +0000 (09:37 +0800)]
Merge branch 'bugfix/nvs_fix_erase_any_v3.2' into 'release/v3.2'

nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly (v3.2)

See merge request idf/esp-idf!4817

5 years agoMerge branch 'bugfix/backport_some_wifi_bugs_to_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Tue, 7 May 2019 14:42:15 +0000 (22:42 +0800)]
Merge branch 'bugfix/backport_some_wifi_bugs_to_v3.2' into 'release/v3.2'

esp32: backport some WiFi fixes to v3.2 (backport v3.2)

See merge request idf/esp-idf!4937

5 years agonvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly
negativekelvin [Wed, 27 Mar 2019 14:44:56 +0000 (20:14 +0530)]
nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly

Earlier eraseItem function in Storage class would do lazy cleanup of
multi-page blobs if called using type "ANY" instead of "BLOB". It used to
just delete BLOB data and index would remain as is. Any subsequent read
would delete index entry as well. This however would return a valid
length without error if nvs_get_blob API was just used for finding
length and not reading the complete blob. This change fixes this issue.

Closes https://github.com/espressif/esp-idf/issues/3255

5 years agoesp32: backport some WiFi fixes to v3.2
liu zhifu [Mon, 29 Apr 2019 12:13:31 +0000 (20:13 +0800)]
esp32: backport some WiFi fixes to v3.2

Backport following WiFi fixes to v3.2:
1. Add support for STA HT2040 coexist management
2. Add support for WPA2 improvements
3. Disallow HT rate when unicast/mcast cipher is TKIP/WEP
4. Add support for signal test
5. Fix the bug that WPS fails when AP is encrypted

5 years agoidf.py: Detect symlinks on Windows during fullclean
Roland Dobai [Tue, 30 Apr 2019 07:45:25 +0000 (09:45 +0200)]
idf.py: Detect symlinks on Windows during fullclean

Closes https://github.com/espressif/esp-idf/issues/3377

5 years agoMerge branch 'bugfix/scan_fail_when_no_ap_found_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Mon, 6 May 2019 03:39:31 +0000 (11:39 +0800)]
Merge branch 'bugfix/scan_fail_when_no_ap_found_v3.2' into 'release/v3.2'

fix the bug when scan fail after STA failed to connect to a nonexistent AP (backport v3.2)

See merge request idf/esp-idf!4913

5 years agofix the bug when scan fail after STA failed to connect to a nonexistent AP
zhangyanjiao [Sun, 5 May 2019 03:53:33 +0000 (11:53 +0800)]
fix the bug when scan fail after STA failed to connect to a nonexistent AP

5 years agoHTTP Server : Fix for tolerating LF terminated headers
Anurag Kar [Fri, 15 Mar 2019 21:20:13 +0000 (02:50 +0530)]
HTTP Server : Fix for tolerating LF terminated headers

List of changes:
* When parsing requests, count termination from LF characters only
* Correct memcpy() length parameter in httpd_unrecv() (pointed out by jimparis in GitHub issue thread)
* Use ssize_t to store results of length subtractions during parsing
* Modify some comments to reduce ambiguity

Closes https://github.com/espressif/esp-idf/issues/3182

5 years agoMerge branch 'bugfix/erase_with_vtaskdelay_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 14:14:41 +0000 (22:14 +0800)]
Merge branch 'bugfix/erase_with_vtaskdelay_v3.2' into 'release/v3.2'

spi_flash: Add vTaskDelay while a long erasing (v3.2)

See merge request idf/esp-idf!4875

5 years agoMerge branch 'bugfix/ci_submodule_paths_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 14:13:29 +0000 (22:13 +0800)]
Merge branch 'bugfix/ci_submodule_paths_v3.2' into 'release/v3.2'

CI - Fix the parsing of submodule paths (backport v3.2)

See merge request idf/esp-idf!4575

5 years agoMerge branch 'feature/himem_readme_backport_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 14:13:16 +0000 (22:13 +0800)]
Merge branch 'feature/himem_readme_backport_v3.2' into 'release/v3.2'

Proper README.md for himem example (backport v3.2)

See merge request idf/esp-idf!4304

5 years agoMerge branch 'bugfix/fix_iperf_exit_error_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 04:00:48 +0000 (12:00 +0800)]
Merge branch 'bugfix/fix_iperf_exit_error_v3.2' into 'release/v3.2'

examples: fix iperf exit error

See merge request idf/esp-idf!4842

5 years agoMerge branch 'bugfix/httpd_accept_conn_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 03:47:14 +0000 (11:47 +0800)]
Merge branch 'bugfix/httpd_accept_conn_v3.2' into 'release/v3.2'

esp_http_server : Only accept new connections if server has capacity to handle more (backport v3.2)

See merge request idf/esp-idf!4722

5 years agoci: Fix the parsing of submodule paths
Anton Maklakov [Wed, 6 Mar 2019 11:37:34 +0000 (19:37 +0800)]
ci: Fix the parsing of submodule paths

5 years agospi_flash: Add vTaskDelay while a long erasing
Konstantin Kondrashov [Wed, 17 Apr 2019 01:18:11 +0000 (09:18 +0800)]
spi_flash: Add vTaskDelay while a long erasing

Added Kconfig options to enable yield operation during flash erase.
By default disable.

Closes: https://github.com/espressif/esp-idf/issues/2083
Closes: IDFGH-261
5 years agoMerge branch 'bugfix/adjtime_ut_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:36:55 +0000 (10:36 +0800)]
Merge branch 'bugfix/adjtime_ut_v3.2' into 'release/v3.2'

newlib: Fix adjtime (v3.2)

See merge request idf/esp-idf!4871

5 years agoMerge branch 'backport/bugfix_url_redirect_v32' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:36:09 +0000 (10:36 +0800)]
Merge branch 'backport/bugfix_url_redirect_v32' into 'release/v3.2'

Fix url redirection issue. (backport v3.2)

See merge request idf/esp-idf!4852

5 years agoMerge branch 'bugfix/improve_spi_timing_for_psram_and_flash_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:35:41 +0000 (10:35 +0800)]
Merge branch 'bugfix/improve_spi_timing_for_psram_and_flash_v3.2' into 'release/v3.2'

bugfix(psram): improve spi cs timing settings for psram (backport v3.2)

See merge request idf/esp-idf!4846

5 years agoProper README.md for himem example
Jeroen Domburg [Wed, 31 Oct 2018 10:56:21 +0000 (18:56 +0800)]
Proper README.md for himem example

5 years agoMerge branch 'bugfix/doc_ubuntu_packages_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:27:19 +0000 (10:27 +0800)]
Merge branch 'bugfix/doc_ubuntu_packages_v3.2' into 'release/v3.2'

docs: Update package dependencies (backport v3.2)

See merge request idf/esp-idf!4458

5 years agoMerge branch 'test/detect_exception_in_idf_dut_v3.2' into 'release/v3.2'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:26:48 +0000 (10:26 +0800)]
Merge branch 'test/detect_exception_in_idf_dut_v3.2' into 'release/v3.2'

tiny-test-fw: support detect exception in IDFDUT (backport v3.2)

See merge request idf/esp-idf!4543