Frantisek Hrbata
6197d1a256
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-02 10:10:29 +02:00
Jiang Jiang Jian
6d79a72d62
Merge branch 'bugfix/avoid_offchan_ftm_retries_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
fix(wifi): Avoid internal retries for offchannel FTM Requests (Backport v5.0)
See merge request espressif/esp-idf!32491
2024-08-01 19:33:18 +08:00
zhanghaipeng
a9b0b618ab
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
2024-08-01 16:18:13 +08:00
Nachiket Kukade
d5c1431340
fix(wifi): Avoid internal retries for offchannel FTM Requests
2024-07-31 22:38:30 +05:30
zhanghaipeng
915c312c8a
fix(ble/bluedroid): Fix incorrect state issue when unregistering BLE GATTC application
2024-07-30 19:11:40 +08:00
Jiang Jiang Jian
4794e31652
Merge branch 'bugfix/fix_beacon_timeout_issue_in_mesh_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
fix(wifi/mesh): fix the beacon timeout issue in mesh (v5.0)
See merge request espressif/esp-idf!32410
2024-07-30 13:44:17 +08:00
zhangyanjiao
dcd9758708
fix(wifi/mesh): fix the beacon timeout issue in mesh
2024-07-29 16:26:53 +08:00
zwl
a27c82c69a
feat(bluetooth/controller): support switching log output mode on ESP32-C2
2024-07-29 12:11:09 +08:00
zwl
13b9b65904
feat(bluetooth/controller): storage ble controller log to flash on ESP32C2
2024-07-29 12:10:36 +08:00
Armando
f095432fc0
feat(psram): support APS3204L
2024-07-29 11:44:49 +08:00
Island
4a46dce746
Merge branch 'feat/support_default_tx_level_for_esp32h2_esp32c6_esp32c2_v5.0' into 'release/v5.0'
...
feat(bluetooth/controller): support default tx power configurable on ESP32C2
See merge request espressif/esp-idf!32196
2024-07-29 10:32:14 +08:00
Adam Múdry
567cf951bd
fix(vfs): FATFS mount immediately after format if mount failed
2024-07-26 17:59:56 +02:00
Island
0a615a6783
Merge branch 'bugfix/fixed_start_adv_error_on_esp32c2' into 'release/v5.0'
...
fix(ble): fixed tx memory leak issue when controller disable
See merge request espressif/esp-idf!32322
2024-07-26 13:56:04 +08:00
zhanghaipeng
efd0a06db6
fix(ble/bluedroid): Fixed BLE cannot create connection
2024-07-26 10:38:05 +08:00
Island
13033ac582
Merge branch 'bugfix/fix_ble_intr_alloc_failure' into 'release/v5.0'
...
fix(bt/controller): Change level of BLE interrupt to avoid allocation failure
See merge request espressif/esp-idf!32199
2024-07-25 12:10:07 +08:00
Shyamal Khachane
9a746e5b4e
fix(esp_wifi): Handle PMKID mismatch or absence in OWE
...
Compute keys incase PMKID does not match or PMKID is absent in association response
2024-07-25 08:42:53 +05:30
Rahul Tank
a644f49cf7
fix(wifi_prov): Added API to set random address
2024-07-24 21:00:54 +05:30
zwl
04418cbf48
fix(ble): fixed tx memory leak issue when controller disable
2024-07-24 17:42:32 +08:00
Jiang Jiang Jian
a528f1326c
Merge branch 'bugfix/fix_coexist_beacon_monitor_timer_issue' into 'release/v5.0'
...
fix(coex): fix coexist beacon monitor timer carsh issue
See merge request espressif/esp-idf!32239
2024-07-23 15:43:56 +08:00
Rahul Tank
df0d5bc4fa
fix(nimble): Increase Timer stack size for nimble application
2024-07-22 15:52:34 +05:30
Rahul Tank
74431934a5
fix(nimble): Remove extra spaces from example CMake file
2024-07-22 15:26:29 +05:30
Kapil Gupta
a3ef4cb054
fix(esp_wifi): backport some dpp fixes
2024-07-22 12:09:27 +05:30
liuning
c80c955997
fix(coex): fix coexist beacon monitor timer carsh issue
2024-07-19 14:06:32 +08:00
gongyantao
7d040b7d44
feat(bt): add bt address printing for all bt examples
2024-07-19 11:51:58 +08:00
gongyantao
beab75487b
fix(bt): fix uTask stack overflow in bt example spp_initiator
2024-07-19 11:50:17 +08:00
chenjianhua
84657b9d74
fix(bt/controller): Change level of BLE interrupt to avoid allocation failure
2024-07-18 14:10:33 +08:00
Rahul Tank
d651e5265d
fix(nimble): Fixed BLE security vulnerability when using fixed IRK
2024-07-18 11:25:28 +05:30
luoxu
c6b5c5893b
fix(ble_mesh): fixed BLEMESH24-76
2024-07-18 11:40:56 +08:00
zwl
eeea47ec5f
feat(bluetooth/controller): support default tx power configurable on ESP32C2
2024-07-18 10:50:54 +08:00
Jiang Jiang Jian
ce8dd3997d
Merge branch 'bugfix/fix_coex_loadprohibit_issue_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(e4ba7f6) (Backport v5.0)
See merge request espressif/esp-idf!32148
2024-07-17 20:05:57 +08:00
Jiang Jiang Jian
a783022fb2
Merge branch 'fix/netif_ppp_ip6_autoconfig_v5.0' into 'release/v5.0'
...
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs (v5.0)
See merge request espressif/esp-idf!32181
2024-07-17 20:00:48 +08:00
Jiang Jiang Jian
98d3c8219a
Merge branch 'bugfix/fix_mesh_xon_request_timeout_issue_v5.0' into 'release/v5.0'
...
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot (v5.0)
See merge request espressif/esp-idf!32167
2024-07-17 16:02:28 +08:00
linruihao
3a08385930
fix(coex): Update bt lib for ESP32-C3 and ESP32-S3(e4ba7f6)
...
- Fixed coexist LoadProhibited issue
2024-07-17 15:45:19 +08:00
Jiang Jiang Jian
8d86ea02a2
Merge branch 'feat/optimize_bt_porting_hci_0628_5.0' into 'release/v5.0'
...
Feat/optimize bt porting hci 0628 5.0
See merge request espressif/esp-idf!32130
2024-07-17 15:39:33 +08:00
David Cermak
35da10990a
fix(esp_netif): Fix missing IPv6 autoconfig for PPP netifs
...
Closes https://github.com/espressif/esp-idf/issues/13713
2024-07-17 08:47:42 +02:00
morris
d357849205
fix(rmt): power up memory block
2024-07-17 13:55:18 +08:00
zhangyanjiao
e0ed2f9cd8
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
...
Closes https://github.com/espressif/esp-idf/issues/13212
2024-07-17 11:19:22 +08:00
Jiang Jiang Jian
01ac18f468
Merge branch 'bugfix/11r_disable_sdkconfig_v5.0' into 'release/v5.0'
...
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig
See merge request espressif/esp-idf!32149
2024-07-17 10:43:41 +08:00
zwl
4569090b6b
fix(ble): fixed ble_htp example ci build error
2024-07-17 10:38:55 +08:00
zwl
cec91a1c10
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-16 20:10:03 +08:00
zwl
18efdefafe
feat(bluetooth/controller): optimize bt hci layer code
2024-07-16 20:10:03 +08:00
Shreyas Sheth
8ee63672db
fix(wifi): Ignore 11R, ENT AP when disabled in sdkconfig
2024-07-16 11:53:43 +05:30
Jiang Jiang Jian
7109734d01
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
Fixed some BLE bugs 240715 (backport v5.0)
See merge request espressif/esp-idf!32123
2024-07-16 10:28:41 +08:00
Jiang Jiang Jian
88ee1f5c68
Merge branch 'bugfix/ld_acl_c_3576_v5.0' into 'release/v5.0'
...
fix(bt/controller): Removed an improper assertion in ACL link driver (v5.0)
See merge request espressif/esp-idf!32120
2024-07-16 10:25:15 +08:00
Jiang Jiang Jian
17bdbedcd2
Merge branch 'bugfix/fix_some_wifi_bugs_240715_v5.0' into 'release/v5.0'
...
fix(wifi): fix some wifi bugs 240715(Backport v5.0)
See merge request espressif/esp-idf!32129
2024-07-15 21:53:13 +08:00
muhaidong
ab10ce03cd
fix(wifi): fix some wifi bugs 240715
...
1. fixed association refused temporarily too many times issue
2. send auth after sae association refused temporarily
3. give some information when password length mismatch authmode threshold
4. send deauth when first connect and pmf disabled
5. fix sta may join bad signal ap when set by signal
2024-07-15 18:59:14 +08:00
zhanghaipeng
3752c0ad5f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-15 15:55:17 +08:00
chenjianhua
7efd230264
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(66b5cc0)
...
- Fixed vendor hci get controller status command
- Prevent BLE interrupt from being preempted
2024-07-15 15:55:09 +08:00
Jin Cheng
ae7fe9eff9
fix(bt/controller): Removed an improper assertion in ACL link driver.
...
It can be triggered on peripheral SNIFF mode
when RX window is adjusted on ESP32.
2024-07-15 15:27:23 +08:00
Jiang Jiang Jian
6a09e585dd
Merge branch 'docs/optimized_ble_controller_api_references_esp32_v5.0' into 'release/v5.0'
...
docs(ble): Revised the esp32 controller API explanations (v5.0)
See merge request espressif/esp-idf!31928
2024-07-15 10:39:15 +08:00