Jiang Jiang Jian
9b4e911359
Merge branch 'bugfix/tw26711_fix_wifi_memory_v3.0' into 'release/v3.0'
...
esp32: fix wifi memory leak (backport v3.0)
See merge request idf/esp-idf!3525
2018-10-22 21:20:32 +08:00
Liu Zhi Fu
ba5f0585af
esp32: fix wifi memory leak
...
Fix a WiFi memory leak bug
2018-10-21 20:56:05 +08:00
Jiang Jiang Jian
bcaac485d3
Merge branch 'bugfix/btdm_fix_crash_when_BLE_do_SMP_con_discon_stress_test_v3.0' into 'release/v3.0'
...
component/bt: fix start adv crash(backport v3.0)
See merge request idf/esp-idf!3505
2018-10-19 20:21:24 +08:00
zwj
5ce10cb58c
component/bt: fix start adv crash
2018-10-19 16:11:56 +08:00
Jiang Jiang Jian
cba7efc9d2
Merge branch 'bugfix/btdm_tx_power_level_v3.0' into 'release/v3.0'
...
fix bluetootm(dual-mode) tx power value corresponding to libphy.a
See merge request idf/esp-idf!3488
2018-10-18 15:44:09 +08:00
Jiang Jiang Jian
364c0c4ace
Merge branch 'bugfix/tw26696_fix_wifi_timer_v3.0' into 'release/v3.0'
...
esp32: fix WiFi timer inaccurate bug (backport v3.0)
See merge request idf/esp-idf!3493
2018-10-17 17:30:56 +08:00
Liu Zhi Fu
be02f6b423
esp32: fix WiFi timer inaccurate bug
...
Fix the bug that WiFi timer is not accurate when sleep is on
2018-10-16 19:55:53 +08:00
Tian Hao
4522476e72
fix bluetootm(dual-mode) tx power value corresponding to libphy.a
2018-10-15 19:52:56 +08:00
Angus Gratton
6313ea0088
Merge branch 'bugfix/fix_psram_eid_v3.0' into 'release/v3.0'
...
psram: fix psram eid (backport v3.0)
See merge request idf/esp-idf!3463
2018-10-12 11:41:13 +08:00
Jiang Jiang Jian
735f02c4b7
Merge branch 'bugfix/btdm_bt_mux_active_after_deinit_v3.0' into 'release/v3.0'
...
component/bt : fix bug that bt mux module is still active even after disable
See merge request idf/esp-idf!3341
2018-10-11 18:49:52 +08:00
Jiang Jiang Jian
d6df10edaf
Merge branch 'bugfix/several_bugfix_about_ba_session_setup_v3.0' into 'release/v3.0'
...
esp32: several fixes about BA session setup (backport v3.0)
See merge request idf/esp-idf!3455
2018-10-11 11:42:22 +08:00
Angus Gratton
d02d2d5170
Merge branch 'fix/spi_master_cmd_addr_lsbfirst_v3.0' into 'release/v3.0'
...
spi_master: fix the command and address field when LSB_FIRST enabled (Backport v3.0)
See merge request idf/esp-idf!3444
2018-10-11 06:28:38 +08:00
chenjianqiang
80c013ee5a
bugfix(psram): fix the error that two macro definitions are undeclared
...
1. add definition of FLASH_ID_GD25LQ32C
2. modify DPORT_SPI3_CLK_EN as DPORT_SPI_CLK_EN_2
2018-10-10 20:21:01 +08:00
Tian Hao
f2347e5729
component/bt : fix bug that bt mux module is still active even after disable
...
Resolve the problem following:
1. when wifi and bluetooth coex, after call esp_bt_controller_disable(), it may cause WiFi cannot TX/RX packets.
Such as, it cause wifi disconnect, can't probe any SSIDs or etc.
2018-10-10 15:54:13 +08:00
chenjianqiang
8cfb0b207a
bugfix(psram): fix psram driver
...
1. remove use EID to distinguish psram voltage
2. 1V8 64Mbit psram and 3V3 64Mbit psram use the same psram driver(standard spi interface)
3. set cs hold time register as 1
2018-10-10 15:51:18 +08:00
Wangjialin
6d253b4394
feature(psram): add support for 64MBit psram of 1.8v and 3.3v.
...
1. Add reading psram EID.
2. Configure different clock mode for different EID.
3. add API to get psram size and voltage.
4. Remove unnecessary VSPI claim.
For 32MBit@1.8V and 64MBit@3.3V psram, there should be 2 extra clock cycles after CS get high level.
For 64MBit@1.8 psram, we can just use standard SPI protocol to drive the psram. We also need to increase the HOLD time for CS in this case.
EID for psram:
32MBit 1.8v: 0x20
64MBit 1.8v: 0x26
64MBit 3.3v: 0x46
2018-10-10 15:43:30 +08:00
Angus Gratton
50dc31103f
Merge branch 'bugfix/bootloader_gen_secure_boot_digest_v3.0' into 'release/v3.0'
...
bootloader: Fix secure boot digest generation for image length where (len%128 < 32) (backport v3.0)
See merge request idf/esp-idf!3426
2018-10-10 14:56:37 +08:00
Liu Zhi Fu
3af5384a24
esp32: several fixes about BA session setup
...
1. Fix the bug that ESP32 will reject the retry AddBA request frame
if AddBA response frame is failed to sent by WiFi LMAC
2. Fix the bug that AddBA request retrys too frequently
3. Forbid BA session setup for VO queue related TID
2018-10-10 13:51:13 +08:00
Angus Gratton
283c47cbba
bootloader: Fix secure boot digest generation for image length where (len%128 < 32)
2018-10-10 11:14:44 +11:00
michael
4ae01aed27
test: modify the command/address test a bit to test the LSBFIRST feature
2018-10-09 00:34:13 +08:00
michael
a5a692ef8c
spi: move gpio direction config to common func for coinsistence
...
(MINOR CHANGE)
2018-10-08 19:04:38 +08:00
Michael (XIAO Xufeng)
3c532e4532
spi_master: fix the command and address field when LSB_FIRST enabled
...
Resolves https://github.com/espressif/esp-idf/issues/2444 .
2018-10-08 19:04:37 +08:00
Angus Gratton
2e8d7fa36d
Merge branch 'bugfix/disable_coding_scheme_security_features_v3.0' into 'release/v3.0'
...
bootloader: Don't enable secure boot or flash encryption for 3/4 Coding Scheme (v3.0)
See merge request idf/esp-idf!3422
2018-10-04 16:37:07 +08:00
Angus Gratton
674cf7520e
esptool: Update to v2.5.1
...
Release notes: https://github.com/espressif/esptool/releases/tag/v2.5.1
Needed to no longer burn keys if 3/4 Coding Scheme is enabled.
2018-10-02 10:03:13 +10:00
Angus Gratton
c990ca4e20
bootloader: Don't enable secure boot or flash encryption for 3/4 Coding Scheme
2018-10-02 10:01:20 +10:00
Jiang Jiang Jian
5b061a0530
Merge branch 'bugfix/wifi_make_esptouch_channel_switch_thread_safe_v3.0' into 'release/v3.0'
...
esp32: make esp-touch channel switch thread safe
See merge request idf/esp-idf!3354
2018-09-26 19:55:14 +08:00
XiaXiaotian
43d2f940b2
esp32: make esp-touch channel switch thread safe
...
Fix the crash issue when esp-touch is in progress.
2018-09-25 11:20:29 +08:00
Jiang Jiang Jian
a5533a0b5d
Merge branch 'bugfix/fix_the_bug_create_socket_fail_v3.0' into 'release/v3.0'
...
lwip: fix the bug that failed to create socket (backport v3.0)
See merge request idf/esp-idf!3312
2018-09-20 18:44:30 +08:00
Liu Zhi Fu
5f56d65405
lwip: fix the bug that failed to create socket
...
Fix the bug that failed to create nonblocking TCP or UDP socket after several times socket create/close
2018-09-19 16:50:39 +08:00
Angus Gratton
fcf9c3d882
Merge branch 'fix/spi_slave_free_cs_v3.0' into 'release/v3.0'
...
spi_slave: fix the issue rx dma get broken by master unexpected transaction (backport v3.0)
See merge request idf/esp-idf!3293
2018-09-18 08:08:17 +08:00
michael
a7ad8bc873
spi_slave: fix the issue rx dma get broken by master unexpected transaction
2018-09-18 00:49:25 +08:00
Jiang Jiang Jian
438c9bcb35
Merge branch 'bugfix/tw24884_fix_ampdu_sequence_compitable_issue_v3.0' into 'release/v3.0'
...
esp32: fix AMPDU RX sequence compitability issue (backport v3.0)
See merge request idf/esp-idf!3281
2018-09-17 18:58:52 +08:00
Liu Zhi Fu
328e689cf1
esp32: fix AMPDU RX sequence compitability issue
...
Fix AMPDU RX sequence compitability issue when connecting to some special APs, such as Mercury, Fast etc.
2018-09-17 14:51:00 +08:00
Jiang Jiang Jian
13732c5753
Merge branch 'bugfix/tw24694_dns_request_no_reply_v3.0' into 'release/v3.0'
...
lwip: add code for sending gratuitous ARP periodically (backport v3.0)
See merge request idf/esp-idf!3240
2018-09-16 15:18:44 +08:00
Angus Gratton
2544d737c5
Merge branch 'bugfix/ci_github_deploy_v30' into 'release/v3.0'
...
ci: Fix spurious pipeline failure when deploying a tag to GitHub (backport v3.0)
See merge request idf/esp-idf!3221
2018-09-13 15:36:39 +08:00
zhangyanjiao
8bd10b4808
lwip: add code for sending gratuitous ARP periodically
2018-09-11 15:24:21 +08:00
Jiang Jiang Jian
a975ba6cef
Merge branch 'bugfix/fix_the_bug_when_gateway_zero_v3.0' into 'release/v3.0'
...
esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0 (backport v3.0)
See merge request idf/esp-idf!3239
2018-09-11 12:07:35 +08:00
zhangyanjiao
9189e1006d
esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0
2018-09-11 11:05:51 +08:00
Angus Gratton
bc8a84e9e4
ci: Fix spurious pipeline failure when deploying a tag to GitHub
...
Everything succeeds, but because [ -z ${CI_COMMIT_TAG} ] on the last line returns non-zero, it
fails the job.
2018-09-07 15:24:23 +08:00
Jiang Jiang Jian
efe499113c
Merge branch 'bugfix/btdm_discovery_ble_v3.0' into 'release/v3.0'
...
component/bt : fix bug that set discovery mode will stop ble adv
See merge request idf/esp-idf!3190
2018-09-06 14:19:40 +08:00
Jiang Jiang Jian
7331ee2af2
Merge branch 'bugfix/tw25969_esp_derive_local_mac_missing_v3.0' into 'release/v3.0'
...
defination: fix the bug that esp_derive_local_mac() defination missing (backport v3.0)
See merge request idf/esp-idf!3201
2018-09-05 17:21:36 +08:00
zhangyanjiao
f323fe5fee
defination: fix the bug that esp_derive_local_mac() defination missing
2018-09-05 14:45:48 +08:00
Tian Hao
291c4a4fd3
component/bt : fix bug that set discovery mode will stop ble adv
...
As the bluedroid original implmentation of BR/EDR and BLE dual mode about discovery mode,
when set discovery mode for BR/EDR, it will stop ble advertising.
Reference to https://github.com/espressif/esp-idf/issues/2306
2018-09-04 20:30:43 +08:00
Jiang Jiang Jian
9b1bd0a09f
Merge branch 'bugfix/btdm_find_remote_service_by_uuid_always_return_success_v3.0' into 'release/v3.0'
...
component/bt: Fix bug of SDP find services by uuid always return success (backport 3.0)
See merge request idf/esp-idf!3165
2018-09-04 19:21:47 +08:00
Jiang Jiang Jian
0ba566e0c6
Merge branch 'bugfix/btdm_update_private_address_v3.0' into 'release/v3.0'
...
component/bt: Update BLE private address after it's private address interval (backport 3.0)
See merge request idf/esp-idf!3171
2018-09-04 19:21:21 +08:00
Jiang Jiang Jian
405b1986c2
Merge branch 'bugfix/btdm_controller_deinit_v3.0' into 'release/v3.0'
...
bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception
See merge request idf/esp-idf!3149
2018-09-04 15:07:08 +08:00
baohongde
7d2baa3c3d
component/bt: Update BLE private address after it's private address interval (backport 3.0)
...
A cherry-pick of MR !2987
2018-09-03 14:31:40 +08:00
baohongde
530dedbc2d
component/bt: Fix bug of SDP find services by uuid always return success (backport 3.0)
...
A cherry-pick of MR !3036
2018-09-03 11:57:53 +08:00
Jiang Jiang Jian
7c42b55e45
Merge branch 'bugfix/wifi_reorder_mpdu_as_ampdu_v3.0' into 'release/v3.0'
...
esp32: reorder MPDU as AMPDU (backport v3.0)
See merge request idf/esp-idf!3141
2018-08-31 02:02:14 +08:00
XiaXiaotian
f4022111c8
esp32: reorder MPDU as AMPDU
...
Some APs transmit AMPDU and MPDU by turns. Moreover, the sequence
numbers of AMPDU and MPDU are out of order, e.g. MPDU(1253) -
AMPDU(1251, 1252) - MPDU(1254) - AMPDU(1255, 1256). In order to
receive both AMPDU and MPDU in order, MPDU must be reordered with
AMPDU.
2018-08-30 11:59:31 +08:00