WanqQixiang
|
9d4a897d47
|
fix(zigbee_example): Fix the link in zigbee gateway readme file
|
2024-11-06 14:40:09 +08:00 |
|
Adam Múdry
|
b2e0bd9200
|
Merge branch 'fix/sdmmc_send_acmd22_after_multiple_write_cmd' into 'master'
fix(sdmmc): Send ACMD22 if CMD25 fails
Closes IDF-9630
See merge request espressif/esp-idf!34376
|
2024-11-06 04:34:06 +08:00 |
|
Roland Dobai
|
72308ca089
|
Merge branch 'feat/add_activate_debug_information' into 'master'
feat(tools): Imporve activate.py debug information
Closes IDF-11378
See merge request espressif/esp-idf!34534
|
2024-11-05 21:13:20 +08:00 |
|
Marek Fiala
|
26002e13fc
|
feat(tools): Imporve activate.py debug information
|
2024-11-05 13:53:00 +01:00 |
|
Wan Lei
|
405327d22a
|
Merge branch 'fix/c61_h2_pmu_icg_csv_update' into 'master'
fix(pmu): c61 and h2 update pmu_icg_mapping.h
See merge request espressif/esp-idf!34370
|
2024-11-05 20:18:04 +08:00 |
|
Shen Meng Jing
|
67169f8efd
|
Merge branch 'docs/update_cn_translation' into 'master'
docs: Sync CN and EN files
Closes DOC-9182
See merge request espressif/esp-idf!34249
|
2024-11-05 19:18:36 +08:00 |
|
Xu Xiao
|
0c07ee6baf
|
Merge branch 'feature/twt_add_parameter_to_enable_keep_alive' into 'master'
feat(twt): twt add parameter to enable keep alive
Closes WIFIBUG-927
See merge request espressif/esp-idf!34532
|
2024-11-05 19:04:55 +08:00 |
|
Harshal Patil
|
d46b23d44b
|
Merge branch 'docs/fix_section_visibility_esp32p4' into 'master'
Fix typo to make a section visible for non-esp32 SPIRAM supported targets
See merge request espressif/esp-idf!34482
|
2024-11-05 18:37:35 +08:00 |
|
shenmengjing
|
6f86f70f0a
|
docs: Sync CN and EN files
|
2024-11-05 18:03:42 +08:00 |
|
Shu Chen
|
7aaab5a3ff
|
Merge branch 'fix/esp_prov_ipv6_resolve' into 'master'
fix(tools): Fix hostname resolving for IPv6-only host
See merge request espressif/esp-idf!34452
|
2024-11-05 17:15:16 +08:00 |
|
C.S.M
|
9677a4929f
|
Merge branch 'feat/add_temperature_calib' into 'master'
feat(temperature_sensor): Add temperature sensor calibration support
Closes IDF-5236
See merge request espressif/esp-idf!34634
|
2024-11-05 16:28:58 +08:00 |
|
WanqQixiang
|
682a66d164
|
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host
|
2024-11-05 15:24:23 +08:00 |
|
Song Ruo Jing
|
7e90a41bc9
|
Merge branch 'refactor/regi2c_mst_clock_enable' into 'master'
refactor(regi2c): analog i2c mst clock should be enabled/disabled per usage
Closes IDF-10492 and IDF-10693
See merge request espressif/esp-idf!32682
|
2024-11-05 15:15:26 +08:00 |
|
C.S.M
|
0546805fc5
|
Merge branch 'fix/bod_p4eco2_fix' into 'master'
fix(bod): Remove config for bod on p4 eco1
See merge request espressif/esp-idf!34589
|
2024-11-05 14:42:15 +08:00 |
|
yinqingzhao
|
34ba72a431
|
feat(twt): twt add parameter to enable keep alive
|
2024-11-05 14:12:02 +08:00 |
|
morris
|
e1a3ff1529
|
Merge branch 'bugfix/wrong_return_type' into 'master'
fix(i2c_lcd): wrong return type for esp_lcd_new_panel_io_i2c
See merge request espressif/esp-idf!34643
|
2024-11-05 13:44:39 +08:00 |
|
harshal.patil
|
7786cbe2c8
|
docs(mem_alloc): Fix typo to make a section visible for non-esp32 spiram targets
|
2024-11-05 10:56:20 +05:30 |
|
Harshal Patil
|
ae51dcc227
|
Merge branch 'ci/nightly_run_crt_bundle_stress_test' into 'master'
Run https x509 bundle default crt bundle stress test using QEMU
See merge request espressif/esp-idf!34508
|
2024-11-05 13:19:51 +08:00 |
|
Shu Chen
|
47c8ca5556
|
Merge branch 'feature/updated-zigbee-examples' into 'master'
feat(zigbee): Upgrade zigbee examples
See merge request espressif/esp-idf!33223
|
2024-11-05 12:11:26 +08:00 |
|
Jiang Jiang Jian
|
5c3cb06d18
|
Merge branch 'bugfix/modify_bandwidth_in_ap_records' into 'master'
fix(wifi): modify bandwidth in wifi_ap_record_t
Closes WIFIBUG-910
See merge request espressif/esp-idf!34455
|
2024-11-05 10:47:11 +08:00 |
|
C.S.M
|
75aea08703
|
fix(bod): Remove config for bod on p4 v0.x
|
2024-11-05 10:39:28 +08:00 |
|
Adam Múdry
|
6bf2d91c4d
|
test(sdmmc): Add test_apps test for sdmmc component
|
2024-11-05 02:36:43 +01:00 |
|
Adam Múdry
|
9386b58e17
|
fix(sdmmc): Generalize waiting for card idle to a function
|
2024-11-05 02:36:42 +01:00 |
|
Zhang Hai Peng
|
08f1c3681a
|
Merge branch 'bugfix/fix_ble_build_fail' into 'master'
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
Closes BT-3862
See merge request espressif/esp-idf!34581
|
2024-11-05 06:15:38 +08:00 |
|
Michael (XIAO Xufeng)
|
676f5194d5
|
Merge branch 'fix/sdio_slave_add_pm_lock' into 'master'
fix(sdio_slave): fix issue that auto light sleep can happen SDIO slave enabled
Closes IDF-8476
See merge request espressif/esp-idf!33579
|
2024-11-05 03:19:33 +08:00 |
|
harshal.patil
|
5cc9931dc7
|
ci(examples/protocols): Run the https x509 bundle default crt bundle stress test using QEMU
|
2024-11-04 22:42:37 +05:30 |
|
morris
|
2d8053aabf
|
fix(i2c_lcd): wrong return type for esp_lcd_new_panel_io_i2c
when build for C++ project
|
2024-11-04 21:29:14 +08:00 |
|
yinqingzhao
|
403d44ae68
|
docs(wifi): add migration guide for types change in wifi
|
2024-11-04 21:17:37 +08:00 |
|
Xu Xiao
|
e6a97d2c56
|
Merge branch 'fix/fix_esp32c61_can_not_tx_under_ht40_above' into 'master'
fix(wifi): fix can not tx frame under ht40 above
See merge request espressif/esp-idf!34175
|
2024-11-04 20:48:38 +08:00 |
|
Jiang Jiang Jian
|
1f47975472
|
Merge branch 'bugfix/idf-11064' into 'master'
fix some issues on esp32c5 eco1
Closes IDF-11064 and IDF-11066
See merge request espressif/esp-idf!34350
|
2024-11-04 20:46:01 +08:00 |
|
yinqingzhao
|
93e77a4df6
|
fix(wifi): modify bandwidth in wifi_ap_record_t
|
2024-11-04 20:32:34 +08:00 |
|
Wu Zheng Hui
|
c0f3ac4295
|
Merge branch 'fix/fix_writeback_psram_after_vo2_powerdown' into 'master'
fix(esp_hw_support): fix writeback cache to psram after vo2 powerdown
Closes PM-286
See merge request espressif/esp-idf!34578
|
2024-11-04 20:03:06 +08:00 |
|
C.S.M
|
e1abef5e9b
|
feat(temperature_sensor): Add temperature sensor calibration support
|
2024-11-04 18:42:00 +08:00 |
|
zhanghaipeng
|
94d1a4f1c0
|
fix(ble/bluedroid): Fixed BLE build fail when enable dynamic memory and BLE5.0
|
2024-11-04 17:41:34 +08:00 |
|
C.S.M
|
3cc9d42695
|
Merge branch 'fix/jpeg_com_marker' into 'master'
fix(jpeg): Fix the length of com marker
See merge request espressif/esp-idf!34549
|
2024-11-04 17:03:46 +08:00 |
|
Song Ruo Jing
|
3357fe8b95
|
Merge branch 'docs/update_uart_events_description' into 'master'
docs: update descriptions for UART events
See merge request espressif/esp-idf!34049
|
2024-11-04 16:30:20 +08:00 |
|
Laukik Hase
|
5504a596e2
|
Merge branch 'fix/fetch_image_hdr' into 'master'
fix(esp_system): Correct address used to fetch application image header
See merge request espressif/esp-idf!34375
|
2024-11-04 16:26:53 +08:00 |
|
Jiang Jiang Jian
|
c4bde5dfae
|
Merge branch 'bugfix/fix_crash_issue_in_mesh_tx_task' into 'master'
fix(wifi/mesh): Enlarge the mesh TX task stack
Closes WIFIBUG-906
See merge request espressif/esp-idf!34617
|
2024-11-04 15:55:34 +08:00 |
|
xuxiao
|
375156918e
|
fix(wifi): fix esp32c61 can not tx frame under ht40 above
|
2024-11-04 14:23:11 +08:00 |
|
xieqinan@espressif.com
|
a41c2d498e
|
feat(zigbee): Upgrade the Zigbee lib to v1.6 for Zigbee examples
- Optimize the Zigbee light, switch and gateway examples
- Remove the esp_zigbee_rcp example
|
2024-11-04 14:21:42 +08:00 |
|
Song Ruo Jing
|
2cb35a2955
|
refactor(regi2c): ana i2c master clock is enabled per request
|
2024-11-04 12:37:17 +08:00 |
|
Song Ruo Jing
|
92ed77933b
|
refactor(clk): deprecate SOC_RTC_FAST_CLK_SRC_XTAL_DIV
|
2024-11-04 12:37:17 +08:00 |
|
Laukik Hase
|
5976e391ea
|
fix(esp_system): Correct address used to fetch application image header
|
2024-11-04 09:58:37 +05:30 |
|
Li Shuai
|
45ea08b955
|
fix(esp_hw_support): fix the issue of wifi rx packet loss when switchng soc root clock source
|
2024-11-04 11:19:29 +08:00 |
|
Li Shuai
|
f46b9ed5a6
|
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
|
2024-11-04 11:11:36 +08:00 |
|
zhangyanjiao
|
02f6738d22
|
fix(wifi/mesh): Enlarge the mesh TX task stack
|
2024-11-04 11:08:56 +08:00 |
|
Konstantin Kondrashov
|
ce6085349f
|
Merge branch 'feature/adds_efuse_adc_calib_data' into 'master'
feat(efuse): Adds efuse ADC calib data for P4 C5 C61
See merge request espressif/esp-idf!33934
|
2024-11-02 05:56:30 +08:00 |
|
Erhan Kurubas
|
c2acddda7b
|
Merge branch 'fix/sysview_stack_overflow' into 'master'
fix(sysview): reduce isr stack usage to avoid stack guard exception
Closes IDF-11338
See merge request espressif/esp-idf!34604
|
2024-11-02 01:56:05 +08:00 |
|
Konstantin Kondrashov
|
37b600124f
|
feat(efuse): Adds efuse ADC calib data for ESP32-C61
|
2024-11-01 23:08:53 +08:00 |
|
Konstantin Kondrashov
|
7397c159cb
|
feat(efuse): Adds efuse ADC calib data for ESP32-C5
|
2024-11-01 23:08:53 +08:00 |
|