zhangyanjiao
d7e03943d4
fix(wifi/mesh): clear the rootless state in mesh ie when changing from leaf to root
...
Closes https://github.com/espressif/esp-idf/issues/14063
2024-08-02 14:44:56 +08:00
zwx
3d46e6ed1d
feat(802.15.4): support 802.15.4 on esp32c5
2024-08-02 14:34:07 +08:00
gongyantao
6e2804c907
change(ci): remove device name check in bt example
2024-08-02 14:28:44 +08:00
gongyantao
4882feaed8
fix(bt): get remote device name from eir data
2024-08-02 14:28:44 +08:00
gongyantao
9044b81452
feat(bt/example): add ci sdkconfig for bt examples
2024-08-02 14:28:33 +08:00
Xu Xiao
cf05fa303f
Merge branch 'fix/fix_esp32c5_crash_issues' into 'master'
...
fix(wifi): fix esp32c5 crash issues when connect with full channel scan
Closes WIFIBUG-686 and WIFI-6620
See merge request espressif/esp-idf!32486
2024-08-02 14:22:41 +08:00
Rahul Tank
a6f90b5a02
fix(nimble): Modify Advertising Tx power levels
2024-08-02 11:24:56 +05:30
Rahul Tank
35e88684db
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-08-02 10:33:28 +05:30
Armando
20e665022f
test(lp_i2s): added lp i2s read tests
2024-08-02 12:02:05 +08:00
Armando
ee8933f651
feat(lp_i2s): lp_i2s driver
2024-08-02 12:02:05 +08:00
renpeiying
6e0579c766
docs: remove user guide for esp32-ethernet-kit migration
2024-08-02 12:01:16 +08:00
Chen Yu Dong
7c92d98c04
fix(ci): update iperf build ci condition
...
Co-authored-by: Chen Yu Dong <chenyudong@espressif.com>
2024-08-02 11:43:44 +08:00
muhaidong
79575e4232
fix(wifi): enable p4 and esp8689 build iperf in ci
2024-08-02 11:42:44 +08:00
muhaidong
971d9b8762
fix(wifi): support esp32_host ext_connect in iper
2024-08-02 11:42:44 +08:00
alanmaxwell
42074a3f36
fix(wifi_host): support esp32p4 host get mac addr from target
2024-08-02 11:42:44 +08:00
muhaidong
4a2395c488
fix(iperf): add esp_extconn idf component ymy
2024-08-02 11:42:44 +08:00
Alexey Lapshin
b5261aec9b
Merge branch 'fix/absent-component-error-message' into 'master'
...
fix(build): fix error message for absent component
See merge request espressif/esp-idf!32498
2024-08-02 11:36:28 +08:00
morris
6c7560a7fc
Merge branch 'change/disable_eot_in_lp_mode' into 'master'
...
change(dsi): don't send eot packet in lp mode
See merge request espressif/esp-idf!32480
2024-08-02 11:31:11 +08:00
Armando (Dou Yiwen)
0dd91afb09
Merge branch 'feat/c61_cache' into 'master'
...
cache: supported cache on c61
Closes IDF-9253 and DOC-8436
See merge request espressif/esp-idf!32407
2024-08-02 03:37:43 +08:00
Frantisek Hrbata
1679ed83ea
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-01 15:48:31 +02:00
Song Ruo Jing
ac8295fd19
Merge branch 'feature/esp32c61_clock_support' into 'master'
...
feat(clk): Add basic clock support for esp32c61
Closes IDF-9249
See merge request espressif/esp-idf!32244
2024-08-01 21:31:32 +08:00
Rahul Tank
d663a27053
Merge branch 'bugfix/add_return_value_to_rpa_to_api' into 'master'
...
fix(nimble): Add return value to RPA Timeout API
See merge request espressif/esp-idf!32312
2024-08-01 20:21:50 +08:00
xuxiao
4268d911cf
fix(wifi): fix esp32c5 crash issues when connect with full channel scan
2024-08-01 20:21:12 +08:00
Jiang Jiang Jian
22c9566641
Merge branch 'bugfix/avoid_offchan_ftm_retries' into 'master'
...
fix(wifi): Avoid internal retries for offchannel FTM Requests
Closes WIFIBUG-661
See merge request espressif/esp-idf!32488
2024-08-01 19:32:40 +08:00
Alexey Lapshin
cd0e34ed87
Merge branch 'fix/fix-gcc13-dirent-breaking' into 'master'
...
fix(newlib): fix include sys/dirent.h breaking change
See merge request espressif/esp-idf!32469
2024-08-01 19:27:24 +08:00
Wu Zheng Hui
f2cf9a961b
Merge branch 'doc/update_esp32p4_pm_programming_guide_docs' into 'master'
...
docs(pm): update power management related docs for esp32p4
Closes IDF-7672
See merge request espressif/esp-idf!31328
2024-08-01 19:05:15 +08:00
Shen Meng Jing
85ca4c625f
Merge branch 'docs/delete_user_guide_esp32s2_kaluga_1_kit' into 'master'
...
docs: Delete ESP32-S2-Kaluga-Kit related user guide files
Closes DOC-6924
See merge request espressif/esp-idf!32355
2024-08-01 18:36:51 +08:00
Frantisek Hrbata
0fdb309d1e
change: exclude CVEs that do not impact ESP-IDF components
...
cJSON: CVE-2024-31755 - Resolved in cJSON v1.7.18
FreeRTOS: CVE-2024-28115 - Affects only ARMv7-M MPU ports, and ARMv8-M ports
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-01 12:24:47 +02:00
morris
85cbe538aa
Merge branch 'doc/gptimer_include_etm_contents_conditionally' into 'master'
...
docs(gptimer): include etm content conditionally
Closes DOC-8437
See merge request espressif/esp-idf!32442
2024-08-01 17:49:58 +08:00
Island
c1e875fd38
Merge branch 'feat/support_enhanced_tx_power_on_esp32c3' into 'master'
...
Support enhanced BLE TX power setting and getting on ESP32C3
Closes BLERP-881 and BLERP-882
See merge request espressif/esp-idf!32289
2024-08-01 17:32:19 +08:00
shenmengjing
837221e2f2
docs: Delete ESP32-S2-Kaluga-Kit related user guide files
2024-08-01 17:01:37 +08:00
Wu Zheng Hui
9ef5712f35
Merge branch 'doc/update_gpio_deep_sleep_hold_en_api_guide' into 'master'
...
docs(gpio): update gpio_deep_sleep_hold_en API usage notes
Closes ESPCS-952
See merge request espressif/esp-idf!31962
2024-08-01 16:58:34 +08:00
harshal.patil
470ad32f2c
fix(bootloader_support): Fix encrypt image instead of the partition feature not being enabled
2024-08-01 14:10:06 +05:30
Gao Xu
3e974bd8a3
Merge branch 'feature/support_isp_ae' into 'master'
...
feat(isp): Support ISP Auto Exposure (AE)
Closes IDF-9592, IDF-10193, and IDF-10580
See merge request espressif/esp-idf!31671
2024-08-01 16:21:34 +08:00
wuzhenghui
172402528d
docs(pm): update power management related docs for esp32p4
2024-08-01 15:50:46 +08:00
Fu Hanxi
33b4d64918
Merge branch 'ci/add_soc_caps_test' into 'master'
...
ci: add idf-build-apps load soc caps test case
Closes IDFCI-2200
See merge request espressif/esp-idf!31543
2024-08-01 14:55:19 +08:00
Xiaoyu Liu
1216dd1abd
change(ulp): bu lp i2c on esp32c5
2024-08-01 14:48:31 +08:00
wuzhenghui
5880defc25
fix(esp_hw_support): flash/psram SPI io is not controlled by hp iomux on esp32p4
2024-08-01 14:33:32 +08:00
wuzhenghui
29b51468e1
fix(esp_hw_support): fix bad power parameter if PSRAM is enabled during sleep
2024-08-01 14:33:31 +08:00
luoxu
5100917b5a
feat(ble_mesh): Support BLE Mesh Example for esp32c5
2024-08-01 14:28:36 +08:00
luoxu
a16d90ac02
feat(ble_mesh): Support BLE Mesh lib for esp32c5
2024-08-01 14:28:36 +08:00
luoxu
bacae23734
feat(ble_mesh): Support BLE Mesh for esp32c5
2024-08-01 14:28:36 +08:00
luoxu
62e3f414a1
feat(ble_mesh): mesh lib update to aff87bf33a
2024-08-01 14:28:36 +08:00
Shen Meng Jing
5092ff51fd
Merge branch 'docs/update_examples_in_sdm' into 'master'
...
docs: Update the application examples in sdm.rst
Closes DOC-8324
See merge request espressif/esp-idf!31998
2024-08-01 14:16:38 +08:00
Shen Meng Jing
20dd99761b
Merge branch 'docs/translate_camera_driver' into 'master'
...
docs: Provide CN translation for camera_driver.rst
Closes DOC-8498
See merge request espressif/esp-idf!32364
2024-08-01 13:59:26 +08:00
Alexey Lapshin
1608b4cde4
fix(build): fix error message for absent component
2024-08-01 12:34:13 +07:00
Konstantin Kondrashov
e21fca42ef
Merge branch 'fix/efuse_compiler_static_analizer_warns' into 'master'
...
fix(efuse): Fix GNU static analyzer warnings
Closes IDF-10086
See merge request espressif/esp-idf!31775
2024-08-01 13:29:25 +08:00
morris
b2a62ca860
change(dsi): don't send eot packet in lp mode
...
because some LCD doesn't respond to that
2024-08-01 12:48:22 +08:00
shenmengjing
cd3a43576a
docs: Update the application examples in sdm
2024-08-01 12:04:23 +08:00
shenmengjing
f7232871b4
docs: Provide CN translation for camera_driver.rst
2024-08-01 11:52:29 +08:00