laokaiyao
79a0958671
docs(sleep_mode): updated ext1 wakeup status
2025-06-19 15:00:55 +08:00
linruihao
ffaf0819d5
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art
...
Closes https://github.com/espressif/esp-idf/issues/16155
2025-06-19 14:48:12 +08:00
gaoxu
afadb17ed8
fix(adc): fix P4 ADC2 oneshot error and refactor apb claim macor
2025-06-19 14:20:20 +08:00
hrushikesh.bhosale
8026e7acc7
docs(http_server): Updated the http_server doc regarding thread safety
...
Updated the http_server documentation mentioning that, APIs used in
http_server aren't thread safe
Closes https://github.com/espressif/esp-idf/issues/15877
2025-06-19 11:49:18 +05:30
Chen Jichang
d93967009e
test(parlio_tx): add parlio_tx_bs different input output sizes test
...
Closes https://github.com/espressif/esp-idf/issues/16122
2025-06-19 14:07:37 +08:00
yinqingzhao
1331108ca6
feat(wifi): set phy pll track disable default
2025-06-19 12:11:16 +08:00
Zhangwx
cc312818c7
feat(phy): add a config for pll track feature
2025-06-19 12:11:12 +08:00
Xu Si Yu
92b84d61e8
feat(openthread): optimize trel reception
2025-06-19 11:10:52 +08:00
Mahavir Jain
62723f532f
Merge branch 'bugfix/fix_ds_rsa_sign_null_pointer_handling' into 'master'
...
fix(mbedtls): Handle NULL ctx in ds rsa sign
See merge request espressif/esp-idf!39954
2025-06-19 08:32:42 +05:30
Armando (Dou Yiwen)
807cbbf24b
Merge branch 'refactor/remove_legacy_adc_driver' into 'master'
...
adc: removed the legacy adc driver and legacy adc calibration driver since v6.0
Closes IDF-13177
See merge request espressif/esp-idf!39478
2025-06-19 02:48:05 +00:00
C.S.M
35f2cca5f2
Merge branch 'refactor/update_locks' into 'master'
...
refactor(hw_support): Use esp_os_enter_critical instead of portENTER_CRITICAL_SAFE
Closes IDF-13397
See merge request espressif/esp-idf!39922
2025-06-19 10:45:51 +08:00
armando
954e88c92d
feat(psram): support fallback to use default driver pattern when id isn't match
2025-06-19 09:31:48 +08:00
Roland Dobai
dcd29e50c4
Merge branch 'ci/add-kconfig-pre-commit' into 'master'
...
docs:fix spelling/"casing" of the word "Kconfig"
Closes IDF-11284
See merge request espressif/esp-idf!39470
2025-06-18 19:20:50 +02:00
Jiang Jiang Jian
cca744cd70
Merge branch 'bugfix/ag_data_callback_cleared_after_deinit' into 'master'
...
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
Closes COEXQABR25-79
See merge request espressif/esp-idf!39786
2025-06-19 01:20:20 +08:00
Adam Múdry
5106b95910
fix(storage): Fix storage examples readmes mentioning espotool
2025-06-18 15:58:07 +02:00
Adam Múdry
e326d533de
feat(storage): Bump LittleFS to 1.20.0
2025-06-18 15:56:47 +02:00
ding huan
a54abb147e
fix(conn): wifi connect before connected status
2025-06-18 20:32:16 +08:00
Euripedes Rocha
63b91c0608
feat(mqtt): Add reason code to SUBSCRIBED event in examples
2025-06-18 14:19:46 +02:00
Jiang Jiang Jian
9ddef27ed4
Merge branch 'test/bugfix/offchan_action_tx_failure_scan_rebase_master' into 'master'
...
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
Closes WIFI-6729, WIFI-6730, WIFIBUG-740, and WIFIBUG-387
See merge request espressif/esp-idf!38413
2025-06-18 19:35:43 +08:00
Marek Fiala
bd0873f9ec
fix(tools): idf_tools.py uninstall decide based on preferred tool version
...
idf_tools.py uninstall now doesn't take only recommended version, but
makes the decision based on preferred installed versions.
2025-06-18 19:33:54 +08:00
Marek Fiala
335ba6b3c2
test(tools): Added test for installing supported tool version
...
Added test_export_supported_version_cmake in `test_idf_tools.py`,
that installs and exports supported version of tool - cmake.
2025-06-18 19:33:54 +08:00
Marek Fiala
79ebe0b306
fix(tools): idf_tools.py install tool@version
2025-06-18 19:33:54 +08:00
Rahul Tank
304b561f8a
Merge branch 'fix/gatt_cache_peer_init_incl_svc' into 'master'
...
fix(nimble): Added parameter in peer_init for included service allocation
See merge request espressif/esp-idf!39822
2025-06-18 16:24:49 +05:30
Tan Yan Quan
8b2a1b4e37
Merge branch 'feat/ot_sleep_lock_type' into 'master'
...
feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock
See merge request espressif/esp-idf!39800
2025-06-18 18:42:14 +08:00
Ashish Sharma
78af627857
fix(mbedtls): handle NULL ctx in ds rsa sign
2025-06-18 17:03:37 +08:00
Song Ruo Jing
570f9d3c82
Merge branch 'bugfix/cpu_clock_switch_after_sleep_c5' into 'master'
...
fix(sleep): Fix CPU clk src when restoring CPU frequency after wakeup for c5
See merge request espressif/esp-idf!39937
2025-06-18 16:27:44 +08:00
John Boiles
d8c054c8c1
fix(memory-utils): Use esp_ptr_in_tcm to check TCM range
2025-06-18 10:09:40 +02:00
John Boiles
b9f42e7bae
fix(memory-utils): Check TCM in esp_ptr_internal and esp_ptr_byte_accessible
...
Modifies `esp_ptr_internal` and `esp_ptr_byte_accessible` to also check TCM
when `SOC_MEM_TCM_SUPPORTED`.
2025-06-18 10:09:40 +02:00
Euripedes Rocha
d50fbe77d4
fix(mqtt): Make example binary data consistent
...
Improves user experience when copying examples to use as starting point.
2025-06-18 09:59:17 +02:00
Hossein.M
cfadf71093
fix: fix build failure when project name is not mqtt_ssl
...
fixes : #14870
Closes https://github.com/espressif/esp-idf/pull/14871
2025-06-18 07:49:21 +00:00
Jiang Jiang Jian
4a189516c7
Merge branch 'feat/chip_esp32c5_eco2_update_libphy' into 'master'
...
feat(phy): update phylib for esp32c5
See merge request espressif/esp-idf!39830
2025-06-18 14:56:22 +08:00
Tan Yan Quan
55f48c9c14
feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock
2025-06-18 14:49:07 +08:00
armando
6abac38b9c
refactor(adc): removed the legacy adc driver and legacy adc calibration calibration driver
2025-06-18 14:35:41 +08:00
Peter Macko
c2ff554878
ci: macOS runners - set CCACHE back to 50GB to help VMs
2025-06-18 08:17:00 +02:00
morris
3041f332c2
feat(ci): ast-grep rules to forbid use freertos specific critical section APIs
2025-06-18 11:58:04 +08:00
C.S.M
f76d50c279
refactor(system): Make it usable in tee build
2025-06-18 11:56:08 +08:00
wuzhenghui
d876dae93c
change(hal): rename xx_force_clock to xx_clock_force
2025-06-18 11:54:16 +08:00
wuzhenghui
d8acb7b656
change(hal): remove modem_lpcon_ll_get_date
2025-06-18 11:50:13 +08:00
wuzhenghui
c7f114e0a9
change(hal): add union enum type for modem peripheral 32k source selection
2025-06-18 11:48:48 +08:00
C.S.M
4860379677
refactor(hw_support): Use esp_os_enter_critical instead of portENTER_CRITICAL_SAFE in esp_hw_support
2025-06-18 11:23:34 +08:00
chendejin
271532bbf3
feat(lwip/config): add menuconfig to enable ND6 RIO support and set the cache size
2025-06-18 11:19:09 +08:00
yinqingzhao
d0d3c1f84a
feat(phy): update phylib for esp32c5
2025-06-18 11:18:58 +08:00
sibeibei
7191595d2a
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
2025-06-18 10:58:12 +08:00
Jiang Jiang Jian
22ae972229
Merge branch 'feat/resupport_esp32c61eco3_ble' into 'master'
...
change(ble): resupport ble for ESP32C61ECO3
Closes BLERP-1948, IDF-10360, IDF-10361, IDF-10363, IDF-10365, and IDF-10362
See merge request espressif/esp-idf!39601
2025-06-18 10:26:07 +08:00
Sergei Silnov
ede834d775
Merge branch 'feat/ci-protected-environment' into 'master'
...
ci: Production as protected environment
Closes IDFCI-2939
See merge request espressif/esp-idf!39427
2025-06-17 13:53:35 -03:00
Wu Zheng Hui
8ab969db1c
Merge branch 'bugfix/esp32c6_src_clk_label' into 'master'
...
clk: esp32c6: rename modem clock source selection
See merge request espressif/esp-idf!39756
2025-06-17 22:01:33 +08:00
wuzhenghui
78baff95ec
feat(hal): add esp32h4 modem_clock hal layer
2025-06-17 21:56:11 +08:00
wuzhenghui
dd9613bed0
feat(soc): update esp32h4 mdoem soc headers
2025-06-17 21:56:07 +08:00
morris
5f1ad2c18d
Merge branch 'bugfix/onewire_internal_pullup' into 'master'
...
fix(rmt): enable internal pull-up resistor for onewire bus
See merge request espressif/esp-idf!39928
2025-06-17 21:50:39 +08:00
Nebojsa Cvetkovic
d0ceef20f4
refactor(xtensa): Rename specreg.h register macros
...
This commit renames all registers in xtensa/specreg.h to by adding the
prefix XT_REG_. This is done to avoid naming collisions with similar
variable names. A new register file, viz., xt_specreg.h is created. The
previous names are still available to use but have been deprecated.
Closes https://github.com/espressif/esp-idf/issues/12723
Merges https://github.com/espressif/esp-idf/pull/16040
2025-06-17 15:37:33 +02:00