Commit Graph

6962 Commits

Author SHA1 Message Date
He Yin Ling
4b8bb8a74a Merge branch 'bugfix/ci_push_to_github_on_label_v3.1' into 'release/v3.1'
ci: Don't push to Github or deploy docs on customized pipelines (v3.1)

See merge request espressif/esp-idf!8941
2020-05-27 17:48:54 +08:00
Angus Gratton
f00e6feccf ci: Don't push to Github or deploy docs on customized pipelines
BOT_TRIGGER_WITH_LABEL must be empty (meaning all tests are running).
2020-05-27 19:09:05 +10:00
Jiang Jiang Jian
d8e84cd5ed Merge branch 'bugfix/fix_some_wifi_bugs_0427_v3.1' into 'release/v3.1'
Bugfix/fix some wifi bugs 0427 (v3.1)

See merge request espressif/esp-idf!8576
2020-05-22 22:55:54 +08:00
Jiang Jiang Jian
497b143495 Merge branch 'bugfix/fix_spi_flash_clock_config_error_v3.1' into 'release/v3.1'
flash: fix spi flash clock config error (backport v3.1)

See merge request espressif/esp-idf!8517
2020-05-22 21:11:01 +08:00
Jiang Jiang Jian
8b9e471689 Merge branch 'bugfix/psram_single_bit_error_v3.1' into 'release/v3.1'
psram: support psram 2T mode to fix single bit error (backport v3.1)

See merge request espressif/esp-idf!8330
2020-05-22 21:10:44 +08:00
Michael (XIAO Xufeng)
553f0323b0 Merge branch 'bugfix/timer_group_intr_enable_v3.1' into 'release/v3.1'
Fix timer group intr enable (backport v3.1)

See merge request espressif/esp-idf!8533
2020-05-22 00:08:25 +08:00
zhangyanjiao
36ad37a1a4 wifi changes:
1. fix the bug for softAP update second channel wrong
2. change wifi_scan_time_t from union to struct
3. query country code wrong when policy change from manual to auto
4. fix the crash issue when fetch peer after delete the cur_peer
5. fix the timeout issue of EAPOL four-way handshake
2020-05-20 16:19:39 +08:00
zhangyanjiao
7c6480b53f esp_wifi: Add softap channel configuration in simple_wifi example 2020-05-20 11:35:19 +08:00
Jiang Jiang Jian
d8e057b02c Merge branch 'bugfix/btdm_fix_RPA_Public_RPA_random_err' into 'release/v3.1'
component/bt: Fix adv/scan not support RPA_public and RPA_random (backport v3.1)

See merge request espressif/esp-idf!8776
v3.1.7
2020-05-18 15:04:36 +08:00
Jiang Jiang Jian
86f1a260f5 Merge branch 'bugfix/fix_switch_channel_without_discon_issue_v3.1' into 'release/v3.1'
esp_wifi: Fix AP switch to adjacent channel without disconnect (backport v3.1)

See merge request espressif/esp-idf!8767
2020-05-17 18:27:41 +08:00
xiehang
18f2a0d3bc esp_wifi: Fix AP switch to adjacent channel without disconnect 2020-05-17 17:15:54 +08:00
Jiang Jiang Jian
0e043ae99f Merge branch 'bugfix/can_not_get_IP_address_from_China_mobile_v3.1' into 'release/v3.1'
wifi: fix the bug that ESP32 can't get IP address from China Mobile router (v3.1)

See merge request espressif/esp-idf!8410
2020-05-17 17:09:03 +08:00
Jiang Jiang Jian
c70eecc8c4 Merge branch 'bufix/fix_v3.1_bluedroid_bugs' into 'release/v3.1'
component/bt: fix notify malloc failed , fix no BLE_AUTH_CMPL_EVT and fix bluedroid btc deinit crash(backport 3.1)

See merge request espressif/esp-idf!8752
2020-05-16 19:56:16 +08:00
zwj
9bdf545599 component/bt: Fix adv/scan not support RPA_public and RPA_random 2020-05-15 18:32:46 +08:00
zwj
b08aee46de :add congest direct callback and modify congest evt triger threshold 2020-05-15 17:57:47 +08:00
wangcheng
1ef2b2d32a fix bta_dm_deinit_cb 2020-05-15 17:57:47 +08:00
wangcheng
1e72a8c850 master missing BLE_AUTH_CMPL_EVT after restart 2020-05-15 17:57:46 +08:00
Jiang Jiang Jian
b30e8d1019 Merge branch 'bugfix/fix_psram_size_get_error_v3.1' into 'release/v3.1'
psram: fix psram size get error (backport v3.1)

See merge request espressif/esp-idf!8572
2020-05-06 16:55:15 +08:00
chenjianqiang
447032c8ff psram: fix psram size get error 2020-04-30 15:50:12 +08:00
morris
af42ec93e8 timer_group: fix intr_enable
timer group interrupt enable is controled by level_int_ena instead of int_ena

Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:45:24 +08:00
dowster
f7aa0a32b2 Fix typo with sigmadelta.h #ifdef 2020-04-28 12:45:15 +08:00
chenjianqiang
379c2482da flash: fix spi flash clock config error
Closes https://github.com/espressif/esp-idf/issues/5099
2020-04-27 17:48:38 +08:00
zhangyanjiao
c78fa51d1f wifi: fix the bug that ESP32 can't get IP address from China Mobile router 2020-04-20 20:19:21 +08:00
chenjianqiang
5df3dd147b psram: support psram 2T mode to fix single bit error
1. add enable PSRAM 2T mode function
2. abort when himem and 2T mode are enabled meanwhile
3. set SPIRAM_2T_MODE as "n" by default, enable it when needed
2020-04-13 16:39:27 +08:00
Jiang Jiang Jian
8f958c8013 Merge branch 'bugfix/backport_some_wifi_bugs_0326_v3.1' into 'release/v3.1'
esp32: backport some WiFi fixes to v3.1

See merge request espressif/esp-idf!8296
2020-04-09 21:35:55 +08:00
liu zhifu
853bffe1e6 esp32: backport some WiFi fixes to v3.1
Backport following Wifi fixes:

1. Fix esp_wifi_stop() crash
       esp_wifi_stop() crashes if it's called when WiFi is not initialized.

2. Fix WiFi log print level

3. Return fails if AP's configuring AP channel is out of range

4. esp_wifi_sta_get_ap_info() returns actual values of group ciphers
2020-04-08 19:35:58 +08:00
Jiang Jiang Jian
346ec3938d Merge branch 'bugfix/btdm_backports_v3.1_0328' into 'release/v3.1'
Bugfix/btdm backports v3.1 0328

See merge request espressif/esp-idf!8155
2020-04-08 18:44:13 +08:00
Jiang Jiang Jian
6802f9eec1 Merge branch 'Bugfix/IPV6_multicast_adress_error_for_v3.1' into 'release/v3.1'
lw-ip:fix ipv6 bug that input the wrong broadcast address to return OK for v3.1

See merge request espressif/esp-idf!8190
2020-04-08 17:58:57 +08:00
Jiang Jiang Jian
fd555836b3 Merge branch 'bugfix/btdm_dont_dequeue_the_command_queue_v3.1' into 'release/v3.1'
component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.1)

See merge request espressif/esp-idf!8247
2020-04-07 13:58:28 +08:00
xiewenxiang
b66cd055bc component/bt: fix don't dequeue the command queue after process the read_by_type_req(backport v3.1) 2020-04-07 11:04:13 +08:00
Angus Gratton
96f16cef80 Merge branch 'backport/malloc_zero_return_null_v3.1' into 'release/v3.1'
backport/malloc_zero_return_null_v3.1

See merge request espressif/esp-idf!8142
2020-04-01 14:43:26 +08:00
xueyunfei
61dac00099 fix ipv6 bug that input the wrong broadcast address to return OK 2020-03-31 19:27:52 +08:00
baohongde
549269970b components/bt: Fix assert when create conntion cancel 2020-03-28 22:05:55 +08:00
baohongde
bd21cd02b6 Fix bugs about role switch
Jitter in FHS
Jitter in first PULL
Receive EDR packet fail after role switch
2020-03-28 21:59:22 +08:00
Felipe Neves
8e55efaa2f multi_heap: ensure that malloc(0) return NULL pointer in any poisoning configuration 2020-03-27 14:50:42 -03:00
Angus Gratton
94e2981d17 Merge branch 'bugfix/cmake_bugfixes_v3.1' into 'release/v3.1'
CMake-related bugfixes (v3.1)

See merge request espressif/esp-idf!8071
2020-03-26 16:27:34 +08:00
Jiang Jiang Jian
808bd4faee Merge branch 'bugfix/host_and_example_bugfix_backport_to_v3.1' into 'release/v3.1'
Bugfix/host and example bugfix backport to v3.1

See merge request espressif/esp-idf!8064
2020-03-26 13:32:52 +08:00
Jiang Jiang Jian
6b230cdbb2 Merge branch 'bugfix/backport_some_wifi_bugs_0323_v3.1' into 'release/v3.1'
esp_wifi: Backport some wifi bugs 0323 (backport v3.1)

See merge request espressif/esp-idf!8092
2020-03-25 15:11:53 +08:00
Angus Gratton
80180f4709 Merge branch 'bugfix/hide_unsupported_cmake_features_v3.1' into 'release/v3.1'
security: Hide Secure Boot & Flash Encryption config items when using CMake (v3.1)

See merge request espressif/esp-idf!7909
2020-03-24 18:07:07 +08:00
xiehang
c5751f7fd7 esp_wifi: Update WiFi lib
1,Reduce WiFi bin size
2,Add TX packets size check
3,Fix scan get rssi error
4,Add wifi stop check at WiFi deinit entry
5,Return fail when setting AP's channel is out of range
6,Fix the bug for setting channel when WiFi in NULL mode
2020-03-24 15:16:33 +08:00
Renz Christian Bagaporo
9bae06ef10 cmake: fix build failure when git repo is initialized but no first commit
Closes https://github.com/espressif/esp-idf/issues/3920
2020-03-22 22:46:06 +08:00
Renz Bagaporo
797eff6534 ci: add test for partition_table target 2020-03-22 22:45:56 +08:00
Renz Christian Bagaporo
7db5c3ffd1 partition_table: output partition table info for partition_table target 2020-03-22 22:45:48 +08:00
gengyuchao
be5e315282 Component/bt :
Add handling of osi memory calloc failure.
Add length check for snprintf in osi config.
2020-03-21 13:55:54 +08:00
gengyuchao
f1ac73f496 example/ble_hid_device_demo fix the wrong mask value according to HID protocol 2020-03-21 13:55:43 +08:00
gengyuchao
295f0cc546 component/bt: Fix the issue with pointer type conversion in gattc. Unified att(db_sizedb_size) count pointer type in bta and btc, change pointer type in bta from int to uint16_t. 2020-03-21 13:55:26 +08:00
gengyuchao
1aee0a0357 Bulfi: Check if ble is connected before sending a message via ble. Fix the wrong wifi storage mode from WIFI_STORAGE_RAM to default WIFI_STORAGE_FLASH. 2020-03-21 13:55:17 +08:00
gengyuchao
ca1685f7a2 example/ble_throughput:
Fixed the throughput wasting memory and packet loss issues.
Fixed the throughput crash bug because of using the Mutex.
2020-03-21 13:55:05 +08:00
gengyuchao
75a205e381 bugfix: ble add missing gatt descriptors 2020-03-21 13:54:33 +08:00
Mahavir Jain
28f3619a90 Merge branch 'bugfix/newlib_putchar_locking_v3.1' into 'release/v3.1'
newlib: don't define non-thread-safe versions of getc, putc (backport v3.1)

See merge request espressif/esp-idf!8031
2020-03-20 16:58:17 +08:00