Guillaume Souchere
7fac9e4f7a
fix(esp_hw_support): Unused variables in memory_utils functions
2025-01-13 11:11:40 +01:00
Guillaume Souchere
4eee2b0849
fix(heap): MALLOC_CAP_EXEC does not allocate in RTC IRAM
...
This commit fixes the issue when trying to allocate memory
with the MALLOC_CAP_EXEC in RTC memory. Prior to the fix,
the heap allocator was returning an address in RTC DRAM.
To fix this issue:
- modified memory_layout.c of the concerned targets to fill the iram_address
field in the rtc entry of the soc_memory_region array properly.
- modified heap component related functions to return IRAM address when
an allocation in RTC memory with MALLOC_CAP_EXEC is requested.
Closes https://github.com/espressif/esp-idf/issues/14835
2024-12-30 09:06:54 +01:00
Roland Dobai
276083f93e
Merge branch 'fix/missing_header_hint_v5.2' into 'release/v5.2'
...
fix(hints): improve suggestion for missing header file (v5.2)
See merge request espressif/esp-idf!36045
2024-12-30 14:06:20 +08:00
Frantisek Hrbata
a4de7c8ac4
fix(hints): improve suggestion for missing header file
...
Currently, we are only suggesting that the header file is likely not
part of the component's INCLUDE_DIRS. However, the header file may be
missing also because of the configuration settings. For instance, the
component might be disabled in sdkconfig, or the feature that supplies
the header might not be enabled. Enhance the hint message to address
this scenario as well.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-12-29 18:56:58 +01:00
Rahul Tank
6a29f58770
Merge branch 'bugfix/force_att_tx_q_cleanup_v5.2' into 'release/v5.2'
...
fix(nimble): Add ATT Tx queue cleanup during link disconnection (v5.2)
See merge request espressif/esp-idf!36014
2024-12-27 20:10:30 +08:00
Island
1d29ca4c02
Merge branch 'docs/refactor_ceva_bt_controller_api_v5.2' into 'release/v5.2'
...
docs(ble): Refactored the API reference for esp32/c3/s3 BT controller (v5.2)
See merge request espressif/esp-idf!35351
2024-12-27 18:45:15 +08:00
Wei Yu Han
75004877a3
docs(ble): Refactored the API reference for esp32/c3/s3 BT controller (v5.2)
2024-12-27 18:45:15 +08:00
Wang Meng Yang
92bfc4828c
Merge branch 'bugfix/fix_btqabr2023330_v5.2' into 'release/v5.2'
...
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status (backport v5.2)
See merge request espressif/esp-idf!35575
2024-12-27 11:01:07 +08:00
morris
42f8913ca8
Merge branch 'bugfix/esp_rom_gpio_connect_out_signal_patch_v5.2' into 'release/v5.2'
...
fix(gpio): patched esp_rom_gpio_connect_out_signal for esp32 and esp32s2 (v5.2)
See merge request espressif/esp-idf!35941
2024-12-27 10:35:12 +08:00
Shu Chen
a40f7af524
Merge branch 'fix/openthread_dns_hook_v5_2' into 'release/v5.2'
...
fix(openthread): Fix external DNS resolve hook for DNS64 client(v5.2)
See merge request espressif/esp-idf!35985
2024-12-27 10:32:20 +08:00
morris
82c3a720ff
Merge branch 'bugfix/uart_8_16_bit_access_v5.2' into 'release/v5.2'
...
fix(uart): fix 8/16-bit uart register access (v5.2)
See merge request espressif/esp-idf!35963
2024-12-27 10:20:20 +08:00
Jiang Jiang Jian
16101fd7f2
Merge branch 'feature/support_to_query_phy_rf_used_time_v5.2' into 'release/v5.2'
...
feat(phy): support to query phy used time
See merge request espressif/esp-idf!35876
2024-12-26 17:23:12 +08:00
Rahul Tank
cedbdcd983
fix(nimble): Add ATT Tx queue cleanup during link disconnection
2024-12-26 13:04:36 +05:30
Island
ce62b586e1
Merge branch 'refactor/optimize_ble_gatt_api_doc_v5.2' into 'release/v5.2'
...
refactor(bt/bluedroid): Optimize BLE GATT related APIs reference (v5.2)
See merge request espressif/esp-idf!35917
2024-12-26 14:25:00 +08:00
Island
2d582e880f
Merge branch 'feat/add_get_started_example_on_bluedroid_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.2)
See merge request espressif/esp-idf!35651
2024-12-26 14:24:47 +08:00
Island
3c799b3f9f
Merge branch 'bugfix/fixed_ble_issues_241220_v5.2' into 'release/v5.2'
...
Bugfix/fixed ble issues 241220 (v5.2)
See merge request espressif/esp-idf!35922
2024-12-26 11:30:23 +08:00
morris
4010489aa2
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc_v5.2' into 'release/v5.2'
...
fix(i2s): fixed some issues in I2S driver (v5.2)
See merge request espressif/esp-idf!35770
2024-12-26 11:14:24 +08:00
morris
79014ccc1b
Merge branch 'bugfix/reserve_mspi_pin_regarding_line_mode_v5.2' into 'release/v5.2'
...
fix(gpio_reserve): reserve the mspi pin regarding line mode (v5.2)
See merge request espressif/esp-idf!35907
2024-12-26 10:51:55 +08:00
Marius Vikhammer
2ef8f9e237
Merge branch 'fix/esp_hiram_heap_v5.2' into 'release/v5.2'
...
fix(esp_psram): fix a bug in PSRAM heap registration (backport v5.2)
See merge request espressif/esp-idf!35701
2024-12-26 10:51:18 +08:00
morris
fa1ab35c66
Merge branch 'bugfix/rtc_clk_cpu_freq_set_xtal_behavior_v5.2' into 'release/v5.2'
...
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL (v5.2)
See merge request espressif/esp-idf!35945
2024-12-26 10:49:20 +08:00
WanqQixiang
b6a2beaf93
fix(openthread): Fix external DNS resolve hook for DNS64 client
2024-12-26 10:21:06 +08:00
Song Ruo Jing
0f9a4890aa
fix(uart): fix 8/16-bit uart register access
2024-12-25 19:27:54 +08:00
Song Ruo Jing
5dd2f38eb4
fix(uart): eliminated potential glitch on TX at setup if TX signal is inversed
...
Closes https://github.com/espressif/esp-idf/issues/14285
2024-12-25 14:37:29 +08:00
morris
610b334c26
Merge branch 'fix/fix_psram_mode_reg_wrong_timing_v5.2' into 'release/v5.2'
...
psram: fixed mode reg read bad timing on octal and hex psrams (v5.2)
See merge request espressif/esp-idf!35950
2024-12-25 14:13:13 +08:00
morris
9d1b0c2df7
Merge branch 'feat/rmt_return_real_channel_resolution_v5.2' into 'release/v5.2'
...
feat(rmt): add API to return the real clock resolution of a channel (v5.2)
See merge request espressif/esp-idf!35903
2024-12-25 14:10:47 +08:00
laokaiyao
607afec360
fix(gpio_reserve): reserve the mspi pin regarding line mode
2024-12-25 11:08:32 +08:00
Armando
137cee80d2
fix(psram): fixed mode reg read bad timing on octal and hex psrams
2024-12-25 11:05:53 +08:00
zwl
1e68d50840
feat(ble): add dtm configuration command in hci example
2024-12-25 09:57:29 +08:00
Song Ruo Jing
54ca0cf944
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL
...
Align C6/H2 rtc_clk_cpu_freq_set_xtal behavior to other chips
2024-12-24 22:29:14 +08:00
Song Ruo Jing
b600a2ef8b
fix(gpio): patched esp_rom_gpio_connect_out_signal for esp32 and esp32s2
...
The original ROM function enabled output for the pad first, and then connected the signal
This could result in an undesired level change at the pad
Closes https://github.com/espressif/esp-idf/issues/12826
2024-12-24 20:17:40 +08:00
Shu Chen
af7ce35ee6
Merge branch 'fix/add_macros_for_otbr_v5.2' into 'release/v5.2'
...
fix(openthread): add macros for ot_br (v5.2)
See merge request espressif/esp-idf!35894
2024-12-24 17:55:18 +08:00
Zhao Wei Liang
cf11949a7b
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:21 +08:00
Zhao Wei Liang
226d8d7c75
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:19 +08:00
Zhao Wei Liang
b77e07b891
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:17 +08:00
Zhao Wei Liang
46a0db10ac
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:15 +08:00
Zhao Wei Liang
918edefb19
feat(ble): adjust bt default scheme position
...
(cherry picked from commit 446239251c )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-12-24 15:21:13 +08:00
Chen Jian Hua
b0f857a0f8
Merge branch 'refactor/optimize_ble_gatt_api_doc' into 'master'
...
refactor(bt/bluedroid): Optimize BLE GATT related APIs reference
See merge request espressif/esp-idf!34650
(cherry picked from commit 19b5381c99 )
7320c77d refactor(bt/bluedroid): Optimize BLE GATT related APIs reference
8a80617c refactor(bt/bluedroid): Optimize BLE GATT related APIs reference
0ac97e98 refactor(bt/bluedroid): Optimize BLE GATT related APIs reference
27b17c69 refactor(bt/bluedroid): Optimize BLE GATT related APIs reference
ea8d7686 docs: Update gattc & gatts api header files
f508772f Apply 3 suggestion(s) to 2 file(s)
03469b52 Apply 2 suggestion(s) to 1 file(s)
aa2cf7a5 docs: fix minor issue
46dc6e96 docs(ble): Replaced "closed" with "terminated" for physical connection.
Co-authored-by: Wei Yu Han <weiyuhan@espressif.com >
2024-12-24 15:19:53 +08:00
laokaiyao
bc5f76a636
fix(i2s): add check for the tdm frame bits num
2024-12-24 14:47:01 +08:00
Gustavo Litovsky
4c97aa404a
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 14:47:01 +08:00
laokaiyao
1e5ba4282f
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 14:47:01 +08:00
laokaiyao
848f92b02c
fix(i2s): return error when mclk_div is smaller than 2
2024-12-24 14:46:47 +08:00
laokaiyao
fb0b6e0987
fix(i2s): fixed incorrect buf size calculation
2024-12-24 12:32:07 +08:00
morris
cf0dc7a202
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:21 +08:00
Shu Chen
1408102f63
Merge branch 'feature/add_rx_buff_statistic_v5.2' into 'release/v5.2'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic (v5.2)
See merge request espressif/esp-idf!35641
2024-12-24 10:10:57 +08:00
Tan Yan Quan
89d56a9f7a
fix(openthread): add macros for ot_br
2024-12-23 21:31:16 +08:00
Rahul Tank
baef4f239c
Merge branch 'bugfix/ble_common_issues_v5.2' into 'release/v5.2'
...
Bugfix/ble common issues v5.2
See merge request espressif/esp-idf!35796
2024-12-23 20:05:40 +08:00
Astha Verma
2511d77650
fix(nimble): fix memory leak issue in Blufi example
2024-12-23 11:59:59 +05:30
liuning
47a2725c34
feat(phy): support to query phy used time
2024-12-23 10:58:23 +08:00
Jiang Jiang Jian
9ad543cf85
Merge branch 'bugfix/fix_some_wifi_bugs_20241221_v5.2' into 'release/v5.2'
...
fix some wifi bugs 20241221(Backport v5.2)
See merge request espressif/esp-idf!35863
2024-12-23 10:45:32 +08:00
xiongweichao
a6afd8cdfa
fix(bt): Fixed some controller bugs
...
- Fix epr not being initiated after authentication is completed
- Fixed the issue HCI_READ_CLOCK returned parameter in slot
- Fixed the missmatching of CLKN and FCNT after clock update
2024-12-23 09:41:19 +08:00