]>
granicus.if.org Git - esp-idf/log
Jiang Jiang Jian [Thu, 25 Jul 2019 10:04:39 +0000 (18:04 +0800)]
Merge branch 'bugfix/sec_boot_ota_fail_v32' into 'release/v3.2'
Bugfix: ota fails with secure boot on for image size greater than 3.2MB (backport v3.2)
See merge request espressif/esp-idf!5580
Jiang Jiang Jian [Thu, 25 Jul 2019 04:18:19 +0000 (12:18 +0800)]
Merge branch 'bugfix/supplicant_security_fixes_v3.2' into 'release/v3.2'
wpa_supplicant: Fix sprintf security bugs. (v3.2)
See merge request espressif/esp-idf!5465
Jiang Jiang Jian [Tue, 23 Jul 2019 13:17:09 +0000 (21:17 +0800)]
Merge branch 'bugfix/backport_some_wifi_bugs_201907_v3.2' into 'release/v3.2'
Backport some wifi bugs 201907 v3.2 (backport v3.2)
See merge request espressif/esp-idf!5525
liu zhifu [Mon, 22 Jul 2019 02:32:30 +0000 (10:32 +0800)]
ci: add a UT_T1_1 job
chenyudong [Tue, 9 Jul 2019 07:55:05 +0000 (15:55 +0800)]
test: move wifi library check to esp32-wifi-lib ci
xiehang [Mon, 8 Jul 2019 03:26:18 +0000 (11:26 +0800)]
WiFi: Modify the wifi_country struct in VNC to keep it consistent with IDF.
1. Modfy wifi_country struct
2. Add md5 check esp_wifi_types.h
3. Add md5 check esp_wifi.h
liu zhifu [Sun, 21 Jul 2019 02:26:17 +0000 (10:26 +0800)]
mesh: fix the bug that esp_mesh_stop doesn't return
xiehang [Wed, 12 Jun 2019 06:40:29 +0000 (14:40 +0800)]
wps: add overlap event
liu zhifu [Sun, 21 Jul 2019 02:20:25 +0000 (10:20 +0800)]
esp32: fix wifi stop bug
Fix the bug that WiFi stop causes esp_wifi_internal_reg_rxcb() fails.
liu zhifu [Sun, 21 Jul 2019 02:15:19 +0000 (10:15 +0800)]
esp32: fix WPS/WPA2-Enterprise memory leak
Fix WPS and WPA2-Enterprise memory leak bug.
liu zhifu [Sun, 21 Jul 2019 01:59:37 +0000 (09:59 +0800)]
esp32: fix smartconfig crash when no AP is found
Fix the bug that smartconfig crashes when no AP is found during smartconfig scan.
Jiang Jiang Jian [Fri, 19 Jul 2019 10:08:56 +0000 (18:08 +0800)]
Merge branch 'bugfix/fix_the_watchdog_during_WiFi_scan_BLE_scan_v3.2' into 'release/v3.2'
fix the watchdog bug during WiFi scan and BLE scan (v3.2)
See merge request espressif/esp-idf!5541
Vikram Dattu [Wed, 19 Jun 2019 11:53:44 +0000 (17:23 +0530)]
Add mmu pages available check in non-secure image hash check path.
Made MMU pages available check in `esp_image_format.c`
This now makes it possible to map and process bootoader image as well in chunks when image doesn't fit completely into available free pages.
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
Vikram Dattu [Tue, 18 Jun 2019 08:34:32 +0000 (14:04 +0530)]
Changed log level for spi_master
There are lot of prints of `Allocate TX buffer for DMA`
Changed these from `ESP_LOGI` to `ESP_LOGD`
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
Vikram Dattu [Sat, 15 Jun 2019 09:43:51 +0000 (15:13 +0530)]
Bugfix: ota fails with secure boot on for image size greater than 3.2MB
When an OTA image size is larger than 50 MMU pages (approx. 3.2 MB), secure_boot_generate fails while trying to map it into memory:
https://github.com/espressif/esp-idf/blob/master/components/bootloader_support/src/esp32/secure_boot.c#L72
Instead of trying to map the whole image, secure boot code should split the image into chunks and map them one by one, like it is done in esp_image_format.c:
https://github.com/espressif/esp-idf/blob/master/components/bootloader_support/src/esp_image_format.c#L371
Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
Jiang Jiang Jian [Tue, 16 Jul 2019 10:41:45 +0000 (18:41 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_26MHz_mode_v3.2' into 'release/v3.2'
bugfix(flash): fix flash read error in DIO/26MHz mode (backport v3.2)
See merge request espressif/esp-idf!5507
zhangyanjiao [Tue, 16 Jul 2019 06:29:29 +0000 (14:29 +0800)]
fix the watchdog bug during WiFi scan and BLE scan
Angus Gratton [Fri, 12 Jul 2019 07:01:40 +0000 (15:01 +0800)]
Merge branch 'bugfix/error_on_unknown_component_v3.2' into 'release/v3.2'
cmake: error out when component is not found (backport v3.2)
See merge request espressif/esp-idf!5488
Mahavir Jain [Fri, 12 Jul 2019 03:36:01 +0000 (11:36 +0800)]
Merge branch 'bugfix/i2s_apll_clock_fix_v3.2' into 'release/v3.2'
driver/i2s: fix apll_clock_rate for different sample rates (v3.2)
See merge request espressif/esp-idf!5449
chenjianqiang [Thu, 27 Jun 2019 12:19:26 +0000 (20:19 +0800)]
bugfix(flash): fix flash read error in DIO/26MHz mode
Angus Gratton [Thu, 11 Jul 2019 06:56:32 +0000 (14:56 +0800)]
Merge branch 'bugfix/fix_uart_wait_done_bug_v3.2' into 'release/v3.2'
bugfix(UART): fixed two UART issues for release/v3.2
See merge request espressif/esp-idf!5480
Jiang Jiang Jian [Wed, 10 Jul 2019 07:40:23 +0000 (15:40 +0800)]
Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth_v3.2' into 'release/v3.2'
wifi: fix the bug no disconnect event when STA recv disassoc after sending auth (backport v3.2)
See merge request espressif/esp-idf!5099
Renz Christian Bagaporo [Wed, 10 Jul 2019 03:56:47 +0000 (11:56 +0800)]
cmake: error out when component is not found
Closes https://github.com/espressif/esp-idf/issues/3637
Jiang Jiang Jian [Tue, 9 Jul 2019 07:17:22 +0000 (15:17 +0800)]
Merge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.2' into 'release/v3.2'
components/bt: Fix iphone can't get song's informations
See merge request espressif/esp-idf!5473
kooho [Wed, 12 Jun 2019 08:20:19 +0000 (16:20 +0800)]
bugfix(UART): fixed two UART issues:
1. uart_wait_tx_done works incorrect when sending a byte of data.
2. uart_set_rx_timeout sets an incorrect rx timeout value when ref_tick is enabled.
baohongde [Mon, 8 Jul 2019 11:40:22 +0000 (19:40 +0800)]
components/bt: Fix iphone can't get song's informations
Angus Gratton [Mon, 8 Jul 2019 06:05:40 +0000 (14:05 +0800)]
Merge branch 'fix/update_curr_page_state_3.2' into 'release/v3.2'
nvs_util: Set previous page state to FULL before creating new page (v3.2)
See merge request espressif/esp-idf!5326
Sagar Bijwe [Wed, 19 Jun 2019 14:03:34 +0000 (19:33 +0530)]
wpa_supplicant: Fix sprintf security bugs.
Revert back to using os_snprintf instead of sprintf.
Closes WIFI-624
Angus Gratton [Mon, 8 Jul 2019 04:59:55 +0000 (12:59 +0800)]
Merge branch 'fix/nvs_util_keylen_3.2' into 'release/v3.2'
nvs_util: Add check for keylen in input csv (v3.2)
See merge request espressif/esp-idf!5396
zhangyanjiao [Mon, 8 Jul 2019 03:42:36 +0000 (11:42 +0800)]
wifi bugfix:
1. fix the bug no disconnect event when STA recv disassoc after sending auth
2. fix the bug full scan send multi events when recv deauth/disassoc
Jiang Jiang Jian [Fri, 5 Jul 2019 14:43:16 +0000 (22:43 +0800)]
Merge branch 'mesh/bugfix_0628' into 'release/v3.2'
mesh: bugfix (backport3.2)
See merge request espressif/esp-idf!5402
Mahavir Jain [Fri, 5 Jul 2019 12:56:35 +0000 (20:56 +0800)]
Merge branch 'bugfix/prov_examples_strlcpy_backport_v3.2' into 'release/v3.2'
Various bugfixes in Protocomm / Unified Provisioning (backport v3.2)
See merge request espressif/esp-idf!5372
Jiang Jiang Jian [Fri, 5 Jul 2019 12:42:06 +0000 (20:42 +0800)]
Merge branch 'bugfix/improve_flash_dio_read_timing_v3.2' into 'release/v3.2'
bugfix(flash): fix flash dio read mode configuration error on SPI0 (backport v3.2)
See merge request espressif/esp-idf!5288
Jiang Jiang Jian [Fri, 5 Jul 2019 12:27:52 +0000 (20:27 +0800)]
Merge branch 'bugfix/btdm_fix_rxwinsz_assert_in_wifi_ble_coex_v3.2' into 'release/v3.2'
component/bt: fix rxwinsz assert in ble and wifi coex(backport v3.2)
See merge request espressif/esp-idf!5450
Shivani Tipnis [Fri, 28 Jun 2019 06:33:53 +0000 (12:03 +0530)]
nvs_util: Add check for keylen in input csv
zhiweijian [Thu, 4 Jul 2019 13:17:51 +0000 (21:17 +0800)]
component/bt: fix rxwinsz assert in ble and wifi coex
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
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.
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
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
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).
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Anurag Kar [Mon, 10 Jun 2019 11:53:53 +0000 (17:23 +0530)]
Provisioning Examples : Bugfix in copying Wi-Fi 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
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
Konstantin Kondrashov [Thu, 13 Jun 2019 14:09:50 +0000 (22:09 +0800)]
mbedtls: Add UTs for modexp
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
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
Chen Sheng [Tue, 25 Jun 2019 15:18:47 +0000 (23:18 +0800)]
test: modified test case for bluedroid (backport v3.2)
Renz Christian Bagaporo [Tue, 25 Jun 2019 03:00:30 +0000 (11:00 +0800)]
cmake: make COMPONENT_TARGET available in components
zhiweijian [Fri, 26 Apr 2019 07:53:03 +0000 (15:53 +0800)]
component/bt: fix unpack hci enhance connection complete event error
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
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
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
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
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
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
Michael (XIAO Xufeng) [Fri, 31 May 2019 07:23:10 +0000 (15:23 +0800)]
spi: fix a possible concurrency issue
baohongde [Tue, 4 Jun 2019 08:31:21 +0000 (16:31 +0800)]
component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller
baohongde [Mon, 10 Jun 2019 11:14:06 +0000 (19:14 +0800)]
add missing source files to CMakeLists for HFP
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
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
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
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
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
xueyunfei [Thu, 13 Jun 2019 08:47:50 +0000 (16:47 +0800)]
lwip:fix dns bug for 3.2
chenjianqiang [Tue, 7 May 2019 08:36:37 +0000 (16:36 +0800)]
feat(psram): config SPI psram pins based on efuse value
baohongde [Wed, 12 Jun 2019 11:25:59 +0000 (19:25 +0800)]
components/bt: Fix assert due to alloc LMP TX buffer failed
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
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
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
Konstantin Kondrashov [Thu, 25 Apr 2019 05:04:31 +0000 (13:04 +0800)]
freertos/test: Add unit tests for xTaskIncrementTick
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
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
Renz Christian Bagaporo [Wed, 15 May 2019 06:49:51 +0000 (14:49 +0800)]
ci: check that custom bootloader overrides original
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.
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.
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
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
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
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 )
Konstantin Kondrashov [Wed, 29 May 2019 05:37:22 +0000 (13:37 +0800)]
soc: Add some headers into gpio_periph.h
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
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
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