xuxiao
664a68cd09
fix(wifi): fix esp32c3 compiler issues when call 'esp_wifi_set_band'
2024-07-26 19:16:26 +08:00
Adam Múdry
3ffd716d81
Merge branch 'fix/fatfs_f_mount_immediately_after_formatting' into 'master'
...
fix(vfs): FATFS mount immediately after format if mount failed
Closes IDF-10538
See merge request espressif/esp-idf!32302
2024-07-26 17:39:59 +08:00
zwx
0353db2372
fix(ieee802154): refactor the next opteration logic for multiple events
2024-07-26 17:37:28 +08:00
Jiang Jiang Jian
e37ff3565b
Merge branch 'bugfix/fix_newlib_nano_float_printf_issues' into 'master'
...
fix(esp_rom): add new rom caps ESP_ROM_HAS_NEWLIB_PRINTF_BUG
See merge request espressif/esp-idf!30956
2024-07-26 17:37:03 +08:00
Armando (Dou Yiwen)
27c562a348
Merge branch 'fix/fix_adc_continuous_docs_code_example' into 'master'
...
adc: fixed adc continuous programming guide code examples
Closes DOC-8485
See merge request espressif/esp-idf!32356
2024-07-26 17:32:06 +08:00
Wei Yu Han
524549fdb2
docs(ble): Replaced Classic Bluetooth with Bluetooth Classic
2024-07-26 17:16:48 +08:00
Xu Xiao
7b5014a02f
Merge branch 'chip/esp32c5_mp_support_wifi' into 'master'
...
esp32c5 mp support wifi
Closes IDF-9139 and IDF-10529
See merge request espressif/esp-idf!31901
2024-07-26 17:15:23 +08:00
Sudeep Mohanty
fc5ca21673
Merge branch 'test/fix_flaky_sched_time_test' into 'master'
...
test(freertos): Fixed flaky scheduling time test
Closes IDFCI-2266
See merge request espressif/esp-idf!32352
2024-07-26 17:09:54 +08:00
Armando
702b0560ab
change(psram): improved xip psram docs on p4
2024-07-26 16:30:46 +08:00
Armando
7f600ae3fe
fix(adc): fixed adc continuous programming guide code examples
2024-07-26 16:14:51 +08:00
Marius Vikhammer
00a46fedbe
ci(qemu): remove allowed to fail attribute from qemu tests
2024-07-26 15:36:32 +08:00
Omar Chebib
305fabf2cf
Merge branch 'bugfix/c5_mintstatus_value' into 'master'
...
fix(riscv): fix a bug that affected mintstatus CSR value in the CLIC
See merge request espressif/esp-idf!32176
2024-07-26 15:35:03 +08:00
Marius Vikhammer
8b73c8616d
Merge branch 'feat/lp_core_pre_calc_timer' into 'master'
...
change(lp_core): changed wakeup time calc to use a precomputed tick value
Closes IDF-10552
See merge request espressif/esp-idf!32283
2024-07-26 15:29:33 +08:00
hrushikesh.bhosale
74b5033284
docs(nvs_encryption): Updated the docs of nvs_encryption
...
Updated the documentation by changing subtype from key to
nvs_keys in nvs_encryption.rst
2024-07-26 12:21:47 +05:30
Sudeep Mohanty
7bf349d20b
test(freertos): Fixed flaky scheduling time test
...
This commit updates the scheduling time test to test for median
scheduling time values instead of average values.
2024-07-26 08:37:11 +02:00
zwl
e4922b9629
fix(ble): fixed tx memory leak issue when controller disable
2024-07-26 14:29:39 +08:00
zwl
d62f1d3d43
fix(ble): fixed wdt issue when print key controller info on ESP32-C6 and ESP32-H2
2024-07-26 14:26:42 +08:00
zwl
959d649126
feat(bluetooth/controller): support switching log output mode on ESP32-C2
2024-07-26 14:26:42 +08:00
zwl
3e13e70290
feat(bluetooth/controller): support switching log output mode on ESP32-C6 and ESP32-H2
2024-07-26 14:26:42 +08:00
zwl
ca6bb9e60b
feat(bluetooth/controller): storage ble controller log to flash on ESP32C2
2024-07-26 14:26:42 +08:00
zwl
60e6a6116f
feat(bluetooth/controller): storage ble controller log to flash on ESP32C6 and ESP32H2
2024-07-26 14:26:42 +08:00
Mahavir Jain
940578f9fe
Merge branch 'contrib/github_pr_14196' into 'master'
...
fix(esp_http_server): prevent concurrent access to socket used in async http requests (GitHub PR)
Closes IDFGH-13263 and IDFGH-13053
See merge request espressif/esp-idf!32267
2024-07-26 14:09:25 +08:00
Vilem Zavodny
922f581b3d
fix(esp_lcd): Fix I2C receive without param
2024-07-26 08:00:36 +02:00
Omar Chebib
f06b235709
fix(riscv): fix a that affected mintstatus CSR value in the CLIC
2024-07-26 13:56:40 +08:00
Mahavir Jain
07e377c773
Merge branch 'bugfix/provide_random_addr_api' into 'master'
...
fix(wifi_prov): Added API to set random address
See merge request espressif/esp-idf!32152
2024-07-26 13:51:55 +08:00
Jiang Jiang Jian
5e18bc3cec
Merge branch 'fix/support_esp32c5_rom_flash_mmap' into 'master'
...
fix(esp_rom): support esp32c5 rom flash mmap
See merge request espressif/esp-idf!31736
2024-07-26 13:45:38 +08:00
Marius Vikhammer
77bb7c888f
Merge branch 'ci/pthread_qemu_tests' into 'master'
...
test(pthread): fixed memory leak in QEMU tests
Closes IDFCI-2223
See merge request espressif/esp-idf!32042
2024-07-26 13:35:08 +08:00
Rahul Tank
bd7be6a147
fix(nimble): Zero initialize variable to avoid garbage value
2024-07-26 09:38:40 +05:30
xuxiao
a397d31162
fix(wifi): add comments for the new API and fix code comments
2024-07-26 10:50:55 +08:00
Kevin (Lao Kaiyao)
ed91305d6a
Merge branch 'feature/i2s_support_etm' into 'master'
...
feat(i2s): support i2s etm event and task
Closes IDF-10509 and IDF-6359
See merge request espressif/esp-idf!32013
2024-07-25 21:20:52 +08:00
C.S.M
a5cdf845ec
Merge branch 'feat/add_gd_chip_suspend' into 'master'
...
feat(spi_flash): Add GD25Q32 for supporting suspend
See merge request espressif/esp-idf!32313
2024-07-25 18:27:48 +08:00
Sudeep Mohanty
1012172436
fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context
...
This commit fixes an issue where in the FreeRTOS port layer would cause
the portASSERT_IF_IN_ISR() assert check to fail even when the system is
not in an interrupt context.
2024-07-25 12:06:19 +02:00
Mahavir Jain
e40386bf4a
Merge branch 'bugfix/check_return_values_in_ssl_handshake' into 'master'
...
fix(mbedtls): Check return values of md functions during ssl handshake
Closes IDF-10478
See merge request espressif/esp-idf!32298
2024-07-25 17:18:01 +08:00
Yuhan Wei
d5c35d8b9b
docs(ble): Fixed the image name in classic-bt/overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
124a23d9b1
docs(ble): Uploaded the classic-bluetooth-architecture.png; Applied the suggestion from Mengyang
2024-07-25 17:05:45 +08:00
Yuhan Wei
b71b3366d9
docs(ble): Adjusted the title level in the chinese version of overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
4b32ffb8a9
docs(ble): created an independent entry for classic bt
2024-07-25 17:05:45 +08:00
Yuhan Wei
28160ef5d6
docs(ble): Adjusted the title level in en/api-guides/ble/blufi.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
dc6f1503c2
docs(ble): Modified the table of content in ble/index.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
95f9bf8e64
docs(ble): Make the section name consistent for the zh_CN and eng versions
2024-07-25 17:05:45 +08:00
Yuhan Wei
2030b83b1a
docs(ble): Reduced the toctree depth for Related Documents
2024-07-25 17:05:45 +08:00
Yuhan Wei
8379a45f4d
docs(ble): Moved blufi to ble folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
48bf83416a
docs(ble): Moved ble-mesh and blufi to ble section
2024-07-25 17:05:45 +08:00
Yuhan Wei
c6f974e689
docs(ble): Created an independent BLE folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
e4b3fe2f46
docs(ble): Reorganized the bluetooth API guide structure
2024-07-25 17:05:45 +08:00
Liu Xiao Yu
d2cb23c28a
Merge branch 'docs/fix_intr_num_hlinterrupts_doc' into 'master'
...
docs(interrupts): fix wrong high-level interrupt level num in doc
Closes IDF-10445
See merge request espressif/esp-idf!32284
2024-07-25 16:32:31 +08:00
Armando (Dou Yiwen)
1f5cae8e79
Merge branch 'feat/xip_psram_example_p4' into 'master'
...
xip_psram: support xip psram example on p4
See merge request espressif/esp-idf!32333
2024-07-25 16:15:10 +08:00
Xu Si Yu
486b16712a
Merge branch 'feature/support_restoring_vendor_properties' into 'master'
...
feat(openthread): support restoring vendor properties of rcp
Closes TZ-567
See merge request espressif/esp-idf!32219
2024-07-25 15:56:43 +08:00
C.S.M
c2cb7d4ed3
Merge branch 'feat/support_120m_tsens' into 'master'
...
feature(psram): Add timing tuning point adjustment via temperature sensor
Closes IDF-10506
See merge request espressif/esp-idf!31771
2024-07-25 15:54:26 +08:00
Shu Chen
93c32d4de9
Merge branch 'feat/support_change_ot_version_msg' into 'master'
...
feat(openthread): support changing openthread version information
See merge request espressif/esp-idf!31849
2024-07-25 15:48:43 +08:00