Tan Yan Quan
427084d667
fix(openthread): handle SetTimeSyncState when ifconfig up or down
2025-05-07 18:42:58 +08:00
Tan Yan Quan
9969b9c095
feat(openthread): support bus_latency for dual-chip BR solution
2025-04-24 16:15:08 +08:00
Ondrej Kosta
918e1823f4
Merge branch 'contrib/github_pr_15637' into 'master'
...
fix(esp_eth): Fix order of fields in ETH_ESP32_EMAC_DEFAULT_CONFIG on P4 (GitHub PR)
Closes IDFGH-14928
See merge request espressif/esp-idf!37979
2025-04-01 15:06:14 +08:00
Rahul Tank
cc4fc21bfe
Merge branch 'bugfix/reattempt_sync_failed_unlock' into 'master'
...
fix(nimble): Added ble_hs_unlock for resync failed
Closes BLERP-1705
See merge request espressif/esp-idf!38085
2025-04-01 14:31:23 +08:00
Chai Ji’e
37c3ed6320
Merge branch 'bugfix/fix_xtal32k_bug_c61' into 'master'
...
bugfix(esp32c61): fix xtal32k may fail startup issue
See merge request espressif/esp-idf!38002
2025-04-01 11:42:10 +08:00
Jiang Jiang Jian
96244e0849
Merge branch 'feature/bt_support_external_codec' into 'master'
...
feat(bt/bluedroid): Support external codec in Bluedroid HFP and A2DP
Closes BT-3937
See merge request espressif/esp-idf!36607
2025-04-01 10:34:23 +08:00
Chen Ji Chang
c3a3cc8657
Merge branch 'feat/h4_enable_ci_build' into 'master'
...
feat(esp32h4): enable ESP32H4 ci build
Closes IDF-12332
See merge request espressif/esp-idf!37921
2025-03-31 23:49:48 +08:00
Peter Dragun
201e4f3eb3
Merge branch 'ci/ruff' into 'master'
...
Enable ruff for all python files
Closes IDF-9084
See merge request espressif/esp-idf!38044
2025-03-31 20:41:37 +08:00
Peter Macko
c5b741ea5f
Merge branch 'ci/update_esp-env-v5.5_to_ubuntu_24.04_fixed' into 'master'
...
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04, with fixed pipelines
Closes RDT-993
See merge request espressif/esp-idf!37959
2025-03-31 20:11:57 +08:00
Peter Macko
4a1ea4b725
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04, with fixed pipelines
2025-03-31 20:11:57 +08:00
C.S.M
8a0e310d75
Merge branch 'bugfix/i2c_slave_auto_selection' into 'master'
...
fix(i2c): Fix i2c slave auto selection issue
Closes IDFGH-14935
See merge request espressif/esp-idf!38061
2025-03-31 16:48:50 +08:00
Island
8e52ac8590
Merge branch 'feat/support_blecrt_359' into 'master'
...
Support BLE vendor hci set rx sensie and max gain on esp32c3
Closes BLERP-1575
See merge request espressif/esp-idf!37062
2025-03-31 16:47:07 +08:00
Kevin (Lao Kaiyao)
84bfea455f
Merge branch 'bugfix/check_i2s_minimum_sample_freq' into 'master'
...
fix(i2s): add check for the minimum sample rate
Closes IDFGH-14952
See merge request espressif/esp-idf!38108
2025-03-31 14:19:04 +08:00
Song Ruo Jing
2ee8c066bf
Merge branch 'feature/uart_autoband_detect' into 'master'
...
feat(uart): add uart_detect_bitrate_bps API for data line bitrate measurement
Closes IDFGH-13876, IDF-12195, and IDFGH-14709
See merge request espressif/esp-idf!36620
2025-03-31 12:08:38 +08:00
chenjianhua
8742bbe553
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(566c8e3)
...
- Support BLE vendor hci set RX sensitivity and AGC gain command
2025-03-31 11:23:54 +08:00
Island
f958eb7a4e
Merge branch 'bugfix/fix_coexqabr25_52' into 'master'
...
fix(bt/bluedroid): Fixed BLE connection active count getting
Closes BLERP-1583
See merge request espressif/esp-idf!37167
2025-03-31 11:20:32 +08:00
Bao Hong De
79eb59dc7b
Merge branch 'feature/support_sco_coexist' into 'master'
...
feat(coex): Support BR/EDR (e)SCO and Wi-Fi coexistence
Closes BT-3978
See merge request espressif/esp-idf!37722
2025-03-31 10:36:08 +08:00
Lu Ai Jun
e2f50bea42
Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'
...
CI: add C3 eco7 and C2 eco4 tests for wifi
See merge request espressif/esp-idf!37759
2025-03-31 10:10:56 +08:00
Rahul Tank
6e1f071618
Merge branch 'fix/periodic_adv_example' into 'master'
...
fix(nimble):Fix conversion for min-max itvl of periodic adv param
See merge request espressif/esp-idf!38042
2025-03-29 19:45:37 +08:00
Martin Vychodil
decbd36008
Merge branch 'contrib/github_pr_15656' into 'master'
...
fix(nvs_flash): removed usage of 'using namepsace std' in a header file (GitHub PR)
Closes IDFGH-14947
See merge request espressif/esp-idf!38086
2025-03-28 22:02:19 +08:00
Tomáš Rohlínek
be6e24370f
fix(storage/nvf_flash): fixup additions from PR
2025-03-28 12:57:33 +01:00
linruihao
a5f620ecfe
fix(examples): Fix deprecation warning in a2dp_gatts_coex example
2025-03-28 19:45:18 +08:00
baohongde
f412cf458b
feat(coex): Support BR/EDR (e)SCO and Wi-Fi coexistence
2025-03-28 19:27:24 +08:00
Rocha Euripedes
96ff542397
Merge branch 'contrib/github_pr_15300' into 'master'
...
fix(transport_ws): remove unnecessary noise from error message (GitHub PR)
Closes IDFGH-14538
See merge request espressif/esp-idf!37079
2025-03-28 19:02:03 +08:00
laokaiyao
9d33cd4947
feat(i2s): add bclk_div config for std mode
2025-03-28 18:21:15 +08:00
laokaiyao
7dd1f9eb41
fix(i2s): add check for the minimum sample rate
...
Closes https://github.com/espressif/esp-idf/issues/15659
2025-03-28 18:21:08 +08:00
Adam Múdry
3ab1ddaab5
Merge branch 'feat/read_only_nvs' into 'master'
...
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
Closes IDFGH-14558
See merge request espressif/esp-idf!36767
2025-03-28 17:49:08 +08:00
Jiang Jiang Jian
00293d7a40
Merge branch 'fix/wps_regression_due_to_nvs_pmk_refactor' into 'master'
...
fix(wifi): Fix connection failure for WPA-PSK/WPA2-PSK keymgmt when password is changed
Closes WIFIBUG-1086 and WIFIBUG-1118
See merge request espressif/esp-idf!37853
2025-03-28 17:36:08 +08:00
Sarvesh Bodakhe
a7d99f9204
fix(wifi): Fix connection failure for WPA-PSK keymgmt when password is changed
...
Fixes the regression introduced by 3d5bf355c3
2025-03-28 13:50:42 +05:30
Kevin (Lao Kaiyao)
2ff1985478
Merge branch 'bugfix/fix_i2s_assign_and_check_sequence' into 'master'
...
fix(i2s): fixed i2s inappropriate check and assign sequence
Closes IDFGH-14939
See merge request espressif/esp-idf!38013
2025-03-28 16:15:30 +08:00
C.S.M
b71556a976
fix(i2c): Fix i2c slave auto selection issue,
...
Closes https://github.com/espressif/esp-idf/issues/15644
2025-03-28 16:06:32 +08:00
Chen Jichang
1785e1d329
refactor(flash): spilt flash cap in esp_rom
2025-03-28 15:04:25 +08:00
Song Ruo Jing
b38ac5ad82
feat(uart): add uart_detect_bitrate_bps API for data line bitrate measurement
...
Closes https://github.com/espressif/esp-idf/issues/14721
2025-03-28 15:03:19 +08:00
Song Ruo Jing
01c9407bb6
fix(uart): correct C3/S3 module enable porcedure to avoid undesired line noise
2025-03-28 15:03:19 +08:00
Song Ruo Jing
35b46448a9
fix(sleep): uart suspend/flush should also check if port is enabled on esp32
2025-03-28 15:03:19 +08:00
Song Ruo Jing
b9b95cef37
docs(uart): improve set/get baud rate API docs
...
Closes https://github.com/espressif/esp-idf/issues/15449
2025-03-28 15:03:19 +08:00
Song Ruo Jing
a67554d032
fix(uart): fixed coverity ininitialized scalar variable in uart_tcgetattr
2025-03-28 15:03:19 +08:00
Laukik Hase
1f54af8186
Merge branch 'docs/esp_tee_logo' into 'master'
...
docs(esp_tee): Add the ESP-TEE logo to the TEE documentation
See merge request espressif/esp-idf!37948
2025-03-28 14:43:30 +08:00
Chen Jichang
6c4271d4bb
feat(esp32h4): disable unsupported build
2025-03-28 14:41:29 +08:00
Chen Jichang
c34b4eb882
feat(esp32h4): enable ESP32H4 ci build
2025-03-28 14:41:28 +08:00
Abhinav Kudnar
3314f81672
fix(nimble): Fix conversion for min-max itvl of periodic adv param
2025-03-28 14:18:17 +08:00
linruihao
d11be52064
feat(examples): Add kconfig option for a2dp_sink example to use new audio APIs
2025-03-28 14:13:20 +08:00
linruihao
3da17f356c
change(examples): Update hfp_hf example to use new audio APIs
2025-03-28 14:13:20 +08:00
linruihao
74fab3a7b1
refactor(bt/bluedroid): Refactor a2dp audio data path
...
- Refactor audio APIs, optimize audio data path, reduce memory copy operations
- Support using external codec in application layer
- The internal codec will not be compiled if not use
2025-03-28 14:13:20 +08:00
linruihao
eda7ea3f49
refactor(bt/bluedroid): Refactor hfp audio data path
...
- Refactor audio APIs, optimize audio data path, reduce memory copy operations
- Support using external codec in application layer
2025-03-28 14:13:20 +08:00
Jiang Jiang Jian
4fe1529fd4
Merge branch 'bugfix/ieee80211w_kde_add_out_of_bound' into 'master'
...
Resolve out-of-bounds memory access in ieee80211w_kde_add
Closes IDF-12728 and IDF-12729
See merge request espressif/esp-idf!38037
2025-03-28 13:58:51 +08:00
Laukik Hase
a5eca671c3
docs(esp_tee): Add the ESP-TEE logo to the user-guide
2025-03-28 09:54:46 +05:30
Marius Vikhammer
ad14f116c4
Merge branch 'bugfix/psram_cmake_3_16_error' into 'master'
...
fix(build): fixed build error when compiling with cmake 3.16
Closes IDF-12739
See merge request espressif/esp-idf!38090
2025-03-28 12:24:26 +08:00
Shu Chen
ab7200294f
Merge branch 'fix/ot_update_include' into 'master'
...
fix(openthread): change include statement to updated upstream path
See merge request espressif/esp-idf!38089
2025-03-28 11:48:58 +08:00
Tan Yan Quan
364ad261f8
fix(openthread): change include statement to updated upstream path
2025-03-28 11:12:20 +08:00