wuzhenghui
2931aa23b6
fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32
2025-05-22 13:58:50 +08:00
Aleksei Apaseev
7b54ca004f
Merge branch 'ci/dynamic-pipeline-report-adjustments' into 'master'
...
ci: dynamic pypiline report adjustments
Closes IDFCI-1939 and IDFCI-2436
See merge request espressif/esp-idf!38460
2025-05-22 13:43:17 +08:00
Aleksei Apaseev
c25f87920a
ci: improve the dynamic pipeline report
2025-05-22 13:25:39 +08:00
armando
7d5f89fa90
fix(ci): fixed psram tests not running on c5 issue
2025-05-22 10:27:19 +08:00
armando
00e3f4885a
feat(mspi): supported psram 80MHz timing tuning
2025-05-22 10:27:19 +08:00
glmfe
1d71a9e811
feat(tcp_transport): Add ws get HTTP response headers
2025-05-21 16:34:10 +02:00
Euripedes Rocha
412e7c48ee
change(mqtt): Adds retry on publish connect test case
...
This test case fails mostly for network related issues, with retrys we
might avoid the failure of the whole job.
2025-05-21 22:32:32 +08:00
Euripedes Rocha
eb9614d37f
change(mqtt): Update submodule to 6af4446a
...
git log --oneline cac1552e..6af4446a
Detailed description of the changes:
* Multiple event data
- See merge request espressif/esp-mqtt!240
- fix: Multiple event data (espressif/esp-mqtt@9c76b70 )
* Updated the idf version check for ECDSA support
- See merge request espressif/esp-mqtt!239
- fix(mqtt): Updated the idf version check for ECDSA support (espressif/esp-mqtt@7d9a384 )
* Added the support for the ECDSA signing
- See merge request espressif/esp-mqtt!238
- feat(mqtt): Add support for ECDSA signing (espressif/esp-mqtt@b35a691 )
* fix: pubrel message resending when pubcomp not received
- See merge request espressif/esp-mqtt!236
- See commit https://github.com/espressif/esp-mqtt/commit/f38a5fc
* Change error message to fix warning.
- fix: Change error message to fix warning. (espressif/esp-mqtt@c395c2f )
* Small cleanu
- See merge request espressif/esp-mqtt!231
- fix: Adds all IDF versions under support (espressif/esp-mqtt@bb85b20 )
- fix: Update badges url to reflect current status (espressif/esp-mqtt@263c167 )
* feat(mqtt5): Add parsing of DISCONNECT packet to mqtt5 client
- mqtt_client: Manage disconnect packet (espressif/esp-mqtt@470cb93 )
* feat(mqtt5): Reduce log verbosity for MQTT ACK
- Reduce log verbosity for MQTT v5 ACKs (espressif/esp-mqtt@6b7b9c3 )
* PR: workflows: fix update actions to v4
- workflows: fix update actions to v4 (espressif/esp-mqtt@06b8923 )
* When MQTT_REPORT_DELETED_MESSAGES, delete QOS messages with id 0
- doc: Clarify deleted message event to cover QoS=0 case (espressif/esp-mqtt@ea036a5 )
- See commit https://github.com/espressif/esp-mqtt/commit/b82c8f6
* fix: Race condition when using destroy
- See merge request espressif/esp-mqtt!223
- See commit https://github.com/espressif/esp-mqtt/commit/44292cc
* feat: Add TCP keepalive configuration
- See commit https://github.com/espressif/esp-mqtt/commit/7c3227a
* feat: Include message topic in all chunks
- feat: Include message topic in all data events for big messages. (espressif/esp-mqtt@82017e9 )
* fix: set TCP transport every time when setting the config
- See merge request espressif/esp-mqtt!218
- See commit https://github.com/espressif/esp-mqtt/commit/c3c4cb9
* feat: Allow users to get the transport in use
- See merge request espressif/esp-mqtt!216
- See commit https://github.com/espressif/esp-mqtt/commit/97dc85a
* clean: Remove expired deletion from publish
- See merge request espressif/esp-mqtt!217
- See commit https://github.com/espressif/esp-mqtt/commit/2285726
2025-05-21 22:32:32 +08:00
Igor Masar
574f037b1e
Merge branch 'fix/usb-log-priu32-fifo-config' into 'master'
...
fix(usb/hcd): Use PRIu32 in FIFO config log for portability
See merge request espressif/esp-idf!39299
2025-05-21 20:00:27 +08:00
Roman Leonov
11382a2aae
fix(ext_hub): Added processing waiting_release flag while dev changed to IDLE
2025-05-21 12:13:47 +02:00
hongshuqing
5981ae8a11
feat(pmu): support ldo dbias and ocode read from efuse for chip762
2025-05-21 18:05:05 +08:00
C.S.M
bfc69338c8
fix(jpeg): Fix wrong parameter in jpeg encoder msync
2025-05-21 17:54:44 +08:00
Roman Leonov
602941ef61
Merge branch 'refactor/usb_host_ext_hub_port_gone' into 'master'
...
refactor(ext_hub): Device release (allows to run usb_host test with ext hub)
Closes IDF-12173, IDF-10490, and IDF-13132
See merge request espressif/esp-idf!38176
2025-05-21 17:34:48 +08:00
Konstantin Kondrashov
884e54a8dd
Merge branch 'feature/efuse_esp32c61_eco3_update' into 'master'
...
feat(efuse): Adds efuses for ESP32-C61 ECO3
See merge request espressif/esp-idf!39146
2025-05-21 17:11:33 +08:00
morris
b1b99b30ef
Merge branch 'fix/i2c_gpio_rsv' into 'master'
...
fix(i2c): Add gpio reserve check on i2c driver
Closes IDF-9098
See merge request espressif/esp-idf!39310
2025-05-21 16:49:04 +08:00
Marek Fiala
a3318d6280
fix(test): Temporarily allow test_cli_installer_win to fail
2025-05-21 16:12:35 +08:00
Mahavir Jain
f229a84578
Merge branch 'contrib/github_pr_15968' into 'master'
...
docs(esp_http_client): update return codes for open & perform (GitHub PR)
See merge request espressif/esp-idf!39239
2025-05-21 13:23:05 +05:30
Jiang Jiang Jian
4b6b9c0ec8
Merge branch 'fix/config_param_gtk_rekeying' into 'master'
...
Add config param for gtk rekeying on softAP side
Closes WIFI-4897
See merge request espressif/esp-idf!38383
2025-05-21 15:52:44 +08:00
Roland Dobai
fc69f691ba
Merge branch 'fix/enable_remove_requirements_file' into 'master'
...
fix(tools): handle missing `requirements.*.txt` files for enabled features
Closes IDF-12849
See merge request espressif/esp-idf!39218
2025-05-21 09:38:04 +02:00
C.S.M
8ab564a711
Merge branch 'feat/add_xmc_32bit_support' into 'master'
...
feat(spi_flash): Add XMC chip 32-bits address support
See merge request espressif/esp-idf!39161
2025-05-21 15:10:26 +08:00
Mahavir Jain
be89fa36aa
Merge branch 'feature/add_api_for_cleanup_otadata' into 'master'
...
feat(esp_ota_ops): Revised logic to always update non-running otadata at the time of setting ota boot partition
Closes IDFGH-13839
See merge request espressif/esp-idf!37928
2025-05-21 11:33:03 +05:30
Nilesh Kale
996a9ca25f
fix(app_update): Do not change ota_seq when partition is the same
...
Revised logic to always update non-running otadata at the time of setting ota boot partition
Closes https://github.com/espressif/esp-idf/issues/14688
2025-05-21 11:33:03 +05:30
Mahavir Jain
88f66ae3aa
Merge branch 'feature/esp_tee_h2' into 'master'
...
feat(esp_tee): Support for ESP32-H2
See merge request espressif/esp-idf!37708
2025-05-21 09:59:26 +05:30
Rahul Tank
ebd4caf360
Merge branch 'bugfix/handle_flow_control_flag' into 'master'
...
fix(nimble): Add chip dependancy flag for Flow control feature
See merge request espressif/esp-idf!39181
2025-05-21 09:53:03 +05:30
Rahul Tank
b8650708aa
fix(nimble): Add changes for coverity reported issue
2025-05-21 09:50:23 +05:30
C.S.M
b164919f4b
fix(i2c): Add gpio reserve check on i2c driver,
...
Closes https://github.com/espressif/esp-idf/issues/15995
2025-05-21 12:15:47 +08:00
Kapil Gupta
17cd200c67
fix(esp_wifi): Fixed static analyzer issues
2025-05-21 09:26:40 +05:30
Kapil Gupta
2ce481ffbd
fix(esp_wifi): Disble IP renew skip by default
2025-05-21 09:00:09 +05:30
Song Ruo Jing
0631340e2c
Merge branch 'feature/esp32h21_regi2c_support' into 'master'
...
feat(regi2c): add regi2c support for esp32h21
Closes IDF-11550 and IDF-11858
See merge request espressif/esp-idf!37369
2025-05-21 11:22:07 +08:00
Zhou Xiao
1e6bc70837
fix(ble): fixed upper layer trans append failure bug
2025-05-21 11:06:12 +08:00
C.S.M
6ead06c6d5
feat(spi_flash): Add XMC chip 32-bits address support
2025-05-21 10:50:04 +08:00
zhiweijian
1d739291ca
feat(ble/controller): Reduce bin size and IRAM for BLE rom code
2025-05-21 10:22:37 +08:00
morris
27d68f57e6
Merge branch 'fix/driver_issue_by_coverity' into 'master'
...
Fix some false issue report by coverity
Closes IDF-13116, IDF-13120, IDF-13104, IDF-13106, IDF-13107, IDF-13109, IDF-13112, IDF-13124, and IDF-13126
See merge request espressif/esp-idf!39287
2025-05-21 10:05:28 +08:00
Rahul Tank
6a57d5fa61
Merge branch 'feat/min_size_builds' into 'master'
...
fix(nimble): Add support for minimilistic builds
Closes BLERP-1848 and BCI-431
See merge request espressif/esp-idf!38515
2025-05-20 21:03:49 +05:30
igor.masar
dcdeeeff45
fix(usb/hcd): Use PRIu32 in FIFO config log for portability
...
The ESP_LOGD message that prints FIFO line sizes used %u for uint32_t,
which may cause incorrect output on some architectures (e.g., ESP32-P4
where uint32_t maps to unsigned long). To ensure portable and correct
logging across all supported platforms, this patch replaces %u with
%" PRIu32 ", defined in <inttypes.h>.
No functional behavior is affected — this is a formatting correction
for debug output only.
2025-05-20 16:27:27 +02:00
Rahul Tank
925b563278
Merge branch 'feat/gattc_gatts_coex' into 'master'
...
feat(nimble): Add new gattc + gatts coex example for nimble
Closes IDFGH-11642
See merge request espressif/esp-idf!37139
2025-05-20 19:49:02 +05:30
Zhou Xiao
e10460ce14
feat(ble): support ts sync for sleep app
2025-05-20 20:52:44 +08:00
Laukik Hase
b8e48fbfc0
ci(esp_tee): Enable the tee_test_fw
test app for ESP32-H2
2025-05-20 16:31:23 +05:30
Laukik Hase
12e2df2d74
feat(esp_tee): Support for ESP32-H2 - the rest of the components
2025-05-20 16:31:23 +05:30
Laukik Hase
958f4b8900
feat(esp_tee): Support for ESP32-H2 - the esp_tee
component
2025-05-20 16:31:22 +05:30
tarun.kumar
004abebdbd
fix)wifi): Add GTK rekeying interval field in softap example
2025-05-20 15:33:54 +05:30
tarun.kumar
6d7593c1be
fix(wifi) : Add config param for gtk rekeying on softAP side
2025-05-20 15:33:05 +05:30
Roman Leonov
f238d75ba3
refactor(ext_port): Remove the error verification, as error will be handled in ext hub driver
2025-05-20 11:34:53 +02:00
Roman Leonov
19ce9ed634
refactor(test_usb_host_async): Added host_lib_task finish notification
2025-05-20 11:34:53 +02:00
Roman Leonov
3003362bcb
refactor(usb_host): Cancel hub porpagation to the user, rename non-critical func
2025-05-20 11:34:53 +02:00
Roman Leonov
3fd17b8be8
refactor(hub): Applied new ext_hub api, refactor func names
2025-05-20 11:34:53 +02:00
Roman Leonov
fc61875a56
refactor(ext_hub): Pospone the device release, if device is not IDLE
2025-05-20 11:34:53 +02:00
Roman Leonov
754d357f18
refactor(ext_hub): Fixed device release, optimized the order of closing usbh device
2025-05-20 11:34:53 +02:00
Jiang Jiang Jian
0dbce7210d
Merge branch 'bugfix/nvs_idfgh_issue' into 'master'
...
feat(esp_wifi): Add example to write wifi config in nvs
Closes IDFGH-13678
See merge request espressif/esp-idf!36693
2025-05-20 17:16:44 +08:00
Rocha Euripedes
061c05c88c
Merge branch 'contrib/github_pr_15967' into 'master'
...
fix(tcp_transport): Silence recoverable read failures (GitHub PR)
Closes IDFGH-15309
See merge request espressif/esp-idf!39259
2025-05-20 17:02:17 +08:00