Rahul Tank
8a2ba98b8b
fix(nimble): Add ATT Tx queue cleanup during link disconnection
2024-12-26 12:57:10 +05:30
Island
505a359f36
Merge branch 'bugfix/fixed_ble_issues_241220_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues 241220 (v5.3)
See merge request espressif/esp-idf!35923
2024-12-26 11:30:17 +08:00
morris
e62af45d60
Merge branch 'bugfix/rtc_clk_cpu_freq_set_xtal_behavior_v5.3' into 'release/v5.3'
...
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL (v5.3)
See merge request espressif/esp-idf!35944
2024-12-26 10:48:02 +08:00
morris
09abea3d98
Merge branch 'fix/fix_psram_mode_reg_wrong_timing_v5.3' into 'release/v5.3'
...
psram: fixed mode reg read bad timing on octal and hex psrams (v5.3)
See merge request espressif/esp-idf!35949
2024-12-26 10:17:09 +08:00
morris
a7781f3662
Merge branch 'feat/rgb_lcd_increase_pclk_v5.3' into 'release/v5.3'
...
feat(lcd): increase the upper limit of pclk frequency for RGB LCD (v5.3)
See merge request espressif/esp-idf!35929
2024-12-25 16:24:59 +08:00
morris
73a155f988
Merge branch 'feat/rmt_return_real_channel_resolution_v5.3' into 'release/v5.3'
...
feat(rmt): add API to return the real clock resolution of a channel (v5.3)
See merge request espressif/esp-idf!35902
2024-12-25 14:33:02 +08:00
Armando
03f12395de
fix(psram): fixed mode reg read bad timing on octal and hex psrams
2024-12-25 11:02:38 +08:00
morris
4d5d5defd5
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
2024-12-24 22:47:52 +08:00
Song Ruo Jing
c73be9a62d
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL
...
Align C6/H2/C5/C61 rtc_clk_cpu_freq_set_xtal behavior to other chips
2024-12-24 22:08:46 +08:00
zwl
eb0c5ed331
feat(ble): add dtm configuration command in hci example
2024-12-24 19:30:30 +08:00
Zhao Wei Liang
ea2cf71b2f
feat(ble): Support get ble controller free heap size on ESP32-C2
...
(cherry picked from commit 2cb7d2437b )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:36 +08:00
Zhao Wei Liang
9c0c5af372
feat(ble): Support get ble controller free heap size on ESP32-H2
...
(cherry picked from commit 12f226be7d )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:34 +08:00
Zhao Wei Liang
c0d8e44cda
feat(ble): Support get ble controller free heap size on ESP32-C6
...
(cherry picked from commit aa7feb9449 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:31 +08:00
Zhao Wei Liang
132f4b27e8
feat(ble): fixed some ble issues on ESP32-C2
...
(cherry picked from commit 5f9a3cdd1a )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:29 +08:00
Zhao Wei Liang
08d741dff3
feat(ble): adjust bt default scheme position
...
(cherry picked from commit 446239251c )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:27 +08:00
laokaiyao
fdc8275b37
fix(i2s): add check for the tdm frame bits num
2024-12-24 12:21:29 +08:00
Gustavo Litovsky
c475820f54
change(esp32): undo forcing two slots in I2S
...
fix(i2s): fixed the issue in PR 14879
Closes https://github.com/espressif/esp-idf/pull/14879
[Kevin: Update to only remove the limitation for PCM short format]
2024-12-24 12:07:45 +08:00
laokaiyao
9b46827d00
fix(i2s): return error when mclk_div is smaller than 2
2024-12-24 12:07:44 +08:00
laokaiyao
33f490d69c
fix(i2s): fixed incorrect buf size calculation
2024-12-24 12:07:44 +08:00
morris
3bc10aa81b
feat(rmt): add API to return the real clock resolution of a channel
...
Closes https://github.com/espressif/esp-idf/pull/15074
2024-12-24 11:17:11 +08:00
Marius Vikhammer
c042aad969
Merge branch 'fix/ringbuf_receives_after_aq_wraparound_v5.3' into 'release/v5.3'
...
fix(esp_ringbuf): Fixed no-split ringbuf issue where acquire pointer wraps around (v5.3)
See merge request espressif/esp-idf!35868
2024-12-23 14:51:08 +08:00
Rahul Tank
98f9bdb7fa
Merge branch 'bugfix/fix_compile_issue_v5.3' into 'release/v5.3'
...
fix(nimble): Fix compilation issues when BLE_MAX_STORE_BOND is set to 0 (v5.3)
See merge request espressif/esp-idf!34442
2024-12-23 12:31:49 +08:00
morris
8273d98760
Merge branch 'fix/flash_noos_issues_v5.3' into 'release/v5.3'
...
flash: fixed some no_os API issues (v5.3)
See merge request espressif/esp-idf!35792
2024-12-23 10:21:04 +08:00
Rahul Tank
3e9375e9f9
fix(nimble): Fix compilation issues when BLE_MAX_STORE_BOND is set to 0
2024-12-22 15:20:59 +05:30
Shreeyash
cb108dd39b
fix(nimble): Added a check for invalid offset
2024-12-22 11:58:24 +05:30
shreeyash
8f6aac5d17
fix(nimble): Updated peer OTA address type
2024-12-21 21:18:02 +05:30
Astha Verma
c8d452638c
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:31:45 +05:30
Sudeep Mohanty
4390b045dd
fix(esp_ringbuf): Fixed no-split ringbuf issue where acquire pointer wraps around
...
This commit fixes an issue with no-split ring buffers where in the the
buffer did not receive items correctly if the acquire pointer wraps
around before items are sent to it.
2024-12-21 12:07:49 +05:30
Astha Verma
6d88cae54d
fix(nimble): Updated function to print HCI opcode with error definition
2024-12-21 09:25:55 +05:30
Abhinav Kudnar
19931368cf
fix(nimble): Changing esp_rom_printf to ESP_LOGI when memory allocation fails
2024-12-20 21:45:12 +05:30
Rahul Tank
27fb5d47ff
Merge branch 'bugfix/fix_link_estab_param_v5.3' into 'release/v5.3'
...
fix(nimble): Corrected link_estab event handling parameters (v5.3)
See merge request espressif/esp-idf!35808
2024-12-21 00:05:46 +08:00
Marius Vikhammer
25347b5b03
Merge branch 'fix/esp32p4_unexpected_reset_v5.3' into 'release/v5.3'
...
fix(system): avoid unexcpected hp_sys_wdt reset (v5.3)
See merge request espressif/esp-idf!35802
2024-12-20 16:55:37 +08:00
Armando
eb85f8da46
fix(cache): fixed cache hal ctx not initialised in app issue
2024-12-20 14:06:19 +08:00
Armando
1f982e3ded
fix(spi_flash): fixed no_os flash API not consider branch predictor on c5/c61
2024-12-20 14:06:19 +08:00
Armando
5b6191195f
fix(spi_flash): fixed no_os flash API not consider cache states issue on h2/p4/c6/c5/c61
2024-12-20 14:06:19 +08:00
Shu Chen
fde54d5718
Merge branch 'fix/thread-lib-v53' into 'release/v5.3'
...
fix(openthread): update esp-thread-lib branch (v5.3)
See merge request espressif/esp-idf!35813
2024-12-20 13:37:35 +08:00
Tan Yan Quan
d9b3f2ccb1
fix(openthread): update esp-thread-lib branch
2024-12-20 12:29:56 +08:00
morris
9322f7b0d3
Merge branch 'fix/fix_adc_cali_check_scheme_api_issue_v5.3' into 'release/v5.3'
...
adc: fixed adc_cali_check_scheme wrong return on c2/h2/c6 (v5.3)
See merge request espressif/esp-idf!35719
2024-12-20 10:12:32 +08:00
Alexey Gerenkov
19884eb092
Merge branch 'fix/coredump_checksum_error_v5.3' into 'release/v5.3'
...
Fix/coredump checksum error (v5.3)
See merge request espressif/esp-idf!35763
2024-12-19 23:01:19 +08:00
Island
ede55daa15
Merge branch 'bugfix/fix_set_perfer_ext_conn_param_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Fixed setting perfer conn params complete event report (v5.3)
See merge request espressif/esp-idf!35747
2024-12-19 19:21:17 +08:00
Rahul Tank
749d70e159
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 16:04:25 +05:30
Erhan Kurubas
9cab2c7796
fix(system): avoid unexcpected hp_sys_wdt reset
2024-12-19 11:58:58 +03:00
Shu Chen
2c786a4b04
Merge branch 'feature/add_rx_buff_statistic_v5.3' into 'release/v5.3'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic (v5.3)
See merge request espressif/esp-idf!35640
2024-12-19 16:21:25 +08:00
Erhan Kurubas
854acfca27
change(coredump): include coredump own stack into coredump file
2024-12-18 13:16:13 +03:00
Erhan Kurubas
81affe2c09
change(coredump): make sure consistency with written data and calculated checksum
2024-12-18 13:16:13 +03:00
chenjianhua
fffc222122
fix(bt/bluedroid): Fixed LE channel selection algorithm event reporting
2024-12-18 11:49:52 +08:00
Chen Jian Hua
12efe83588
fix(bt/bluedroid): Fixed setting perfer conn params complete event report
...
(cherry picked from commit 4b352d1c4f )
Co-authored-by: xuzhekai <xuzhekai@espressif.com >
2024-12-18 11:33:32 +08:00
Island
73c6ff0e94
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3_v5.3' into 'release/v5.3'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2) (v5.3)
See merge request espressif/esp-idf!35691
2024-12-18 10:46:13 +08:00
Island
14075e8ebf
Merge branch 'bugfix/fix_blufi_prepare_write_v5.3' into 'release/v5.3'
...
fix(blufi): Fixed crash issue in Blufi example during prepare write operation (v5.3)
See merge request espressif/esp-idf!35716
2024-12-18 10:45:58 +08:00
Island
77d0629ae7
Merge branch 'feat/support_some_vendor_hci_for_qa_v5.3' into 'release/v5.3'
...
fix(ble): fixed the connect issue when rx error aa on ESP32-C2 (v5.3)
See merge request espressif/esp-idf!35646
2024-12-17 16:49:26 +08:00