gaoxu
51ad6cfab0
feat(esp32h21): support RTC_IO and hysteresis on ESP32H21
2025-02-24 17:31:55 +08:00
gaoxu
d3acbe15aa
feat(esp32h21): refactor gpio_ll to use io_mux_struct
2025-02-24 17:25:58 +08:00
gaoxu
760f134d84
feat(esp32h21): support GPIO on esp32h21
2025-02-24 17:24:16 +08:00
morris
046279155d
Merge branch 'fix/spi_device_dynamic_freq_bug' into 'master'
...
fix(driver_spi): fixed wrong condition check in master driver device override_freq_hz feature
Closes IDF-12525
See merge request espressif/esp-idf!37222
2025-02-24 16:40:47 +08:00
Mahavir Jain
18c09cfe64
Merge branch 'fix/fix_security_app_readme' into 'master'
...
fix(security): Fixed README for security features app
See merge request espressif/esp-idf!37140
2025-02-24 16:08:39 +08:00
Mahavir Jain
e2fc36349a
Merge branch 'contrib/github_pr_15388' into 'master'
...
fix(esp_http_client): Fix host header for IPv6 address literal (GitHub PR)
Closes IDFGH-14640
See merge request espressif/esp-idf!37035
2025-02-24 16:02:27 +08:00
Song Ruo Jing
c9dff55c9f
Merge branch 'bugfix/gpio_standardization_fix' into 'master'
...
fix(gpio): minor improvement to output/input configuration step
Closes IDF-12240
See merge request espressif/esp-idf!36973
2025-02-24 15:56:59 +08:00
Armando (Dou Yiwen)
97b7b880c7
Merge branch 'refactor/rng_ll_c61' into 'master'
...
rng: refactor to use hal/ll apis for esp32c61
Closes IDF-12467
See merge request espressif/esp-idf!37019
2025-02-24 15:47:38 +08:00
Chen Ji Chang
33e81e572b
Merge branch 'feat/h4_introduce_step2_3' into 'master'
...
feat(esp32h4): add soc register header files (stage 3/8, part 3/3)
See merge request espressif/esp-idf!37092
2025-02-24 15:39:11 +08:00
Island
5f2a7f4d29
Merge branch 'feat/add_ble_spi_log' into 'master'
...
fix(ble/bluedroid): Support SPI log output options for HCI
Closes BLERP-1585 and BLERP-1586
See merge request espressif/esp-idf!37207
2025-02-24 14:37:41 +08:00
Mahavir Jain
37a4de8a71
Merge branch 'fix/incorrect_calculation_of_used_xip_pages' into 'master'
...
fix(esp_psram): Fix incorrect calculation of used XIP PSRAM pages
See merge request espressif/esp-idf!37069
2025-02-24 13:54:53 +08:00
morris
0d6b29c369
Merge branch 'chor/update_etm_register_esp32c61' into 'master'
...
change(etm): update soc register files for esp32c61
See merge request espressif/esp-idf!37152
2025-02-24 13:22:23 +08:00
Chen Jichang
62700fa36f
feat(esp32h4): add soc register header files (stage2_3)
...
add soc headers made by hand
2025-02-24 12:20:27 +08:00
wanckl
90728ade83
fix(driver_spi): fixed wrong condition check in master driver device override_freq_hz feature
2025-02-24 11:50:42 +08:00
Armando
c7ee2d7157
refactor(pmu): replace regi2c registers with LL APIs
2025-02-24 11:16:48 +08:00
Armando
d598c9db7c
refactor(rng): refactor to use hal/ll apis for c61
2025-02-24 11:16:48 +08:00
Aditya Patwardhan
877057db3d
Merge branch 'fix/fix_timeout_issue_in_https_server' into 'master'
...
fix(esp-tls): Fixed the server session create API
Closes IDFGH-14201
See merge request espressif/esp-idf!36519
2025-02-23 19:07:00 +08:00
zhanghaipeng
b6903296ad
fix(ble/bluedroid): Added SPI output support for Bluedroid host log
2025-02-23 17:23:54 +08:00
zhanghaipeng
e00ba3cbd1
fix(ble/bluedroid): Support SPI log output options for HCI
2025-02-23 11:46:47 +08:00
Wang Meng Yang
26a1b69a2a
Merge branch 'feat/add_sdk_config_for_sdp_size_option' into 'master'
...
feat(bt): Implement SDK Config SDP Size Options
See merge request espressif/esp-idf!36873
2025-02-21 17:03:52 +08:00
Island
1bfc6eddf0
Merge branch 'bugfix/fix_ble_report_len' into 'master'
...
fix(ble/bluedroid): Fix adv data and scan rsp data not reported together in BLE active scan
Closes BCI-493
See merge request espressif/esp-idf!37132
2025-02-21 15:29:43 +08:00
harshal.patil
a1e6387c16
fix(esp_psram): Fix incorrect calculation of used XIP PSRAM pages
...
The functions mmu_config_psram_text_segment() and mmu_config_psram_rodata_segment()
used to return the value of next start page in *out_page instead of the number
of pages used as mentioned in the documentation
2025-02-21 11:07:39 +05:30
Jiang Jiang Jian
1633c1a2bb
Merge branch 'docs/wifi_wpa3_ent_migration_guide_v5.4' into 'master'
...
docs(wifi): Add migration guide for WPA3-Enterprise authentication modes for v5.4
See merge request espressif/esp-idf!36827
2025-02-21 11:50:53 +08:00
Island
a38893d2d1
Merge branch 'feat/add_ble_log_spi_out_printf' into 'master'
...
feat(ble): add printf interface for ble log spi out
Closes BLERP-1582
See merge request espressif/esp-idf!37162
2025-02-21 10:47:34 +08:00
Marius Vikhammer
a5fe1e2a46
Merge branch 'feature/h21_panic' into 'master'
...
feat(esph21): bringup and test panic handler
Closes IDF-11546
See merge request espressif/esp-idf!37007
2025-02-21 10:25:03 +08:00
Martin Vychodil
af0f270e17
Merge branch 'bugfix/memprot_s2_intr_peri1' into 'master'
...
fix(security): ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
See merge request espressif/esp-idf!37105
2025-02-21 01:43:44 +08:00
Aditya Patwardhan
43a7248501
Merge branch 'contrib/github_pr_14785' into 'master'
...
Removed dependency on esp32 to use secure element (GitHub PR)
Closes IDFGH-13955 and IDFGH-13922
See merge request espressif/esp-idf!36935
2025-02-21 00:52:38 +08:00
Aditya Patwardhan
786dcacd8b
fix(security): Fixed README for security features app
2025-02-20 22:05:48 +05:30
Jiang Jiang Jian
d6aff6d2a4
Merge branch 'bugfix/fix_cache_count_flash_pages_patchs_return_wrong_value' into 'master'
...
fix(rom): Fix s2 and s3 Cache_Count_Flash_Pages rom function wrapper
Closes IDFGH-14494
See merge request espressif/esp-idf!36594
2025-02-20 23:47:27 +08:00
Wu Zheng Hui
e57f02e920
Merge branch 'doc/add_wakeup_source_usage_precautions' into 'master'
...
change(doc): added more usage notes about PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
Closes IDF-12166
See merge request espressif/esp-idf!36879
2025-02-20 21:00:15 +08:00
Song Ruo Jing
53d8b70e8b
fix(gpio): fix IO output enable control
...
oen_sel and oen_inv_sel fields from func_out_sel_cfg register
2025-02-20 19:49:28 +08:00
Adam Múdry
bbd9acee93
Merge branch 'test/reenable_perf_benchmark_c61' into 'master'
...
test: Re-enable perf_benchmark test for C61
Closes IDF-10977
See merge request espressif/esp-idf!37073
2025-02-20 19:35:43 +08:00
gongyantao
57a52f571d
change(bt): optimize the macro definition for sdp_max_pad_len
2025-02-20 19:12:40 +08:00
Chai Ji’e
50e3a2bcba
Merge branch 'bugfix/fix_cpu_crash_bug_esp32' into 'master'
...
bugfix/fix_qa_fail_bug_esp32
See merge request espressif/esp-idf!36353
2025-02-20 18:56:01 +08:00
Song Ruo Jing
1d6bcb86ba
fix(gpio): removed unnecessary step when routing input signal to a pin
2025-02-20 18:54:19 +08:00
Song Ruo Jing
a88bd155cd
fix(ledc): overflowed integer argument in ledc_hal_clear_left_off_fade_param
2025-02-20 18:54:19 +08:00
Wan Lei
76133bc373
Merge branch 'fix/remove_gpio_hal_iomux_func_sel' into 'master'
...
fix(driver_gpio): remove gpio_hal_iomux_func_sel
See merge request espressif/esp-idf!33928
2025-02-20 18:52:35 +08:00
Sarvesh Bodakhe
9ed5ea1acf
docs: Add migration guide for WPA3-Enterprise authentication modes for v5.4
2025-02-20 16:18:36 +05:30
Ren Peiying
f77183ceaf
Merge branch 'docs/add_translation_for_5.5_protocols' into 'master'
...
docs: Update CN translation for 5.5/protocol
Closes DOC-10239
See merge request espressif/esp-idf!37124
2025-02-20 17:57:56 +08:00
Jiang Jiang Jian
f390fcbd90
Merge branch 'bugfix/fix_hid_reconnect_issue' into 'master'
...
feat(bt/bluedroid): Add Kconfig option to keep device bonding info when HID unplugging
See merge request espressif/esp-idf!36975
2025-02-20 17:25:34 +08:00
Zhou Xiao
f8efa4cd80
feat(ble): add printf and write with timestamp interface for ble log spi out
2025-02-20 17:21:52 +08:00
Li Shuai
81e8b752fd
Merge branch 'feat/support_esp32h21_pau' into 'master'
...
feat(esp_hw_support): support esp32h21 PAU
Closes PM-347
See merge request espressif/esp-idf!37065
2025-02-20 15:06:57 +08:00
chaijie@espressif.com
3a64c44d86
fix(esp32): Fixed qa program may fail issue when cpu 240m
2025-02-20 15:05:12 +08:00
Tomasz Kramkowski
af7b6b71ea
fix(rom): Fix s2 and s3 Cache_Count_Flash_Pages rom function wrapper
...
The rom function on the s2 and s3 only counts one page for any pages
which are mapped to page 0 of flash as the Cache_Flash_To_SPIRAM_Copy
function attempts to map all flash page 0 mapped pages to one PSRAM
page.
As this function can be called for multiple regions, it needs to track
if a page mapped to page 0 has previously been accounted for by a
previous call. It does this using the page0_mapped in-out parameter.
This logic contains an error:
```
if (*page0_mapped == 0) {
// BUG: If page0_count is 0, 1 is still added
count = valid_flash_count + 1 - page0_count;
} else {
count = valid_flash_count - page0_count;
}
*page0_mapped += page0_count;
return count;
```
The current Cache_Count_Flash_Pages wrapper in the idf attempts to
compensate for this bug by checking if the page0_mapped parameter was
changed by a call to the function and reducing the count if it has not.
This, however, will incorrectly over-compensate in situations where the
initial value of page0_mapped was not zero as the code above only
miscounts when it was zero.
This patch addresses the issue in this wrapper function by correctly
compensating for the bug only in cases where the final page0_mapped
value is 0.
2025-02-20 15:04:10 +08:00
morris
90d59288b1
change(etm): update soc register files for esp32c1
...
removed unavailable fields
2025-02-20 14:20:05 +08:00
Wu Zheng Hui
79ee0927d1
Merge branch 'fix/fix_s2_s3_rtc_iomux_clock_management' into 'master'
...
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management
Closes PM-341, IDFGH-8992, and IDFGH-11560
See merge request espressif/esp-idf!36831
2025-02-20 13:52:45 +08:00
renpeiying
0f3fb0c0fb
docs: Update CN translation for 5.5/protocol
2025-02-20 11:59:08 +08:00
morris
4e073fe166
Merge branch 'refactor/change_blink_gpio_on_esp32s3' into 'master'
...
change(blink): default gpio changed for esp32s3 devkitc v1.1
See merge request espressif/esp-idf!37080
2025-02-20 11:02:20 +08:00
morris
45b1141f8f
change(blink): default gpio changed for esp32s3 devkitc v1.1
...
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide.html
Also related to: https://github.com/espressif/esp-idf/issues/8547
2025-02-20 10:15:48 +08:00
Aleksei Apaseev
8355b832d3
Merge branch 'ci/add-python-func-and-fix-c-testcase-path-in-junit-report' into 'master'
...
ci: add python_func attribute and fix C testcase path resolution in JUnit reports
Closes RDT-1013, IDFCI-1990, IDFCI-1964, and IDFCI-1429
See merge request espressif/esp-idf!35058
2025-02-20 10:09:52 +08:00