morris
a9153132b2
Merge branch 'fix/mcpwm_pm_lock_memory_leak_v5.1' into 'release/v5.1'
...
fix(mcpwm): fix pm_lock memory issues (v5.1)
See merge request espressif/esp-idf!34060
2024-10-28 10:11:51 +08:00
Wang Meng Yang
de8cdc55c5
Merge branch 'feat/support_32k_osc_ble_sleep_clk_v5.1' into 'release/v5.1'
...
feat(ble): Support using 32k oscillator as Bluetooth sleep clock(v5.1)
See merge request espressif/esp-idf!33998
2024-10-28 09:36:42 +08:00
Rahul Tank
320096d3d7
Merge branch 'bugfix/wifi_bt_coex_crash_v5.1' into 'release/v5.1'
...
fix(nimble): Fix the sequence of ll and host transport init (v5.1)
See merge request espressif/esp-idf!33963
2024-10-26 22:19:37 +08:00
Aditi
396df5d50f
fix(wpa_supplicant): Add few fixes in dpp task
2024-10-25 14:49:42 +05:30
aditi
bc26245787
fix(wpa_supplicant): Add few fixes in btm_rrm task
2024-10-25 14:49:33 +05:30
aditi
ae2569e008
fix(wpa_supplicant): Add few fixes in eloop task
2024-10-25 14:48:45 +05:30
aditi
9e6da54e4d
fix(wpa_supplicant): Add few fixes in WPS task
2024-10-25 14:48:38 +05:30
aditi
6f1b92a489
fix(wpa_supplicant): Add few fixes in NAN task
2024-10-25 14:48:33 +05:30
aditi
4e81e6e6f4
fix(wpa_supplicant): Add few fixes in eap client code
2024-10-25 14:48:24 +05:30
Roland Dobai
454782bb6b
change(version): Update version to 5.1.5
2024-10-25 09:02:00 +02:00
Chen Jichang
a3297f8eee
fix(mcpwm): fix pm_lock memory issues
2024-10-25 10:57:48 +08:00
cjin
8da41a584b
fix(ble): do not assert if ble sleep init failed
2024-10-25 10:51:31 +08:00
Zhang Hai Peng
4dc96c1616
feat(ble/bluedroid): Support enable BLE hci log by API
...
(cherry picked from commit 15c895fc6a )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-24 20:13:17 +08:00
chenjianhua
24ce9e2384
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:06 +08:00
wangtao@espressif.com
0afc589f3a
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-23 19:21:51 +08:00
Sudeep Mohanty
5f3a1f90eb
fix(freertos): Fixed SMP race condition in xStreamBufferSend()
...
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferSend() makes the xTaskWaitingToSend NULL but it may
have already been evaluated to not be NULL by xStreamBufferReceive()
running on another core and eventually leading to a crash in tasks.c.
2024-10-23 14:51:17 +08:00
nilesh.kale
29d13fec3e
feat(mbedtls): update mbedtls version to 3.6.2
2024-10-22 13:45:19 +05:30
hongshuqing
6e17a9d872
fix(h2): modify wrong lslp drvb config
2024-10-18 17:01:16 +08:00
xiongweichao
b3ea519624
feat(ble): Support using 32k oscillator as Bluetooth sleep clock
2024-10-18 16:52:16 +08:00
C.S.M
5b43155723
fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs
2024-10-18 16:07:00 +08:00
Jeroen Domburg
f8f3427aee
refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence
2024-10-18 16:07:00 +08:00
Jiang Jiang Jian
71ff7408a2
Merge branch 'bugfix/backport_supplicant_fixes_v5.1' into 'release/v5.1'
...
fix(wifi): Backport some fixes(v5.1)
See merge request espressif/esp-idf!33977
2024-10-18 11:18:10 +08:00
Jiang Jiang Jian
1e2aad9efd
Merge branch 'fix/fix_wifi_bugs_10_15_v5.1' into 'release/v5.1'
...
fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1)
See merge request espressif/esp-idf!34233
2024-10-18 02:24:24 +08:00
xuxiao
d787f5b325
fix(wifi): fix can not tx in low rssi during iperf test (backport v5.1)
2024-10-17 17:44:07 +08:00
harshal.patil
95311aae84
fix(mbedtls): Fix the increase in build size of mbedtls when upgrading to v3.x
2024-10-17 14:55:16 +05:30
Zhang Hai Peng
2eca72f18d
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
...
(cherry picked from commit 5126742003 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-17 16:13:21 +08:00
harshal.patil
97c9eae41d
feat(mbedtls/esp_crt_bundle): Move dummy cert to .rodata to save 408B from dram
...
Co-authored-by: Hanno <h.binder@web.de >
2024-10-16 16:41:39 +05:30
Sudeep Mohanty
9b25720b61
fix(freertos): Fixed SMP race condition in stream_buffers.c
...
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferReceive() makes the xTaskWaitingToReceive NULL but it may
have already been evaluated to not be NULL by xStreamBufferSend()
running on another core and eventually leading to a crash in tasks.c.
2024-10-16 09:41:21 +02:00
Chen Jian Hua
110cd62787
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:26 +08:00
morris
7a20ca42d4
refactor(lcd): optimize rgb lcd iram usage
...
lcd_com_mount_dma_data() doesn't need to be placed in IRAM
2024-10-11 18:59:47 +08:00
Sudeep Mohanty
ab14d0e270
test(freertos): Added unit test for event groups to test priority inversion
...
This commit adds a FreeRTOS unit test to verify that event groups do not
cause priority inversion when unblocking a higher priority task.
2024-10-11 12:00:22 +02:00
Sudeep Mohanty
b013c1da82
fix(freertos): Fixed priority inversion when setting event group bits
...
This commit fixes a priority inversion when a lower priority task set
event group bits to unblock a higher priority task but the lower
priority task continued to run.
2024-10-11 12:00:20 +02:00
wuzhenghui
fdc6a04943
change(esp_hw_support): switch hp_sys default power mode with clock src selection
2024-10-11 16:08:44 +08:00
Zhang Hai Peng
bb5a8e4b4e
fix(ble/bluedroid): Fixed BLE handle check for GATT API
...
(cherry picked from commit 514155de3b )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-10 21:13:18 +08:00
Kapil Gupta
6938abf90c
fix(esp_wifi): Prevent memory overflow in WPS
2024-10-09 16:07:56 +05:30
Kapil Gupta
60552ecfa1
fix(esp_wifi): Mask some error conditions in WPS
...
Mask some error conditions in WPS to increase the probability of
WPS success.
2024-10-09 16:07:56 +05:30
Kapil Gupta
7810b9f4ff
fix(esp_wifi): Disable WPS timers once WPS succeed
2024-10-09 16:07:56 +05:30
Kapil Gupta
beb46af390
fix(esp_wifi): Allow connection with WPA mode in WPS
2024-10-09 16:07:44 +05:30
Zhang Hai Peng
e0113b33c4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408)
...
- Fixed extended connectable advertising data length check
(cherry picked from commit 8a80675b7c )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-08 15:13:26 +08:00
Mahavir Jain
632e0c2a9f
Merge branch 'fix/coredump_sha_build_error_v5.1' into 'release/v5.1'
...
fix(esp-coredump): fix build error when mbedtls hardware sha disabled (v5.1)
See merge request espressif/esp-idf!33945
2024-10-08 12:59:41 +08:00
Mahavir Jain
7b395bd8ae
Merge branch 'bugfix/null_assign_variable_v5.1' into 'release/v5.1'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.1)
See merge request espressif/esp-idf!33968
2024-10-08 12:25:43 +08:00
Mahavir Jain
0c50d91e96
Merge branch 'feature/update_mbedtls_version_to_3.6.1_v5.1' into 'release/v5.1'
...
feat(mbedtls): updated mbedtls version to 3.6.1(v5.1)
See merge request espressif/esp-idf!33915
2024-10-08 12:25:12 +08:00
Kapil Gupta
8baaec05be
fix(esp_wifi): Deinit WPS registrar during hostapd deinit
2024-10-07 10:42:39 +05:30
Kapil Gupta
a6006f5a56
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-07 10:42:32 +05:30
Rahul Tank
18209f91e7
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-10-04 11:48:53 +05:30
Abhinav Kudnar
deed739453
fix(nimble): Fix the sequence of ll and host transport init
2024-10-03 17:01:37 +08:00
Erhan Kurubas
7a3f74f0d4
fix(esp-coredump): fix build error when mbedtls hardware sha disabled
2024-10-01 10:07:40 +02:00
Jiang Jiang Jian
6dff5b8f5b
Merge branch 'fix/fix_free_eb_twice_issue_v51' into 'release/v5.1'
...
fix(wifi): fix ampdu to normal cause free buffer twice issue(Backport v5.1)
See merge request espressif/esp-idf!33896
2024-09-30 17:46:53 +08:00
Jiang Jiang Jian
77213ac824
Merge branch 'feat/add_mode_chg_parem_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Report sniff interval to application layer(v5.1)
See merge request espressif/esp-idf!33867
2024-09-30 14:20:14 +08:00
Jiang Jiang Jian
571d282b96
Merge branch 'fix/ecdsa_verify_check_hash_len_v5.1' into 'release/v5.1'
...
Wrap some mbedtls' ECDSA verification related APIs (v5.1)
See merge request espressif/esp-idf!33785
2024-09-30 14:19:09 +08:00