yinqingzhao
694dbd6843
fix(wifi):esp32c6 wifi rx statistics is always zero
2024-05-16 19:20:59 +08:00
Jiang Jiang Jian
c96d5da7bd
Merge branch 'bugfix/fix_bss_color_issues' into 'master'
...
fix(bss_color):fix bss color issues
Closes WIFIBUG-537, FCW-2, and WIFI6-352
See merge request espressif/esp-idf!30523
2024-05-16 17:23:51 +08:00
Liu Xiao Yu
23a68dacd6
Merge branch 'feature/console_add_sbom_file' into 'master'
...
feat(system/console): Added argtable3 SBOM manifest file for SPDX file generation for console component
Closes IDF-8228
See merge request espressif/esp-idf!30848
2024-05-16 16:47:22 +08:00
Harshal Patil
bb34d78bce
Merge branch 'fix/aes_ext_mem_case_for_older_targets' into 'master'
...
fix(mbedtls/aes): Check location of the buffer only for SOC_AXI_DMA_EXT_MEM_ENC_ALIGNMENT
Closes IDFCI-2153
See merge request espressif/esp-idf!30850
2024-05-16 15:10:28 +08:00
yinqingzhao
a484bdda11
fix(bss_color):fix bss color issues
2024-05-16 14:45:06 +08:00
Gao Xu
b893e3b982
Merge branch 'feature/esp32c5_mp_gpio_support' into 'master'
...
feat(gpio): fix ESP32P4 fspics0 in io mux reg
See merge request espressif/esp-idf!30846
2024-05-16 14:36:42 +08:00
Tomas Rohlinek
f375125e28
Merge branch 'feature/fatfs_ff_strfunc_support' into 'master'
...
feat(storage/fatfs): add Kconfig settings for FF_USE_STRFUNC
Closes IDFGH-12317
See merge request espressif/esp-idf!30141
2024-05-16 14:20:23 +08:00
Konstantin Kondrashov
374f497bf6
Merge branch 'feature/efuse_support_linux' into 'master'
...
feat(efuse): Support Linux target
Closes IDF-9144
See merge request espressif/esp-idf!30343
2024-05-16 14:12:15 +08:00
Konstantin Kondrashov
28e592563c
Merge branch 'feature/unuse_old_log_apis' into 'master'
...
feat(all): Remove usage old log macros
See merge request espressif/esp-idf!30598
2024-05-16 13:57:06 +08:00
Jiang Jiang Jian
a58e820a94
Merge branch 'bugfix/fix_esp32_cant_tx_after_tx_timeout' into 'master'
...
fix(wifi): fix esp32 unrecoverable m f issue
Closes WIFIBUG-449 and WIFIBUG-509
See merge request espressif/esp-idf!30856
2024-05-16 13:40:47 +08:00
harshal.patil
141cdac87e
fix(mbedtls/aes): Check location of the buffer only for SOC_AXI_DMA_EXT_MEM_ENC_ALIGNMENT
...
When buffer_needs_realloc in the AES driver, check the location of the buffer only in case
of SOC_AXI_DMA_EXT_MEM_ENC_ALIGNMENT for allocating the newer buffer, otherwise use generic
DMA capable memory (as was done earlier)
2024-05-16 13:36:30 +08:00
Rahul Tank
57e8031e65
Merge branch 'feature/get_local_used_addr' into 'master'
...
feat(nimble): Added API to get local used address
See merge request espressif/esp-idf!30595
2024-05-16 12:14:38 +08:00
Xiaoyu Liu
d325d6ebbe
feat(system/console): Added argtable3 SBOM manifest file in console component for SPDX file generation
2024-05-16 12:00:00 +08:00
liuning
68cb30a609
fix(wifi): fix esp32 unrecoverable m f issue
2024-05-16 11:58:33 +08:00
Jiang Jiang Jian
c76bc1cadf
Merge branch 'bugfix/fix_sniffer_fcs_error_fail' into 'master'
...
fix(wifi): fixed sniffer dump fcs error packets fail
Closes IDFGH-9408 and IDFGH-12706
See merge request espressif/esp-idf!30128
2024-05-16 11:56:01 +08:00
Gao Xu
7d097ca98b
Merge branch 'csi/add_no_backup_buffer_usage_verify' into 'master'
...
feat(csi): add verify to no backup buffer usage
See merge request espressif/esp-idf!30788
2024-05-16 10:33:33 +08:00
Rahul Tank
c516516a01
Merge branch 'doc/update_readme_enc_adv_kconfig' into 'master'
...
fix(nimble): Remove ESP IP dependancy on enc_adv_data example
See merge request espressif/esp-idf!30847
2024-05-15 22:50:17 +08:00
Konstantin Kondrashov
aed84fa818
feat(efuse): Support Linux target
2024-05-15 16:54:45 +03:00
Armando (Dou Yiwen)
0665d7511a
Merge branch 'bugfix/fix_isp_input_data_type_limit' into 'master'
...
fix(isp): updated to only support input data type as raw8
See merge request espressif/esp-idf!30840
2024-05-15 18:46:41 +08:00
Rahul Tank
4d873e3c9f
fix(nimble): Remove ESP IP dependancy on enc_adv_data example
2024-05-15 15:27:11 +05:30
gaoxu
37487f1c5e
feat(gpio): fix the fspics0 in io mux reg
2024-05-15 17:34:25 +08:00
Shu Chen
83eaef8c25
Merge branch 'feature/add_check_for_154_frame' into 'master'
...
fix(802.15.4): fix a risk for receive_at and ignore bit8 for the frame length
Closes TZ-729
See merge request espressif/esp-idf!30835
2024-05-15 16:01:13 +08:00
Marius Vikhammer
bb380f92fd
Merge branch 'bugfix/c5_isr_masking' into 'master'
...
fix(interrupt): fixed interrupt thresholds not working on C5
See merge request espressif/esp-idf!30818
2024-05-15 16:00:17 +08:00
Konstantin Kondrashov
668886842f
feat(all): Remove usage old log macros
2024-05-15 15:25:30 +08:00
Konstantin Kondrashov
09dc55fb78
Merge branch 'feature/set_correct_soc_caps' into 'master'
...
feat(soc): Update efuse related soc_caps for c61 and c5 (MP/beta3)
See merge request espressif/esp-idf!30708
2024-05-15 14:44:17 +08:00
Abhinav Kudnar
c1787c24bd
feat(nimble): Added API to get local used address
2024-05-15 12:12:04 +05:30
Armando
f85e0cfdc3
fix(isp): updated to only support input data type as raw8
2024-05-15 14:32:15 +08:00
Rahul Tank
6b34b6c1fb
Merge branch 'bugix/avoid_reset_extract_cb' into 'master'
...
fix(nimble): Avoid slave instance reset inside extract_cb
See merge request espressif/esp-idf!30420
2024-05-15 13:20:52 +08:00
Mahavir Jain
43908774fe
Merge branch 'bugfix/refactor_data_variable_in_mpi_periph' into 'master'
...
fix(soc): Refactor variable names for MPI operations and block bases
Closes IDF-9508
See merge request espressif/esp-idf!30658
2024-05-15 12:02:51 +08:00
Mahavir Jain
c8d59db5a0
Merge branch 'feature/enable_ecc_support_for_c5_mp' into 'master'
...
feat: added ecc peripheral support for esp32c5 for mp version
Closes IDF-8625
See merge request espressif/esp-idf!30744
2024-05-15 12:01:41 +08:00
zhangyanjiao
8710a192c4
fix(wifi): fixed sniffer and espnow issue
...
1. fix(wifi): fixed sniffer dump fcs error packets fail
Closes https://github.com/espressif/esp-idf/issues/10777
2. fix(wifi): fixed the espnow priv parameter get error
Closes https://github.com/espressif/esp-idf/issues/13693
2024-05-15 11:48:29 +08:00
zwx
17eb2dcce3
fix(802.15.4): fix a risk for receive_at and ignore bit8 for the frame length
2024-05-15 11:08:47 +08:00
Marius Vikhammer
fc6a068a52
Merge branch 'fix/brownout_crash' into 'master'
...
fix(brownout): fixed brownout isr crashing if cache disabled
Closes IDF-9731
See merge request espressif/esp-idf!30746
2024-05-15 09:13:04 +08:00
Jiang Jiang Jian
4065dc56b9
Merge branch 'bugfix/nan_datapath_issues' into 'master'
...
Fix issues in NAN datapath establishment
Closes WIFIBUG-367
See merge request espressif/esp-idf!29065
2024-05-14 22:03:46 +08:00
Jiang Jiang Jian
ffae1dfb9d
Merge branch 'doc/update_mesh_doc' into 'master'
...
docs(wifi): update the docmentation for mesh API
See merge request espressif/esp-idf!30238
2024-05-14 22:03:34 +08:00
Alexey Gerenkov
8b93323da6
Merge branch 'upgrade_clang_toolchain' into 'master'
...
Upgrade clang toolchain version to 'esp-17.0.1_20240419'
See merge request espressif/esp-idf!29811
2024-05-14 21:47:06 +08:00
Rahul Tank
fca1c0fa3b
fix(nimble): Create separate API to only extract cb info
2024-05-14 17:15:49 +05:30
Song Ruo Jing
07a615d581
Merge branch 'feature/esp32c5mp_gdma_support' into 'master'
...
feat(gdma): add GDMA support for ESP32C5 MP
Closes IDF-9648
See merge request espressif/esp-idf!30418
2024-05-14 16:53:06 +08:00
Ondrej Kosta
af7a99eb36
Merge branch 'feature/esp_emac_improvements' into 'master'
...
Feature/esp emac improvements
Closes IDF-8993, IDF-9110, IDF-9411, and IDF-5867
See merge request espressif/esp-idf!29828
2024-05-14 16:33:00 +08:00
morris
dc8d455255
Merge branch 'fix/unknown_header_build_failure_hal_crypto_app' into 'master'
...
fix(hal/test_apps): Fix build failure of the crypto hal test app for ESP32-P4
See merge request espressif/esp-idf!30824
2024-05-14 16:02:28 +08:00
Wan Lei
26ff7bb836
Merge branch 'feat/c61_c6lite_rom_freeze_update' into 'master'
...
feat(esp32c61): update for rom freeze
Closes IDF-9405
See merge request espressif/esp-idf!30737
2024-05-14 15:44:09 +08:00
harshal.patil
1c21eb367e
fix(hal/test_apps): Fix build failure of the crypto hal test app for ESP32-P4
...
- Add bootloader_support component in its priv_requires as we use source files from mbedtls
2024-05-14 11:53:44 +05:30
Ondrej Kosta
d15a9c2c48
feat(esp_eth): a new folder structure of the driver and other improvements
...
Fixed memory leak in emac_esp_new_dma function.
Polished ESP EMAC cache management.
Added emac_periph definitions based on SoC features and improved(generalized) ESP EMAC GPIO
initialization.
Added ESP EMAC GPIO reservation.
Added check for frame error condition indicated by EMAC DMA and created a target test.
2024-05-14 08:23:31 +02:00
Shyamal Khachane
029748bfad
fix(esp_wifi): Fix issues in NAN datapath establishment
...
1. Resolve indefinite waiting while stopping NAN
2. Increase NDP response timeout to 8 DW's
3. Set NAN discovery beacon interval to 100 TU's as per Section 9.2
of Wi-Fi Aware Specification v4.0
2024-05-14 11:24:45 +05:30
Mahavir Jain
ee8a9e8410
Merge branch 'fix/aes_operation_using_psram_memory_with_psram_enc' into 'master'
...
Enable AXI-DMA AES-ECC mean access when external memory encryption is enabled
See merge request espressif/esp-idf!30379
2024-05-14 13:15:33 +08:00
nilesh.kale
b227154fd3
fix(soc): Refactor variable names for MPI operations and block bases
2024-05-14 10:34:33 +05:30
nilesh.kale
948d46a765
feat: added ecc peripheral support for esp32c5 for mp version
...
This commits adds support for ECC peripheral for ESP32C5 MP version
This is tested on mbedtls and hal testapps.
2024-05-14 10:24:52 +05:30
wanlei
e89e8e0ded
feat(esp32c61): update for rom freeze
2024-05-14 12:46:51 +08:00
Song Ruo Jing
001d4e1f8b
feat(gdma): add GDMA support for ESP32C5 MP
2024-05-14 11:37:40 +08:00
Marius Vikhammer
4b4f4c200a
fix(interrupt): fixed interrupt thresholds not working on C5
2024-05-14 10:56:22 +08:00