13302 Commits

Author SHA1 Message Date
chenjianhua
ec5a7d1e74 bluedroid: support oob pairing for smp secure connection 2023-09-06 21:02:21 +08:00
satish.solanke
7393a3ed78 Support of Micro defination in header file 2023-09-06 21:02:21 +08:00
Jiang Jiang Jian
813a9bf38f Merge branch 'bugfix/fix_espnow_set_lr_rate_fail_v4.3' into 'release/v4.3'
fix(wifi/vendor): fix some bugs in LR and ESP-NOW (backport v4.3)

See merge request espressif/esp-idf!25413
2023-09-05 21:00:18 +08:00
Jiang Jiang Jian
92c75659a1 Merge branch 'bugfix/fix_cache_data_mem_corrupt_after_sleep_v4.3' into 'release/v4.3'
fix(lightsleep): Suspend cache before goto sleep to avoid cache load wrong data (backport v4.3)

See merge request espressif/esp-idf!25106
2023-09-04 14:26:06 +08:00
Jiang Jiang Jian
d06b5a1cde Merge branch 'bugfix/role_switch_enc_mode_lmp_timeout_v4.3' into 'release/v4.3'
fix(bt/controller): Fix disconnection due to lmp messages not being processed by both sides(v4.3)

See merge request espressif/esp-idf!25206
2023-09-04 14:25:40 +08:00
Jiang Jiang Jian
1915151d66 Merge branch 'bugfix/remove_deprecated_err_code_v4.3' into 'release/v4.3'
fix(bt): Removed an incorrectly defined HCI error code (4.3)

See merge request espressif/esp-idf!25291
2023-09-04 14:25:24 +08:00
Jiang Jiang Jian
f96b93cac1 Merge branch 'bugfix/clear_values_in_str_resetfn' into 'release/v4.3'
Clear values in string reset function

See merge request espressif/esp-idf!25322
2023-09-04 14:25:05 +08:00
Jiang Jiang Jian
ff16d2dc1c Merge branch 'bugfix/incr_sdp_max_conns_v4.3' into 'release/v4.3'
fix(bt): Increased SDP maximum connections to avoid connection exhausted (v4.3)

See merge request espressif/esp-idf!25432
2023-09-04 14:24:43 +08:00
Zim Kalinowski
5dc5a442a2 versions: Update version to 4.3.6 2023-08-30 09:32:53 +08:00
Nachiket Kukade
ecf6c02b02 fix(supplicant): Ignore EAPOL non-key frames in EAPOL txdone callback 2023-08-21 18:03:16 +05:30
Jin Cheng
240272ed88 fix(bt): Increased SDP maximum connections to avoid connection exhausted 2023-08-21 11:24:09 +08:00
zhangyanjiao
6c19019aad fix(wifi/vendor): fix some bugs in LR and ESP-NOW
1. Fix the LR rate set fail for espnow and 80211 tx
2. Fixed the RX error when softAP/station and ESP-NOW both encrypted,
   and the ESP-NOW peer address is equal to the connection peer address
2023-08-18 16:24:22 +08:00
Nachiket Kukade
7ec1705c0f fix(wifi): Fix EAPOL Key TxDone callback implementation
Fix issues arising due to not distinguishing between M2 and M4
TxDone during 4-way handshake. Also fix EAPOL frame rate to lowest
possible rate.
2023-08-18 11:02:05 +08:00
Jiang Jiang Jian
f47d7d9d59 Merge branch 'bugfix/update_esp32_phy_v4.3' into 'release/v4.3'
fix(phy): update esp32 phy v4771(v4.3)

See merge request espressif/esp-idf!25369
2023-08-18 11:01:37 +08:00
Jiang Jiang Jian
061caf9569 Merge branch 'bugfix/fix_esp32s2_sleep_related_issue_backport_missing' into 'release/v4.3'
fix: fix esp32s2 abnormal light sleep current

See merge request espressif/esp-idf!25336
2023-08-17 11:54:05 +08:00
Jiang Jiang Jian
90c589dfab Merge branch 'bugfix/fix_idrom_bus_mapping_overlap_issue_v4.3' into 'release/v4.3'
fix(esptool): fix potential text/rodata overlap mapping issue on I/DBUS shares mmu entry chips  (backport v4.3)

See merge request espressif/esp-idf!25194
2023-08-16 20:52:43 +08:00
alanmaxwell
721f22a547 fix(phy): update esp32 phy v4771
1. optimize ht40 tx side band issue
2. revert 4770 one minor fix may cause unknown issue
2023-08-16 12:06:07 +08:00
Li Shuai
1ba2ac83e6 fix rtc register read error and add workaround for rtc bus isolate issue 2023-08-11 19:46:06 +08:00
wuzhenghui
64f8e61b17 fix(esp_system): fix cannot pd cpu and rc fast at the same time during light sleep 2023-08-11 19:46:02 +08:00
Shyamal Khachane
d04b9923ee fix(console): Clear values in string reset function 2023-08-11 11:07:04 +05:30
morris
d31e0fb105 Merge branch 'bugfix/wakeup_io_hold_unhold_in_sleep_v4.3' into 'release/v4.3'
gpio: Fix deep sleep wakeup IOs unable to unhold after wakeup (v4.3)

See merge request espressif/esp-idf!22671
2023-08-11 11:08:08 +08:00
alanmaxwell
8e32500e9d fix(phy): Fix 11b/g rx issue for ESP32 2023-08-10 14:11:26 +08:00
Jiang Jiang Jian
3a58f456f9 Merge branch 'bugfix/fix_ftm_error_propagation_v4.3' into 'release/v4.3'
Fix error propagation while initiating FTM (Backport v4.3)

See merge request espressif/esp-idf!25214
2023-08-10 10:38:57 +08:00
Jin Cheng
aeb8c91580 fix(bt): Removed an incorrectly defined HCI error code 2023-08-09 17:40:04 +08:00
Song Ruo Jing
8cb8c640f4 gpio: Fix IO hold function related problems
1. Fix deep sleep wakeup IOs can not be unhold issue
2. Correct hold related APIs' description
3. Fix gpio_force_hold_all API

docs: Add GPIO wakeup source to sleep_modes doc for ESP32C3
2023-08-08 02:40:46 +00:00
Song Ruo Jing
c3be230487 rtcio: Add a test case to test RTCIO's hold ability after deep sleep wakeup 2023-08-08 02:40:46 +00:00
Cao Sen Miao
0c584425e9 bugfix(temperature_sensor): Fix issue that get the value is negative 2023-08-07 18:48:54 +08:00
Nachiket Kukade
67e287a02d fix(wifi): Fix error propagation while initiating FTM 2023-08-04 12:19:31 +05:30
xiongweichao
5ccda5f84b fix(bt/controller): Fix disconnection due to lmp messages not being processed by both sides
The master sent lmp_enc_mode_req, and the slave sent lmp_switch_req.
However, both sides failed to handle the LMP message, resulting in LMP timeout.
2023-08-04 11:21:49 +08:00
wuzhenghui
064f71dfa2 fix(esptool): fix potential text/rodata mapping overlap issue on I/DBUS shares mmu entry chips 2023-08-03 22:17:30 +08:00
jgujarathi
9121fff643 fix(esp_wifi) : Fix issues with action_frame tx and scan
1. Moves the location of null data frame TX to before channel switch during
   offchannel action frame TX req.
2. Reverts Send wake up and sleep null between scanning.
2023-08-02 18:24:55 +05:30
wuzhenghui
bc13d808e3 fix(lightsleep): fix access pu_cfg after sleep wake wakeup which is linked to flash 2023-08-01 16:39:37 +08:00
wuzhenghui
46dd957c11 fix(lightsleep): suspend cache before goto sleep to avoid cache load wrong data after spi io isolation 2023-08-01 10:39:49 +08:00
Jiang Jiang Jian
a1e7766940 Merge branch 'bugfix/backport_phy_lib_v4.3' into 'release/v4.3'
esp_wifi: update phy lib for esp32c3 and esp32s2(v4.3)

See merge request espressif/esp-idf!24929
2023-07-28 02:48:09 +08:00
alanmaxwell
bb95e4cad3 esp_wifi: update phy lib
1. Fix WiFi not working with Tsens on ESP32S2.
2. WiFi RX multimpath optimization.
3. BLE TX sideband optimization for C3.
4. Fix WiFi and BLE calibration conflict issue.
2023-07-28 01:37:26 +08:00
Jiang Jiang Jian
51fa6add03 Merge branch 'change/rewrite_all_low_to_any_low_when_not_esp32_4.3' into 'release/v4.3'
Change: rewrite EXT1 triggle mode all_low to any_low when not esp32(backport v4.3)

See merge request espressif/esp-idf!24990
2023-07-27 23:05:48 +08:00
Jiang Jiang Jian
f57d0fcc5e Merge branch 'bugfix/tempsensor_wifi_conflict_v4.3' into 'release/v4.3'
temperature_sensor: Fix issue that have conflict with phy / Fix phy pwdet and tsens power cannot be set twice issue (backport v4.3)

See merge request espressif/esp-idf!24968
2023-07-27 23:05:17 +08:00
alanmaxwell
a405774eff fix(bt/ble): delete rom funcs for backport missing. 2023-07-27 23:03:39 +08:00
Jiang Jiang Jian
65a1cce3fa Merge branch 'bugfix/fix_wifi_espnow_coexist_API_doc_v4.3' into 'release/v4.3'
fix(esp_wifi): fix ret when setting channel at wifi not started

See merge request espressif/esp-idf!25011
2023-07-27 13:34:54 +08:00
liuning
77223bfa9f fix(esp_wifi): fix ret when setting channel at wifi not started 2023-07-26 19:42:11 +08:00
zhanghaipeng
f28b457554 fix(bt): Fix bug with address resolution enabling during non-connected activities 2023-07-26 17:20:15 +08:00
zhanghaipeng
a949b43e53 docs(bt): Organize header files for esp32c3 and esp32s3 2023-07-26 17:19:54 +08:00
zhanghaipeng
48701401fe fix(bt): Fix ble periodic advertising data length 0 error
- Fixed issues about data length 0 when set ext adv data,ext scan rsp data and periodic adv data
2023-07-26 16:48:51 +08:00
Jiang Jiang Jian
b0bdc8c8a0 Merge branch 'bugfix/fix_dhcp_server_address_pool_issue_for_4.3' into 'release/v4.3'
fix(dhcp server): Fix dhcp server address pool issue for 4.3

See merge request espressif/esp-idf!24992
2023-07-26 10:16:25 +08:00
Cao Sen Miao
60f8d164fa temperature_sensor: Apply new-shared interface in temperature sensor driver 2023-07-26 10:11:07 +08:00
xueyunfei
f70de1aeec fix(dhcp server): Fix dhcp server address pool issue 2023-07-25 20:31:04 +08:00
Lou Tianhao
b0d46efc66 Change: rewrite EXT1 triggle mode all_low to any_low when not esp32 2023-07-25 17:50:32 +08:00
muhaidong
8f6ab93cf4 fix(wifi): fix sta receive other ap csa issue 2023-07-25 11:22:11 +08:00
Jiang Jiang Jian
c6a75ac0cd Merge branch 'bugfix/fix_uart_tx_done_hardware_concurrency_v4.3' into 'release/v4.3'
uart: Fix TX side concurrency issues (v4.3)

See merge request espressif/esp-idf!22597
2023-07-25 10:43:44 +08:00
Jiang Jiang Jian
adc016c8e6 Merge branch 'bugfix/fix_gpio_driver_calloc_v4.3' into 'release/v4.3'
fix(gpio): fix potential crash when processing gpio isr (v4.3)

See merge request espressif/esp-idf!24904
2023-07-24 20:06:13 +08:00