]>
granicus.if.org Git - esp-idf/log
Jiang Jiang Jian [Sun, 11 Aug 2019 09:14:53 +0000 (17:14 +0800)]
Merge branch 'bugfix/fix_wifi_bugs_for_authmode_and_multi_ssid_v3.2' into 'release/v3.2'
fix wifi bugs for authmode and multi ssid (backport v3.2)
See merge request espressif/esp-idf!5729
Angus Gratton [Sun, 11 Aug 2019 06:04:22 +0000 (14:04 +0800)]
Merge branch 'bugfix/hwcrypt_fault_inj_v3.2' into 'release/v3.2'
AES & SHA fault injection checks (backport v3.2)
See merge request espressif/esp-idf!5740
Angus Gratton [Wed, 22 May 2019 00:18:55 +0000 (10:18 +1000)]
sha: Add fault injection checks reading hash digest state
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Angus Gratton [Tue, 21 May 2019 08:12:42 +0000 (18:12 +1000)]
aes: Add fault injection checks when writing key to hardware
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Angus Gratton [Fri, 17 May 2019 19:54:40 +0000 (03:54 +0800)]
hwcrypto: Add AES fault injection check
Hardware AES-CBC performance changes:
Release config 11.0MB/sec -> 10.8MB/sec
Debug config 9.4MB/sec -> 9.8MB/sec
(Unrolling the loop to optimize the check improves
performance at -Og, even with the fault check.)
Jiang Jiang Jian [Fri, 9 Aug 2019 06:02:48 +0000 (14:02 +0800)]
Merge branch 'bugfix/btdm_backports_v3.2_0808' into 'release/v3.2'
components/bt: Backport 3 bugfixs into release v3.2
See merge request espressif/esp-idf!5723
baohongde [Thu, 8 Aug 2019 06:37:01 +0000 (14:37 +0800)]
components/bt: Backport 3 bugfixs into release v3.2
1. Bugfix btdm sleep twice after wakeup request
2. Fix connect fail duo to loop of send extended feature request
3. Clear BT/BLE interrupts after controller_disable to overwrite the default non-zero value of intcntl registers
Jiang Jiang Jian [Fri, 9 Aug 2019 02:56:54 +0000 (10:56 +0800)]
Merge branch 'bugfix/lwip_prefer_allocate_memory_in_psram_v3.2' into 'release/v3.2'
Try to allocate some Lw-ip memories in SPIRAM first. If failed, try to allocate in internal RAM then.(Backport v3.2)
See merge request espressif/esp-idf!5719
Jiang Jiang Jian [Thu, 8 Aug 2019 14:02:43 +0000 (22:02 +0800)]
Merge branch 'feature/move_gettimeofday_in_clock_gettime_v3.2' into 'release/v3.2'
newlib: Move _gettimeofday_r call in clock_gettime (v3.2)
See merge request espressif/esp-idf!5718
zhangyanjiao [Thu, 8 Aug 2019 08:53:16 +0000 (16:53 +0800)]
modify WIFI_CONN_0101 case for wrong authmode of AP
zhangyanjiao [Thu, 8 Aug 2019 08:48:50 +0000 (16:48 +0800)]
wifi: fix wifi bugs for authmode and multi ssid
Xia Xiaotian [Wed, 7 Aug 2019 13:02:47 +0000 (21:02 +0800)]
lwip: Try to allocate some LWIP memories in SPIRAM first. If failed, try to allocate in internal RAM then.
Jiang Jiang Jian [Wed, 7 Aug 2019 12:48:58 +0000 (20:48 +0800)]
Merge branch 'bugfix/add_wifi_internal_ioctl_declared_v3.2' into 'release/v3.2'
esp_wifi: add esp_wifi_internal_ioctl declared (v3.2)
See merge request espressif/esp-idf!5707
raldone01 [Tue, 16 Jul 2019 15:52:04 +0000 (17:52 +0200)]
newlib: Move _gettimeofday_r call in clock_gettime
Signed-off-by: KonstantinKondrashov <konstantin@espressif.com>
Merges: https://github.com/espressif/esp-idf/pull/3789
Angus Gratton [Wed, 7 Aug 2019 08:05:29 +0000 (16:05 +0800)]
Merge branch 'bugfix/cmake_extra_component_dirs_v3.2' into 'release/v3.2'
ci: additional Cmake tests for EXTRA_COMPONENT_DIRS (backport v3.2)
See merge request espressif/esp-idf!5492
Angus Gratton [Wed, 7 Aug 2019 08:05:07 +0000 (16:05 +0800)]
Merge branch 'feature/mqtt_improve_recv_3.2' into 'release/v3.2'
MQTT improved receive (backport 3.2)
See merge request espressif/esp-idf!5098
xiehang [Wed, 7 Aug 2019 03:14:18 +0000 (11:14 +0800)]
esp_wifi: add esp_wifi_internal_ioctl declared
Angus Gratton [Thu, 1 Aug 2019 08:01:04 +0000 (16:01 +0800)]
Merge branch 'bugfix/win_fullclean_symlink_v3.2' into 'release/v3.2'
idf.py: Detect symlinks on Windows during fullclean (v3.2)
See merge request espressif/esp-idf!4925
Angus Gratton [Thu, 1 Aug 2019 06:10:38 +0000 (14:10 +0800)]
Merge branch 'doc/resolve-pdf-building-issues_v3.2' into 'release/v3.2'
(backport v3.2) Replace gif images on EN and zh_CN index pages with identical png images for...
See merge request espressif/esp-idf!5654
Jiang Jiang Jian [Wed, 31 Jul 2019 15:39:07 +0000 (23:39 +0800)]
Merge branch 'bugfix/improve_spi_timing_for_flash_v3.2' into 'release/v3.2'
bugfix(flash): improve spi cs timing settings for flash (backport v3.2)
See merge request espressif/esp-idf!5513
Angus Gratton [Wed, 31 Jul 2019 08:11:57 +0000 (16:11 +0800)]
Merge branch 'bugfix/select_init_sem_v3.2' into 'release/v3.2'
VFS: Allocate socket select semaphore outside ISR (backport v3.2)
See merge request espressif/esp-idf!4989
Angus Gratton [Tue, 30 Jul 2019 13:59:51 +0000 (21:59 +0800)]
Merge branch 'bugfix/libsodium_test_timeouts_v3.2' into 'release/v3.2'
test: Set timeout of libsodium ed25519_convert test to 60s (v3.2)
See merge request espressif/esp-idf!5555
Kirill Chalov [Tue, 30 Jul 2019 06:19:20 +0000 (14:19 +0800)]
Replace gif images on EN and zh_CN index pages with identical png images for successful building of PDFs on ReadTheDocs.
Angus Gratton [Tue, 30 Jul 2019 06:10:29 +0000 (14:10 +0800)]
Merge branch 'bugfix/gpio_intr_enable_bug_v3.2' into 'release/v3.2'
bugfix(GPIO): Fixed GPIO interrupts bug for v3.2
See merge request espressif/esp-idf!5651
Angus Gratton [Wed, 17 Jul 2019 02:24:29 +0000 (12:24 +1000)]
test: Set timeout of libsodium ed25519_convert test to 60s
Test takes 28s-29s to run in some configs, can fail in CI.
kooho [Thu, 18 Jul 2019 03:34:49 +0000 (11:34 +0800)]
bugfix(GPIO): Fixed the bug that GPIO enables interrupts on one core,
but registers interrupt service routines on another core for release/v3.2
Angus Gratton [Mon, 29 Jul 2019 11:17:34 +0000 (19:17 +0800)]
Merge branch 'bugfix/docs_recover_some_build_time_v3.2' into 'release/v3.2'
docs: Remove building of zipped HTML docs from build process and consequently...
See merge request espressif/esp-idf!5640
Jiang Jiang Jian [Sun, 28 Jul 2019 06:56:52 +0000 (14:56 +0800)]
Merge branch 'bugfix/fix_wifi_stack_can_freeze_v3.2' into 'release/v3.2'
esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM (v3.2)
See merge request espressif/esp-idf!5618
krzychb [Sat, 27 Jul 2019 23:28:15 +0000 (01:28 +0200)]
docs: Remove building of zipped HTML docs from build process and consequently from Downloads as many users don't use that. We are still providing PDF documentation for people who prefer viewing docs off-line. Removal of this build step is expected to save almost 10 minutes of build time and resolve issue of build failures because of hitting 40 min build time limit on Read The Docs.
Angus Gratton [Sat, 27 Jul 2019 09:27:56 +0000 (17:27 +0800)]
Merge branch 'bugfix/fix_mcpwm_example_memory_bug_v3.2' into 'release/v3.2'
Bugfix(example): Fixed MCPWM example bug for release/v3.2
See merge request espressif/esp-idf!5545
xiehang [Thu, 25 Jul 2019 06:37:20 +0000 (14:37 +0800)]
esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
Jiang Jiang Jian [Sat, 27 Jul 2019 06:38:39 +0000 (14:38 +0800)]
Merge branch 'bugfix/mesh_scan_done_crash_3.2' into 'release/v3.2'
mesh: fix scan done crash caused by uint8_t overflow (backport 3.2)
See merge request espressif/esp-idf!5614
Jiang Jiang Jian [Sat, 27 Jul 2019 06:38:28 +0000 (14:38 +0800)]
Merge branch 'bugfix/btdm_mem_leak_v3.2' into 'release/v3.2'
components/bt: Fix memory leak about rfcomm
See merge request espressif/esp-idf!5623
Mahavir Jain [Thu, 25 Jul 2019 11:37:26 +0000 (19:37 +0800)]
Merge branch 'feature/tcp_transport_http_client_v3.2' into 'release/v3.2'
Minor bugfixes in esp_http_client and tcp_transport (backport v3.2)
See merge request espressif/esp-idf!5221
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
baohongde [Thu, 25 Jul 2019 08:22:50 +0000 (16:22 +0800)]
components/bt: Fix memory leak about rfcomm
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
chenyudong [Thu, 25 Jul 2019 03:16:53 +0000 (11:16 +0800)]
mesh: fix scan done crash caused by uint8_t overflow
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
Jitin George [Thu, 14 Mar 2019 05:50:02 +0000 (11:20 +0530)]
esp_http_client: Fix header sent event bug
Jitin George [Tue, 12 Mar 2019 13:16:04 +0000 (18:46 +0530)]
tcp_transport: Fix case sensitive header comparison
Closes https://github.com/espressif/esp-idf/issues/3106
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
Ramesh [Wed, 10 Jul 2019 03:25:36 +0000 (08:55 +0530)]
Fixed the bug that the malloc memory size is smaller than the actual required.
zhangyanjiao [Tue, 16 Jul 2019 06:29:29 +0000 (14:29 +0800)]
fix the watchdog bug during WiFi scan and BLE scan
chenjianqiang [Thu, 9 May 2019 07:26:24 +0000 (15:26 +0800)]
bugfix(flash): improve spi cs timing settings for flash
cs setup time is recomemded to be 1.5T, and cs hold time is recommended to be 2.5T.
(cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1)
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
Renz Christian Bagaporo [Wed, 10 Jul 2019 09:32:27 +0000 (17:32 +0800)]
cmake: refactor finding components
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 [Thu, 30 May 2019 10:23:00 +0000 (18:23 +0800)]
ci: additional Cmake tests for EXTRA_COMPONENT_DIRS
Tests from
https://gitlab.espressif.cn:6688/idf/esp-idf/merge_requests/4253
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