peter.marcisovsky
4deccbc4a6
fix(usb_host): Run esp-usb pre-commit:
...
- trailing whitespaces
- end-of-file-fixer
- codespell
- astyle_py: align pointer name
2025-08-11 13:14:36 +02:00
Aditya Patwardhan
b72e532598
Merge branch 'feature/move_partial_download_code_under_config' into 'master'
...
feat(esp_http_client): move partial download related code under config
Closes IDF-13464
See merge request espressif/esp-idf!40270
2025-08-11 11:09:49 +05:30
Song Ruo Jing
451cfc91c3
Merge branch 'contrib/github_pr_17241' into 'master'
...
Refactor: Use enum values when assigning "pull_[up|down]_en" fields of "gpio_config" (GitHub PR)
Closes IDFGH-16192
See merge request espressif/esp-idf!41058
2025-08-11 12:08:16 +08:00
Chen Ji Chang
6c8d12a670
Merge branch 'feat/support_pcnt_on_h21' into 'master'
...
feat(pcnt): support pcnt on esp32h21
Closes IDF-11566, IDF-11567, IDF-9907, IDF-9739, IDF-8469, and IDF-9768
See merge request espressif/esp-idf!40889
2025-08-10 01:36:03 +08:00
akshat
13a46dcfcf
bugfix(wifi): Improve FTM Query logging for AP-Sta mode
2025-08-08 17:43:45 +05:30
Jiang Jiang Jian
51ed23be67
Merge branch 'bugfix/fix_ht20_check_wrong' into 'master'
...
Bugfix/fix ht20 check wrong
Closes WIFIBUG-1333 and WIFIBUG-1377
See merge request espressif/esp-idf!41086
2025-08-08 20:00:15 +08:00
yinqingzhao
9ac8d9c3e5
feat(wifi): improve iperf performance of esp32c61
2025-08-08 15:53:34 +08:00
gaoxu
db32e42122
feat(uart): support uart on ESP32H4
2025-08-08 14:48:12 +08:00
Chen Jichang
e6f5a9ab5a
feat(pcnt): support pcnt on esp32h21
2025-08-08 14:45:16 +08:00
Zhou Xiao
36cdf54b37
feat(ble): added ble log console for ble log uhci out
2025-08-08 12:01:43 +08:00
Marius Vikhammer
bb8346aad2
Merge branch 'bugfix/enable_misc_test_case' into 'master'
...
ci: cleanup misc system build-test-rules
See merge request espressif/esp-idf!41067
2025-08-08 09:25:25 +08:00
Song Ruo Jing
8651d6c240
Merge branch 'feature/uart_dtr_dsr_support' into 'master'
...
feat(uart): add DTR and DSR signals support for UART
Closes IDF-13392, IDFGH-4377, and IDFGH-15328
See merge request espressif/esp-idf!40508
2025-08-07 17:28:28 +08:00
Song Ruo Jing
2319386d9d
Merge branch 'bugfix/gpio_esp32_workaround' into 'master'
...
fix(gpio): fix ESP32 GPIO sleep mode handling
Closes IDF-13626
See merge request espressif/esp-idf!40988
2025-08-07 17:14:58 +08:00
Darian Leung
5454499877
refactor: Use enum values for gpio pull up/down fields
...
Ensure that enum values are used When assigning `pull_up_en` and `pull_down_en`
fields of `gpio_config_t`. Helps avoid `invalid conversion` errors when
building those code snippets in C++.
2025-08-07 11:45:11 +08:00
Jiang Jiang Jian
dd73346503
Merge branch 'feat/support_11ax_rate_for_cert_test' into 'master'
...
Feat/support 11ax rate for cert test
Closes FCS-1715
See merge request espressif/esp-idf!40950
2025-08-07 10:05:36 +08:00
Marius Vikhammer
43667179f4
ci(system): enabled and cleanup misc system test-apps build-test-rules
2025-08-06 17:50:50 +08:00
Wan Lei
fe3c676d13
Merge branch 'feature/h4_spi_support' into 'master'
...
feat(driver_spi): support esp32h4 spi driver
Closes IDF-12362, IDF-12364, IDF-12366, and IDF-11521
See merge request espressif/esp-idf!40862
2025-08-06 16:26:34 +08:00
morris
6ea0fa1a57
Merge branch 'refactor/remove_lcd_deprecated' into 'master'
...
esp_lcd clean up
Closes IDF-13711, IDF-13712, IDF-13713, IDF-13714, and IDF-13715
See merge request espressif/esp-idf!40848
2025-08-06 10:41:20 +08:00
Harshal Patil
eae2f70381
Merge branch 'change/remove_esp_security_dependency_from_esp_hw_support' into 'master'
...
Move security-related modules present in esp_hw_support component to esp_security
Closes IDF-10733
See merge request espressif/esp-idf!39490
2025-08-06 06:27:12 +05:30
Song Ruo Jing
9a2984b4c0
fix(gpio): fix ESP32 GPIO sleep mode handling
...
The previous workaround does not work, the backup/restore should apply to RTC IO registers.
Also moved the workaround to sleep_gpio.c to avoid gpio hal using kconfig.
2025-08-05 21:02:09 +08:00
Alexey Lapshin
44aeff1319
Merge branch 'feature/libc_init_array-from-toolchain' into 'master'
...
fix(esp_system): fix .init_array.*/.ctors.* ordering
Closes IDF-1176 and DOC-11527
See merge request espressif/esp-idf!39811
2025-08-05 16:09:00 +04:00
nilesh.kale
2db4bcf87d
feat(esp_http_client): move partial download related code under config
...
This MR added an menuconfig option to enable partial download feature.
2025-08-05 17:38:10 +05:30
Song Ruo Jing
6bfdc93593
feat(uart): add DTR and DSR signals support for UART
2025-08-05 16:45:46 +08:00
hrushikesh.bhosale
4dd10c458c
fix(esp_http_client): Moved httpd_async request from cert_pem to crt_bundle
...
Moved the httpd_async request from cert_pem to esp_crt_bundle. As cert_pem
is alredy tested for howmyssl URL
2025-08-05 14:06:44 +05:30
morris
8a3aef7542
refactor(lcd): simplify the spi_lcd_touch example
2025-08-05 15:09:40 +08:00
morris
414dba5009
refactor(lcd)!: remove deprecated types
2025-08-05 15:09:40 +08:00
wanckl
37c6608ab3
feat(driver_spi): support esp32h4 spi driver
2025-08-05 15:08:02 +08:00
morris
4173af5620
Merge branch 'bugfix/fix_es7210_example_dependency_breaking_change' into 'master'
...
fix(i2s_es7210): fixed breaking change of dependency migration
See merge request espressif/esp-idf!41041
2025-08-05 11:20:16 +08:00
laokaiyao
55482616f7
fix(i2s_es7210): fixed breaking change of dependency migration
2025-08-05 10:59:07 +08:00
Samuel Obuch
b59bc28553
Merge branch 'feat/esp32c5_lp_debug_example' into 'master'
...
feat(ulp): esp32c5 and esp32p4 support in debugging example
See merge request espressif/esp-idf!39471
2025-08-04 17:43:00 +08:00
harshal.patil
55e0730a8d
change(esp_hw_support): Move security-related modules to the esp_security component
...
- Also adds support to whitelist target specific expected dependency violations
in check_dependencies.py
2025-08-04 11:43:01 +05:30
Alexey Lapshin
019dc93ae0
feat(esp_system): switch to standard __libc_init_array initialization
...
Initially, ESP-IDF used the do_global_ctors() function to run global
constructors. This was done to accommodate Xtensa targets that emit
.ctors.* sections, which are ordered in descending order.
For RISC-V, compilation used .init_array.* sections, which are designed
to have ascending order. Priority constructors in .init_array.* sections
were correctly processed in ascending order. However, non-priority
.init_array section was processed in descending order, as it was done
for Xtensa .ctors.
Starting with ESP-IDF v6.0, the implementation switched to the standard
LibC behavior (__libc_init_array()), which processes both priority and
non-priority constructors in ascending order.
To achieve this, a breaking changes were introduced:
- Xtensa .ctors.* priority entries converted to .init_array.* format
(ascending), to be passed to __libc_init_array().
- Processing order of non-priority .init_array and .ctors sections was
changed from descending to ascending.
Also, this change introduces .preinit_array for linking. This may be
needed for some C++ or sanitizer features.
Related to https://github.com/espressif/esp-idf/issues/15529
2025-08-04 11:33:44 +08:00
muhaidong
f1d55e162d
feat(phy): update 11ax rate for cert test
2025-08-03 17:07:28 +08:00
muhaidong
8a425253d1
feat(phy): add 11ax rate for cert test
2025-08-03 17:07:28 +08:00
Chen Ji Chang
ee779a0b72
Merge branch 'feat/support_twai_on_h21' into 'master'
...
feat(twai): support twai on esp32h21
Closes IDF-11574 and IDF-11575
See merge request espressif/esp-idf!40888
2025-08-01 15:35:35 +08:00
JinCheng
720108b220
fix(bt/bluedroid): safe string returns and cleanups for bt_discovery example
2025-08-01 09:40:21 +08:00
Nikheel Savant
90782249c7
fix(bt/bluedroid): safe string returns and cleanups
2025-08-01 09:40:21 +08:00
Alex Lisitsyn
be5e48bf83
Merge branch 'feature/modbus_remove_examples' into 'master'
...
remove(modbus): remove modbus examples in IDF v6.0
Closes IDF-13491
See merge request espressif/esp-idf!40477
2025-07-31 14:44:33 +01:00
Mahavir Jain
8096a2a295
Merge branch 'feat/mbedtls_no_buffer_alloc_on_session_reset' into 'master'
...
feat(mbedtls): disable unnecessary buffer allocation in dynamic buffer session reset
See merge request espressif/esp-idf!40126
2025-07-31 17:53:50 +05:30
Samuel Obuch
1a49af0fb6
feat(ulp): esp32c5 support in debugging example
2025-07-31 13:48:40 +02:00
aleks
50e724a534
remove(modbus): remove modbus examples in IDF v6.0
2025-07-31 18:10:34 +08:00
Aditya Patwardhan
a783974d00
Merge branch 'feat/support_authentication_feature_for_ws' into 'master'
...
Added pre handshake callback for websocket
Closes IDF-13605
See merge request espressif/esp-idf!40706
2025-07-31 15:04:07 +05:30
hrushikesh.bhosale
a40ceffb19
feat(esp_http_server): Added pre handshake callback for websocket
...
1. If the user wants authenticate the request, then user needs to do
this before upgrading the protocol to websocket.
2. To achieve this, added pre_handshake_callack, which will execute
before handshake, i.e. before switching protocol.
2025-07-31 11:06:18 +05:30
Chen Jichang
b670fe9b50
feat(twai): support twai on esp32h21
2025-07-31 10:56:45 +08:00
Mahavir Jain
4e036983a7
Merge branch 'feat/restructure_mbedtls_configurations' into 'master'
...
Restructure mbedTLS configurations
Closes IDF-12984 and IDF-12982
See merge request espressif/esp-idf!39941
2025-07-30 20:11:11 +05:30
C.S.M
5611d88e6a
Merge branch 'feat/usb_serial_jtag_h21' into 'master'
...
feat(usb_serial_jtag): Add usb serial jtag support for esp32h21
Closes IDF-11616
See merge request espressif/esp-idf!40873
2025-07-30 18:46:55 +08:00
Ashish Sharma
d9c431268a
feat(mbedtls): restructure mbedtls configuration page
2025-07-30 17:47:54 +08:00
Ashish Sharma
6259505f18
feat(mbedtls): disable unnecessary buffer allocation in dynamic buffer session reset
2025-07-30 17:45:16 +08:00
Mahavir Jain
65cf3d0a20
Merge branch 'bugfix/fix_dangerous_realloc_patterns' into 'master'
...
fix(security): improve memory allocation handling in multiple components
Closes IDF-13612 and IDF-13622
See merge request espressif/esp-idf!40629
2025-07-30 14:40:43 +05:30
Chen Ji Chang
b0f22503b4
Merge branch 'feat/support_rmt_on_h21' into 'master'
...
feat(rmt): support rmt on esp32h21
Closes IDF-11622 and IDF-11623
See merge request espressif/esp-idf!40859
2025-07-30 12:24:47 +08:00