Zhou Xiao
d01f32df2d
change(ble): update ble log spi out config for ESP32-C2
...
(cherry picked from commit e4b698fc32249f3d30c6eba69de1d325fee71dee)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:54:05 +08:00
Zhou Xiao
e8daf00ea5
feat(ble): improved ble log spi output interface to support multisource log
...
(cherry picked from commit 2221133ba8e84a7bb709857bac0b79ce7c666ba3)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-19 20:54:02 +08:00
Island
d4bb0e2aa3
Merge branch 'feat/support_ble_debug_with_gpio_v5.3' into 'release/v5.3'
...
Support change HID task size by Kconfig in HID example (v5.3)
See merge request espressif/esp-idf!36998
2025-02-19 16:37:56 +08:00
Jiang Jiang Jian
1698a58881
Merge branch 'fix/add_sleep_duration_check_for_timer_wakeup_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): add timer wakeup sleep duration check (v5.3)
See merge request espressif/esp-idf!37011
2025-02-19 14:02:53 +08:00
Jiang Jiang Jian
edd28f9cf1
Merge branch 'bugfix/watchdog_timer_ap_sta_esp32c5_v5.3' into 'release/v5.3'
...
fix(wifi): Prevent overwriting of scan parameters in consecutive scans (Backport v5.3)
See merge request espressif/esp-idf!34073
2025-02-19 13:46:39 +08:00
Shu Chen
9b00dff1b9
Merge branch 'support/ieee802154_get_rssi_comp_from_phy_v5.3' into 'release/v5.3'
...
feat(802.15.4): support ieee802154 get rssi comp from phylib (v5.3)
See merge request espressif/esp-idf!37052
2025-02-19 11:03:40 +08:00
morris
85cf4c262b
Merge branch 'fix/adc_func_register_not_reset_issue_v5.3' into 'release/v5.3'
...
adc: func register not reset issue (v5.3)
See merge request espressif/esp-idf!37046
2025-02-19 10:33:33 +08:00
Island
f258a14894
Merge branch 'bugfix/h2_ble_timer_clk_enable_fix_v5.3' into 'release/v5.3'
...
fix: H2 ble timer clk enable issue. (v5.3)
See merge request espressif/esp-idf!36544
2025-02-18 15:45:38 +08:00
Marius Vikhammer
fa4706e4cb
Merge branch 'fix/usb-cdc-non-blocking-read_v5.3' into 'release/v5.3'
...
fix(esp_vfs_console): USB CDC read when non blocking (backport v5.3)
See merge request espressif/esp-idf!36749
2025-02-18 12:17:26 +08:00
zwx
c1adbead0c
feat(802.15.4): use btbb function to get rssi comp for h2
2025-02-18 12:10:24 +08:00
Armando
aad78c3022
fix(adc): fixed adc function register not reset issue
2025-02-18 10:35:59 +08:00
wuzhenghui
0e2335f6f9
fix(esp_hw_support): add timer wakeup sleep duration check
...
Closes https://github.com/espressif/esp-idf/issues/15255
2025-02-17 19:09:44 +08:00
Nachiket Kukade
35d0114354
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2025-02-17 13:08:25 +05:30
Zhang Hai Peng
d30c46cf98
feat(ble/bluedroid): Support change HID task size by Kconfig in HID example
...
(cherry picked from commit d4b3a7e99d29150d9718415384db7ac5ae7673d5)
Co-authored-by: Mitch Cairns <mitch.cairns@handheldlegend.com>
2025-02-17 11:15:21 +08:00
Zhang Hai Peng
ff6425d301
fix(ble/bluedroid): Don't log error on 16/128-bit UUID mixed descriptors
...
(cherry picked from commit fed1d41aa7170d8418dd126dd8e3b47a977b4aca)
Co-authored-by: Nebojša Cvetković <nebkat@gmail.com>
2025-02-17 11:15:16 +08:00
Zhang Hai Peng
4a00e8d6b0
refactor(ble/bluedroid): Fix typos in gatt_sr.c
...
(cherry picked from commit 63b2dcc3a7b4b56486a7ef82050d8a43dd2bb4af)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
2025-02-17 11:15:13 +08:00
Zhang Hai Peng
eab6ad5bd7
fix(ble/bluedroid): Allow 0 length indications
...
(cherry picked from commit 9b5a52e2f784a50c0e4c1a422a2b3d22ce5e9998)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
2025-02-17 11:15:11 +08:00
Zhang Hai Peng
1b3771276c
refactor(ble/bluedroid): Fix typos in bta_gatts_act.c
...
(cherry picked from commit a8041a99533628b044a8158bcc4410404f83ea63)
Co-authored-by: Nebojsa Cvetkovic <nebkat@gmail.com>
2025-02-17 11:15:08 +08:00
Zhang Hai Peng
04a238f88a
fix(ble): Update bt lib for ESP32(2a2631f)
...
- Support ESP32 BLE GPIO DEBUG
(cherry picked from commit 0a7888f839fc64097b43dae37c13cd0f3e2de690)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-02-17 11:13:49 +08:00
Island
c09aadf60c
Merge branch 'feat/add_spi_output_v5.3' into 'release/v5.3'
...
Feat/add spi output (v5.3)
See merge request espressif/esp-idf!36955
2025-02-17 11:04:33 +08:00
Rahul Tank
de76f43e11
fix(nimble): Handle not sending disconnect event if connect was not sent
2025-02-15 09:24:20 +05:30
Rahul Tank
4dd97f4847
Merge branch 'feat/long_read_offset_v5.3' into 'release/v5.3'
...
feat(nimble): Add offset in GATT server long read context (v5.3)
See merge request espressif/esp-idf!36977
2025-02-15 11:26:58 +08:00
Martin Vychodil
b11b31016f
Merge branch 'bugfix/storage_generic_pytests_v5.3' into 'release/v5.3'
...
fix(ci): Removed storage related entries in known generate test child pipeline warnings (v5.3)
See merge request espressif/esp-idf!36685
2025-02-15 00:07:25 +08:00
Kapil Gupta
746abfa199
fix(esp_wifi): Fix stack curruption in btm task (v5.3)
2025-02-14 12:53:59 +05:30
Jiang Jiang Jian
2ff653bc56
Merge branch 'bugfix/skip_memory_reordering_wpa2_semaphr_v5.3' into 'release/v5.3'
...
fix(esp_wifi): fixed stack corruption in WiFi tasks (v5.3)
See merge request espressif/esp-idf!36937
2025-02-14 14:31:29 +08:00
Abhinav Kudnar
4bba68caeb
feat(nimble): Add offset in GATT server long read context
2025-02-14 11:22:28 +05:30
Rahul Tank
a106371679
Merge branch 'fix/blesync_periodic_adv_v5.3' into 'release/v5.3'
...
fix(nimble): Added sync reattempt for periodic adv (v5.3)
See merge request espressif/esp-idf!36788
2025-02-14 13:45:40 +08:00
Jiang Jiang Jian
b96b91c6a5
Merge branch 'feat/sleep_retention_expand_module_bitmap_v5.3' into 'release/v5.3'
...
backport v5.3: expand the number of sleep retention modules supported on different chips
See merge request espressif/esp-idf!35491
2025-02-14 13:29:03 +08:00
Zhou Xiao
96e01bf510
feat(ble): support esp ble controller spi output interface for ESP32-H2
...
(cherry picked from commit 9c98c7e040509836671fea35c63728e4768d3d00)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:54:05 +08:00
Zhou Xiao
8f2c1c02ce
feat(ble): support esp ble controller spi output interface for ESP32-C6
...
(cherry picked from commit 58b8775f95d6584838fdb386f33b96da0e87c56d)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:54:02 +08:00
Zhou Xiao
d6fb7d4c0b
feat(ble): support esp ble controller spi output interface for ESP32-C2
...
(cherry picked from commit 0b57f8ae875e52cfc816ebbb0eb1e7c7fb46cfad)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:53:59 +08:00
Zhou Xiao
c8456b78d3
feat(ble): add spi output interface for esp ble controller log
...
(cherry picked from commit 52106c989567515175538ef92163489ea9033f19)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-02-14 11:53:56 +08:00
radek.tandler
b4af220c1e
fix(storage/nvs): Fixed failing test cases in example folder
2025-02-13 20:40:06 +01:00
radek.tandler
f78620853b
fix(storage/vfs): Fixed failing test cases in test_apps
2025-02-13 20:40:06 +01:00
radek.tandler
0f5073ea2c
fix(ci): Removed storage related ignore warnings
2025-02-13 20:40:05 +01:00
Astha Verma
68420c726e
fix(nimble): Added sync reattempt for periodic adv
2025-02-13 18:26:58 +05:30
Jiang Jiang Jian
8835b4d2e6
Merge branch 'bugfix/mem_leak_sae_pk_v5.3' into 'release/v5.3'
...
fix(wifi): Bugfix memory leak due to sae public key (v5.3)
See merge request espressif/esp-idf!36926
2025-02-13 20:36:19 +08:00
Rahul Tank
b80c387c9f
Merge branch 'fix/core_err_code_def_v5.3' into 'release/v5.3'
...
fix(nimble): Enhanced error handling by adding to print core error definitions (v5.3)
See merge request espressif/esp-idf!36655
2025-02-13 19:45:04 +08:00
Mahavir Jain
562ca9f2e0
Merge branch 'bugfix/http_client_select_read_error_v5.3' into 'release/v5.3'
...
fix(tcp_tranport): Fix handling of select() return value (v5.3)
See merge request espressif/esp-idf!36918
2025-02-13 19:19:22 +08:00
Kapil Gupta
135a320b3c
fix(esp_wifi): Fix stack corruption in wpa3 task
2025-02-13 14:23:35 +05:30
Kapil Gupta
70ad8d04ed
fix(esp_wifi): fixed Stack corruption in DPP task
2025-02-13 14:23:35 +05:30
Kapil Gupta
d6dec98447
fix(esp_wifi): fixed Stack corruption in WPS processing
2025-02-13 14:23:35 +05:30
Kapil Gupta
565b8914ae
fix(esp_wifi): Fixed memory corruption in wifi enterprise
...
Closes https://github.com/espressif/esp-idf/issues/15370
2025-02-13 14:23:35 +05:30
Li Shuai
88c1c9c344
change(esp_hw_support): fix some sleep retention build error
2025-02-13 16:33:30 +08:00
Li Shuai
af5a9c87cd
change(soc): define sleep retention module total number to 64 for esp32p4
2025-02-13 16:33:30 +08:00
Li Shuai
62633bcdae
change(esp_hw_support): update power domain pd allowed check logic
2025-02-13 16:33:28 +08:00
Li Shuai
44001a9d70
change(esp_hw_support): update some modules sleep retention init dependency bitmap
2025-02-13 15:35:19 +08:00
Li Shuai
61b7a971d3
change(soc): add sleep retention module total number definition
2025-02-13 15:17:55 +08:00
Shreyas Sheth
467524f067
fix(wifi): Fixed memory leak occurring in SAE PK connection
2025-02-13 12:03:16 +05:30
morris
a916a250ea
Merge branch 'bugfix/lcd_driver_with_flash_encryption_v5.3' into 'release/v5.3'
...
fix(dma): also consider buffer alignment when calculating the DMA nodes (v5.3)
See merge request espressif/esp-idf!36818
2025-02-13 14:16:07 +08:00