Pedro
86182baaaf
Remove trailing semicolon from bt dft initializer
...
Similar to espressif#6554
2022-09-02 11:10:41 +08:00
Ivan Grokhotkov
5b81524e63
Merge branch 'bugfix/temp_fix_esp_event_test' into 'release/v4.3'
...
esp_event: lowered performance threshold temporarily for esp_event test
See merge request espressif/esp-idf!19672
2022-08-31 16:42:37 +08:00
Jiang Jiang Jian
6075806400
Merge branch 'bugfix/fix_country_policy_issue_v4.3' into 'release/v4.3'
...
esp_wifi: fix not update phy according to country code.
See merge request espressif/esp-idf!19655
2022-08-21 19:41:07 +08:00
muhaidong
189bdb2bf8
esp_wifi: fix not update phy according to country code.
...
1. Fixed not update phy according to country code.
2. Fixed crashed when esp_wifi_set_ant_gpio() called
3. Fixed a bug when ftm used with ps enabled
4. Fixed a potential issue to allocate PSRAM to wifi stack where internal RAM is required
5. Fixed potential fail to scan AP after receiving disassoc/deauth from AP on esp32s2
y
2022-08-21 16:01:34 +08:00
Jiang Jiang Jian
36decb6662
Merge branch 'feature/sae_sta_h2e_v4.3' into 'release/v4.3'
...
esp_wifi: WPA3 SAE H2E support for station (backport v4.3)
See merge request espressif/esp-idf!18661
2022-08-20 23:46:41 +08:00
Zim Kalinowski
662b6c9ad3
Merge branch 'bugfix/i2c_incorrect_speed_v4.3' into 'release/v4.3'
...
I2C: Fix SCL period timings on ESP targets (backport v4.3)
See merge request espressif/esp-idf!18272
2022-08-20 03:51:44 +08:00
Jakob Hasse
937633ad79
fix (esp_event): lowered performance threshold for esp_event test
...
The test in question is "performance test - no dedicated task".
Its performance dropped significantly during a WiFi library commit,
although there is no obvious reason. This needs to be investigated
and until then, we temporarily lower the performance threshold to
let the test pass.
2022-08-19 12:02:42 +02:00
Gauri Patankar
e055f5ced7
esp_wifi: WPA3 SAE H2E support for station
...
Mandate sta threshold wpa3 for ssid after receiving transition disable bit from AP
2022-08-19 15:09:14 +05:30
Jiang Jiang Jian
c2735be0c8
Merge branch 'bugfix/fix_i2c_issues_v4.3' into 'release/v4.3'
...
I2C: Fix task wait too long on an event & timeout WDT triggered (backport v4.3)
See merge request espressif/esp-idf!18770
2022-08-19 14:01:14 +08:00
Jiang Jiang Jian
d4d70c3fcd
Merge branch 'bugfix/nvs_part_ptr_wrong_init_4.3' into 'release/v4.3'
...
bugfix (nvs_flash): Fix nvs_flash_init_partition_ptr (backport v4.3)
See merge request espressif/esp-idf!18674
2022-08-19 13:59:12 +08:00
Jiang Jiang Jian
4ed1729262
Merge branch 'refactor/flash_qio_overidable_v4.3' into 'release/v4.3'
...
spi_flash: refact that flash qio can be overidable(backport v4.3)
See merge request espressif/esp-idf!18037
2022-08-19 13:58:26 +08:00
Jiang Jiang Jian
29978c0f17
Merge branch 'bugfix/hfp_examples_not_work_with_default_sdkconfig_v4.3' into 'release/v4.3'
...
bugfix/set default number of sco connection to 1 (v4.3)
See merge request espressif/esp-idf!19590
2022-08-18 21:40:35 +08:00
Jiang Jiang Jian
c207d09250
Merge branch 'bugfix/combined_softap_pmf_fixes_v4.3' into 'release/v4.3'
...
Combined bugfixes for SoftAP and PMF (Backport v4.3)
See merge request espressif/esp-idf!19118
2022-08-18 17:54:13 +08:00
Omar Chebib
9faeca3d1c
I2C: Fix SCL period timings on ESP targets
...
The output frequency is now more accurate as the SCL period timings have been fixed.
This fix applies for ESP32, ESP32S3, ESP32C3 and ESP32H2
2022-08-18 02:45:36 +00:00
Omar Chebib
4d7f007645
I2C: Fix a bug making the I2C task wait too long on an event
...
The I2C ISR will now notify the task waiting on an event. Thus, the task can stop waiting on the event queue as soon as possible.
2022-08-18 02:37:43 +00:00
Chen Yi Qun
b6bbb5e0a2
I2C: add conf_update for esp32c3 i2c
2022-08-18 02:37:43 +00:00
Cao Sen Miao
19205b0696
I2C: Fix i2c write fake timeout and WDT triggered
2022-08-18 02:37:43 +00:00
Nachiket Kukade
5e3ade893a
esp_wifi: Update wifi libs
...
Update wifi libs with below fixes -
1. Improved error handling in SoftAP Rx path, fixed LoRa IE length
2. Handle low memory scenario, re-enabling PMF Capable flag in STA PMF
3. Release wifi lock in offchannel operation
2022-08-17 15:41:13 +05:30
Anton Maklakov
843b870b20
Merge branch 'ci/support_nightly_build_keyword_in_ttfw_v4.3' into 'release/v4.3'
...
ci: support keyword `nightly_run` in ttfw_idf decorator (v4.3)
See merge request espressif/esp-idf!19133
2022-08-17 12:50:30 +08:00
jincheng
49fba45156
Fixed the failure of 'connect audio' operation in HFP examples with default SDK configuration
...
Due to the lack of synchronized connections, the hf_client can not create audio_connection to
hf_ag. Set default number of synchronized connection to 1.
Closes https://github.com/espressif/esp-idf/issues/9537
2022-08-17 10:15:11 +08:00
Roland Dobai
d96dde38f9
Merge branch 'feature/oocd_ver_upgrade_v4.3' into 'release/v4.3'
...
tools: Updates OpenOCD version to 'v0.11.0-esp32-20220706' (v4.3)
See merge request espressif/esp-idf!19491
2022-08-16 23:20:12 +08:00
Roland Dobai
b3bdd6afc3
Merge branch 'fix/install.ps1.v4.4_v4.3' into 'release/v4.3'
...
Tools: Remove undefined variable from install.ps1 (v4.3)
See merge request espressif/esp-idf!19584
2022-08-16 22:19:54 +08:00
Alexey Gerenkov
def78db543
tools: Updates OpenOCD version to 'v0.11.0-esp32-20220706'
2022-08-16 11:07:06 +00:00
Roland Dobai
5d1a51db65
Tools: Remove undefined variable from install.ps1
...
Closes https://github.com/espressif/esp-idf/issues/9556
2022-08-16 12:20:11 +02:00
Jiang Jiang Jian
2828e8fe2f
Merge branch 'bugfix/wifi_bt_mac_bb_pd_light_sleep_v4.3' into 'release/v4.3'
...
backport v4.3: deep sleep does not need cpu and wifi/bt mac retention
See merge request espressif/esp-idf!19511
2022-08-16 17:09:25 +08:00
Aleksei Apaseev
dbd6519948
ci: allow scheduled pipelines
2022-08-15 10:43:11 +00:00
Fu Hanxi
d94dbdd1be
ci: support keyword nightly_run
in ttfw_idf decorator
2022-08-15 10:43:11 +00:00
Jiang Jiang Jian
19de572d45
Merge branch 'bugfix/bt_invalid_workqueue_num_v4.3' into 'release/v4.3'
...
Bluetooth: fixed the invalid workqueue number for BTU thread in Bluedroid(backport v4.3)
See merge request espressif/esp-idf!19509
2022-08-12 19:50:07 +08:00
Jiang Jiang Jian
f128f4f83e
Merge branch 'bugfix/vendor_model_send_message_no_memory_forv4.3' into 'release/v4.3'
...
ble_mesh:example: free the memory of malloc (v4.3)
See merge request espressif/esp-idf!19186
2022-08-12 19:49:25 +08:00
Yuan Hong Hui
190cd2f8cd
ble_mesh:the memory requested by malloc has not benn released
2022-08-12 06:03:58 +00:00
Jiang Jiang Jian
c6f5e4f505
Merge branch 'bugfix/memory_region_define_rtc_fast_v4.3' into 'release/v4.3'
...
backport v4.3: substract rtc_iram_seg memory region size from ESP_BOOTLOADER_RESERVE_RTC
See merge request espressif/esp-idf!19424
2022-08-12 14:00:51 +08:00
Jiang Jiang Jian
a456819d78
Merge branch 'bugfix/fix_bt_sphinx_warnings_4.3' into 'release/v4.3'
...
components_bt: fix unstandard typedefs [backport v4.3]
See merge request espressif/esp-idf!19339
2022-08-12 14:00:35 +08:00
Jiang Jiang Jian
9a09a64e36
Merge branch 'bugfix/wifi_bt_use_same_clock_source_v4.3' into 'release/v4.3'
...
Fix Wi-Fi does not know that Bluetooth has modified the lpclk source (v4.3)
See merge request espressif/esp-idf!15733
2022-08-12 12:52:18 +08:00
weitianhua
d264f30e76
component_bt: Fix build doc errors of bt
...
1. bluedroid: use standard function pointer define.
2. blufi: Change ESP_BD_ADDR_LEN into ESP_BLUFI_BD_ADDR_LEN
3. doc/sphinx_known_warnings: Remove fixed parts.
2022-08-12 12:11:54 +08:00
xiongweichao
460cfbd583
1. Wi-Fi: update tsf tick interval when lpclk is modified
...
2. Move register_lpclk_callback to coexistence
2022-08-11 20:21:59 +08:00
xiongweichao
cfc5576b0d
Power Management: fix the issue of sleeping time error beacause external 32kHz xtal does not exist
2022-08-11 20:17:39 +08:00
xiongweichao
23e8e497da
make bluetooth and wifi use the same low power clock
2022-08-11 20:17:39 +08:00
xiongweichao
12ca203856
ESP32C3:bluetooth support use main XTAL in light sleep mode
2022-08-11 20:17:39 +08:00
Jiang Jiang Jian
a0a0b2b4f7
Merge branch 'bugfix/fix_some_wifi_bugs_0805_v4.3' into 'release/v4.3'
...
fix some wifi bugs 0805 (backport v4.3)
See merge request espressif/esp-idf!19412
2022-08-11 20:07:31 +08:00
Jiang Jiang Jian
26707c3f3b
Merge branch 'bugfix/mesh_bqb_test_issues_v4.3' into 'release/v4.3'
...
ble_mesh: stack: Fix mesh v1.0 BQB test issues(v4.3)
See merge request espressif/esp-idf!19503
2022-08-11 20:07:10 +08:00
Li Shuai
0d7b72e057
sleep: deep sleep does not need cpu and wifi/bt mac retention
2022-08-11 16:36:57 +08:00
wangmengyang
73cc09b118
components/bt: fixed the invalid workqueue number for BTU thread in Bluedroid
...
There should be only one workqueue for BTU task. The queue length for the second workqueue of BTU can be uninitialized and caused memory overflow and corruption.
Closes https://github.com/espressif/esp-idf/issues/9507
2022-08-11 16:18:12 +08:00
Jiang Jiang Jian
8ba4dd328a
Merge branch 'bugfix/docs_update_deep_sleep_note_v4.3' into 'release/v4.3'
...
backport v4.3: add a note for deep sleep crc check
See merge request espressif/esp-idf!19422
2022-08-11 15:45:39 +08:00
wangjialiang
041784e653
ble_mesh: stack: Fix kr from non-primary subnet shouldn't ignore
...
For case MESH/NODE/KR/BV-02-C
2022-08-11 14:15:56 +08:00
wangjialiang
bfb5e06df4
ble_mesh: stack: Add a check if the appkey is bound to the model.
...
For case MESH/NODE/CFG/MP/BI-03-C
2022-08-11 14:15:51 +08:00
wangjialiang
2490d28cc6
ble_mesh: stack: the count_log field should be set to 0 when HBS is sent.
...
For MESH/NODE/CFG/HBS/BV-02-C
2022-08-11 14:15:46 +08:00
wangjialiang
17372e5b3d
ble_mesh: stack: The Heartbeat Publication Period Log value can set to 0x11, range: [0, 0x11]
2022-08-11 14:15:40 +08:00
wangjialiang
7ce06c8c3b
ble_mesh: stack: The value of expect_ack_for will be rewrited after send_pub_key().
...
For case MESH/PVNR/PROV/BV-04-C
2022-08-11 14:15:33 +08:00
wangjialiang
ff8588ec46
ble_mesh: stack: Fix ignore connectable PB-ADV PDU containing a Link Open message.
...
For case MESH/NODE/PBADV/BI-04-C
2022-08-11 14:15:18 +08:00
wangjialiang
a6e921684c
ble_mesh: stack: Fix PB-GATT not check invalid link flag
...
For case MESH/NODE/PROV/BI-03-C
2022-08-11 14:15:12 +08:00