Song Ruo Jing
a2178b0fa2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:01:37 +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
morris
4d5d5defd5
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
2024-12-24 22:47:52 +08:00
morris
cfea4f7c98
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc_v5.3' into 'release/v5.3'
...
fix(i2s): fixed some issues in I2S driver (v5.3)
See merge request espressif/esp-idf!35769
2024-12-24 18:36:09 +08:00
Shu Chen
fbdf9d919b
Merge branch 'fix/add_macros_for_otbr_v5.3' into 'release/v5.3'
...
fix(openthread): add macros for ot_br (v5.3)
See merge request espressif/esp-idf!35893
2024-12-24 17:55:29 +08:00
laokaiyao
fdc8275b37
fix(i2s): add check for the tdm frame bits num
2024-12-24 12:21:29 +08:00
laokaiyao
01d1aecd19
fix(i2s): fix the es8311 example on P4
...
Closes https://github.com/espressif/esp-idf/issues/14297
2024-12-24 12:07:45 +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
75fb8bbe04
refactor(i2s): refactor i2s examples common dependencies
...
Closes https://github.com/espressif/esp-idf/issues/14751
Make the common I2S dependencies as an example common component,
so that to avoid slash & backslash issue on windows
when use absolute include path.
2024-12-24 12:07:45 +08:00
laokaiyao
85be1550ab
docs(example): added troubleshooting for i2s_es8311 example
...
Closes https://github.com/espressif/esp-idf/issues/15047
2024-12-24 12:07:44 +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
Tan Yan Quan
5f19eb45b8
fix(openthread): add macros for ot_br
2024-12-23 21:31:08 +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
Rahul Tank
c21e1af174
Merge branch 'fix/added_change_for_invalid_offset_v5.3' into 'release/v5.3'
...
fix(nimble): Added a check for invalid offset (v5.3)
See merge request espressif/esp-idf!35752
2024-12-22 17:44:40 +08:00
Shreeyash
cb108dd39b
fix(nimble): Added a check for invalid offset
2024-12-22 11:58:24 +05:30
Rahul Tank
13a627e91b
Merge branch 'fix/update_peer_ota_addr_type_v5.3' into 'release/v5.3'
...
fix(nimble):Updated peer OTA address type (v5.3)
See merge request espressif/esp-idf!35344
2024-12-22 14:22:43 +08:00
shreeyash
8f6aac5d17
fix(nimble): Updated peer OTA address type
2024-12-21 21:18:02 +05:30
Rahul Tank
2d965b65ab
Merge branch 'bugfix/blufi_deinit_memory_leak_v5.3' into 'release/v5.3'
...
fix(nimble): Fix memory leak issue in Blufi example (v5.3)
See merge request espressif/esp-idf!35313
2024-12-21 23:43:04 +08:00
Astha Verma
c8d452638c
fix(nimble): fix memory leak issue in Blufi example
2024-12-21 16:31:45 +05:30
Rahul Tank
a949e02275
Merge branch 'fix/hci_err_code_description_v5.3' into 'release/v5.3'
...
fix(nimble): Added a function for printing HCI error definition (v5.3)
See merge request espressif/esp-idf!35678
2024-12-21 18:54:23 +08:00
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
Rahul Tank
08102036fd
Merge branch 'bugfix/solve_memory_prints_v5.3' into 'release/v5.3'
...
fix(nimble): Changing esp_rom_printf to ESP_LOGI when memory allocation fails (v5.3)
See merge request espressif/esp-idf!35836
2024-12-21 11:50:46 +08:00
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
Sergei Silnov
ce79ad5546
Merge branch 'fix/tools_pip_upgrade_v5.3' into 'release/v5.3'
...
fix(idf_tools.py): Upgrade pip and setuptools separately (v5.3)
See merge request espressif/esp-idf!35775
2024-12-20 20:07:01 +08:00
Roland Dobai
cee2a29981
Merge branch 'change/bump_up_kconfig_precommit_v5.3' into 'release/v5.3'
...
ci(pre-commit): bump kconfig checker pre-commit version to 2.4.1 (v5.3)
See merge request espressif/esp-idf!35826
2024-12-20 19:19:14 +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
Jan Beran
5485eebfc3
ci(pre-commit): bump kconfig checker pre-commit version to 2.4.1
2024-12-19 15:45:13 +01: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
Roland Dobai
81010cff35
fix(idf_tools.py): Upgrade pip and setuptools separately
...
This way the setuptools version dependency resolution will be done by
the upgraded pip.
2024-12-18 12:57:20 +01:00
Shu Chen
1dcb5a0c5d
Merge branch 'feature/change_ot_ci_cases_wlan_to_ethernet_v5.3' into 'release/v5.3'
...
feat(openthread): change wlan to ethernet (Backport v5.3)
See merge request espressif/esp-idf!35741
2024-12-18 19:21:00 +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