morris
c63f51dcb3
refactor(drivers)!: remove unnecessary io_loop_back and pull up/down config option
2025-05-23 18:09:53 +08:00
morris
8afb0fb9e6
Merge branch 'fix/drop_pm_code_if_not_need' into 'master'
...
fix(drivers): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
Closes IDFGH-15263
See merge request espressif/esp-idf!39045
2025-05-23 16:15:29 +08:00
Nilesh Kale
fa7c9b63b1
Merge branch 'feature/enable_support_for_deterministic_mode_and_ecdsa_192' into 'master'
...
enable support for deterministic mode and ecdsa 192 in ESP32H2
Closes IDF-12011, IDF-13065, and DOC-11194
See merge request espressif/esp-idf!39103
2025-05-23 15:19:08 +08:00
C.S.M
561c7c4884
Merge branch 'fix/flash_log_clearer' into 'master'
...
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
See merge request espressif/esp-idf!39165
2025-05-23 12:16:54 +08:00
Armando (Dou Yiwen)
e9d7adf697
Merge branch 'test/re_enable_c5_80m_psram_tests' into 'master'
...
psram: re-enable 80M psram tests on C5 ECO2
See merge request espressif/esp-idf!39347
2025-05-23 02:58:45 +00:00
Island
6897f90612
Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code' into 'master'
...
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3
Closes BLERP-1855
See merge request espressif/esp-idf!38987
2025-05-22 20:20:22 +08:00
Rahul Tank
d55709fdae
Merge branch 'bugfix/coverity_fix' into 'master'
...
fix(nimble): Add changes for coverity reported issue
See merge request espressif/esp-idf!39292
2025-05-22 16:27:21 +05:30
Chen Jichang
91f92b0e57
fix(glithc_filter): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
90050df641
fix(jpeg): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
8555b6c837
fix(adc): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
6674470e89
fix(ana_cmpr): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
fe1091c2ff
fix(lcd): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
5599fd4b1f
fix(sdm): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Chen Jichang
70e5042ea9
fix(parlio): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:38:58 +08:00
Laukik Hase
a1c6d2a458
fix(esp_tee): Fix failing SPI1 flash protection test-cases
2025-05-22 17:35:09 +08:00
C.S.M
0f1dbcc6a5
fix(spi_flash): Make GD chip to be linked as default, also optimization the log information
2025-05-22 17:35:09 +08:00
Chen Jichang
a21f7c78f9
fix(sdmmc): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
4bfd180a94
fix(i2c): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
6397820d0b
fix(rmt): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
c8371ca405
fix(mcpwm): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
91d1812315
fix(uhci): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
9837138659
fix(gptimer): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
Chen Jichang
9e5ed3bdd2
fix(twai): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
morris
57420057b6
fix(pcnt): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
...
Closes https://github.com/espressif/esp-idf/issues/15923
2025-05-22 17:27:18 +08:00
nilesh.kale
148d31b659
feat: enable support for deterministic mode for esp32h2
2025-05-22 14:55:15 +05:30
nilesh.kale
0fb8c2a9b8
feat: enabled ECDSA-P192 support for ESP32H2
2025-05-22 14:55:03 +05:30
Rocha Euripedes
5783a22d84
Merge branch 'update_mqtt_pre_refactor' into 'master'
...
Update esp-mqtt submodule to 6af4446a
Closes IDFGH-11179, IDFGH-14022, IDFGH-14489, and IDFGH-14616
See merge request espressif/esp-idf!38893
2025-05-22 16:59:13 +08:00
Chai Ji’e
13904408af
Merge branch 'feature/c61_ldo_dbias_read_from_efuse' into 'master'
...
feat(C61): support ldo dbias and ocode read from efuse for chip762
See merge request espressif/esp-idf!39215
2025-05-22 16:55:01 +08:00
Wu Zheng Hui
a42929a75f
Merge branch 'fix/fix_esp_timer_accuracy_when_do_dfs' into 'master'
...
fix(esp_hw_support): improve esp timer accuracy on DFS for esp32 & esp32s2
Closes PM-405, WIFI-4986, and WIFI-5942
See merge request espressif/esp-idf!39217
2025-05-22 16:38:10 +08:00
Island
d877949357
Merge branch 'feat/ble_log_spi_out_dev_phase_3' into 'master'
...
Feat/ble log spi out dev phase 3
See merge request espressif/esp-idf!39291
2025-05-22 16:26:39 +08:00
C.S.M
9b77416b60
Merge branch 'fix/jpeg_encode_msync' into 'master'
...
fix(jpeg): Fix wrong parameter in jpeg encoder msync
See merge request espressif/esp-idf!39321
2025-05-22 15:15:42 +08:00
armando
2f8cd616cc
test(psram): re-enable 80M psram tests on C5 ECO2
2025-05-22 14:52:40 +08:00
Guilherme Ferreira
1d12eb4124
Merge branch 'feat/add-ws-get-response-headers' into 'master'
...
feat(tcp_transport): Add ws get HTTP response headers
Closes IDFGH-14252
See merge request espressif/esp-idf!38212
2025-05-22 14:49:49 +08:00
Armando (Dou Yiwen)
dadcc7b9f3
Merge branch 'feat/c5_eco2_psram_timing_tuning' into 'master'
...
mspi: psram 80M timing tuning on C5 ECO2
Closes IDF-13003
See merge request espressif/esp-idf!39232
2025-05-22 06:41:56 +00:00
armando
9a3018e201
test(sdspi): re-enable sdspi test on c5 eco2
2025-05-22 14:01:51 +08:00
wuzhenghui
481f42ac9d
test(esp_timer): add UT case for esp_timer period alarm with DFS
2025-05-22 13:58:54 +08:00
wuzhenghui
11f32b88ac
feat(esp_hw_support): compensate the error introduced to LACT during APB frequency switching
2025-05-22 13:58:54 +08:00
wuzhenghui
022614b1d3
fix(esp_hw_support): update systimer step immediately when XTAL changes on esp32s2
2025-05-22 13:58:54 +08:00
wuzhenghui
2931aa23b6
fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32
2025-05-22 13:58:50 +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
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
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
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