Wang Meng Yang
e4102c5443
Merge branch 'bugfix/ctrl_bugs_on_esp32' into 'master'
...
fix(bt/controller): Fixed some bugs on esp32 controller
Closes COEXQABR24-34, CBI-1084, and BT-3900
See merge request espressif/esp-idf!35142
2024-11-27 14:38:03 +08:00
harshal.patil
2560484e4a
fix(mbedtls/port): Fixed overflowed constant in esp_mpi_exp_mpi_mod_hw_op()
2024-11-27 11:39:42 +05:30
Zhi Wei Jian
bcfe64694d
Merge branch 'bugfix/fix_ble_ke_mem_267_assert' into 'master'
...
fix(bt/controller): Fixed BLE assert ke_mem.c line 267
Closes BLERP-1273
See merge request espressif/esp-idf!35153
2024-11-27 14:02:14 +08:00
Guillaume Souchere
1fa268c7ef
Merge branch 'feat/usb-cdc-select' into 'master'
...
feat(usb_cdc): Add select functionality to the driver
Closes IDF-10281
See merge request espressif/esp-idf!31686
2024-11-27 13:37:37 +08:00
yiwenxiu
0fcbf42a27
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 11:22:37 +08:00
Island
93257ed744
Merge branch 'refactor/refactor_ble_create_connection' into 'master'
...
fix(ble/bluedroid): Optimize BLE API esp_ble_gattc_enh_open
Closes BLERP-639 and BLERP-1266
See merge request espressif/esp-idf!35033
2024-11-27 10:32:35 +08:00
zwl
093b65e27c
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
2024-11-27 10:22:26 +08:00
zwl
69b535d422
fix(ble): fixed the connect issue when rx error aa on ESP32-C6
2024-11-27 10:22:26 +08:00
Kevin (Lao Kaiyao)
32b5359693
Merge branch 'refactor/sync_lp_ana_peri_csv_update_on_c5' into 'master'
...
change(soc): update lp_ana_peri soc header on C5
See merge request espressif/esp-idf!35168
2024-11-27 10:02:54 +08:00
morris
13d0e83cd6
fix(driver): issues reported by coverity
2024-11-27 09:57:37 +08:00
morris
5cae5090c2
fix(hal): integer overflow found by coverity
...
actually these "bugs" are harmless from the perspective of the hardware
2024-11-27 09:57:37 +08:00
Martin Vychodil
64960f0751
Merge branch 'fix/coverity_wl_overflow_constant' into 'master'
...
fix(wear_levelling): Fix coverity issue overflowed constant in WL_Flash.cpp
See merge request espressif/esp-idf!35204
2024-11-27 03:21:26 +08:00
Roland Dobai
31b7ac775f
Merge branch 'fix/env_var_idf_path_old_not_set_in_ps1' into 'master'
...
fix(tools): IDF_PATH_OLD not found in PowerShell
See merge request espressif/esp-idf!35214
2024-11-26 22:42:42 +08:00
Frantisek Hrbata
8ace223e77
Merge branch 'feat/sbom_action_localdb' into 'master'
...
feat(ci): pass SBOM_CHECK_LOCAL_DB to esp-idf-sbom-action
See merge request espressif/esp-idf!35221
2024-11-26 22:40:56 +08:00
Frantisek Hrbata
e9cfa83983
feat(ci): pass SBOM_CHECK_LOCAL_DB to esp-idf-sbom-action
...
esp-idf-sbom offers two ways to perform vulnerability scanning. The
primary method, which is the default, uses the NVD REST API. The
alternative method uses the esp-nvd-mirror repository. If there are
issues with accessing the NVD REST API, it can be useful to switch to
the esp-nvd-mirror easily. Allow to set the SBOM_CHECK_LOCAL_DB github
repository variable to switch to esp-nvd-mirror.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-26 14:37:23 +01:00
Song Ruo Jing
aa35807198
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-11-26 21:20:32 +08:00
Marek Fiala
d7d1cc7c23
fix(tools): IDF_PATH_OLD not found in PowerShell
2024-11-26 12:40:46 +01:00
Konstantin Kondrashov
874ce4d1d8
Merge branch 'bugfix/test_esp_flash_write' into 'master'
...
fix(spi_flash): Fix Test esp_flash_write
Closes IDFCI-2416
See merge request espressif/esp-idf!35181
2024-11-26 19:22:36 +08:00
Jin Cheng
5e0a73bc56
fix(bt/controller): Fixed some bugs on esp32 controller
...
- Added VSC to update local Bluetooth clock
- Added critical protection for the free method for sync buffers
- Fixed zero attempt value set by role switch
2024-11-26 18:03:11 +08:00
Armando (Dou Yiwen)
8214dc4efd
Merge branch 'change/use_uart0_for_ram_app_c5' into 'master'
...
ci(ram_app): use uart0 config
Closes IDFCI-2552 and IDFCI-2389
See merge request espressif/esp-idf!35190
2024-11-26 17:21:30 +08:00
sonika.rathi
51f2719dfc
fix(wear_levelling): Fix coverity issue overflowed constant in WL_Flash.cpp
2024-11-26 09:50:22 +01:00
Guillaume Souchere
e4501b375a
Merge branch 'fix/memprot-config-used-in-memory-layouts' into 'master'
...
fix(heap): Fix wrong config to enable MALLOC_CAP_EXEC in memory_layout.c
Closes IDFGH-14013
See merge request espressif/esp-idf!35098
2024-11-26 16:05:10 +08:00
Erhan Kurubas
06e8ee2893
Merge branch 'change/sysview_test_config' into 'master'
...
change(sysview): run heap_log tracing tests on existing cores
Closes IDFGH-9080 and IDF-6744
See merge request espressif/esp-idf!35005
2024-11-26 15:47:21 +08:00
Island
79dca6c58c
Merge branch 'feat/remove_unused_sdkconfig_in_ble_examples' into 'master'
...
fix(ble/example): Removed unused sdkconfig files
See merge request espressif/esp-idf!33077
2024-11-26 15:45:50 +08:00
Omar Chebib
ff12ccfd10
Merge branch 'fix/ulp_riscv_interrupt_bug' into 'master'
...
fix(ulp): fix ULP RISC-V interrupt handler corrupting the stack
Closes IDFGH-14126
See merge request espressif/esp-idf!35154
2024-11-26 15:40:38 +08:00
Mahavir Jain
ac35595746
Merge branch 'contrib/github_pr_14834' into 'master'
...
[Examples] [Async Handlers] simplify code by splitting long_async_handler into two functions (GitHub PR)
Closes IDFGH-14011
See merge request espressif/esp-idf!34694
2024-11-26 15:07:29 +08:00
Wan Lei
b0be36de1d
Merge branch 'feat/spi_slave_sleep_retention' into 'master'
...
feat(driver_spi): spi slave driver sleep retention
Closes IDF-9746 and IDF-8467
See merge request espressif/esp-idf!33858
2024-11-26 14:44:54 +08:00
Armando (Dou Yiwen)
b46ef18683
Merge branch 'change/p4_sd_runner_no_use_usj' into 'master'
...
ci(sd): use uart0 as usj always serial noise on ci on p4
Closes IDFCI-2371, IDFCI-2345, IDFCI-2549, and IDFCI-2550
See merge request espressif/esp-idf!35110
2024-11-26 14:43:59 +08:00
Guillaume Souchere
9eeee92d6b
Merge branch 'fix/esp-log-put-function-in-iram' into 'master'
...
fix(log): Modified linker script to move functions from flash to iram
Closes IDFGH-13682 and IDFGH-13838
See merge request espressif/esp-idf!34038
2024-11-26 14:29:43 +08:00
Armando
af6e15cca3
ci(ram_app): use uart0 config
2024-11-26 14:19:50 +08:00
xuxiao
0b7a19c211
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address
2024-11-26 14:10:43 +08:00
C.S.M
df1a7d5b60
Merge branch 'feature/flash_software_resume' into 'master'
...
feature(spi_flash): Support software resume after suspend in order promote isr efficiency (stage 1 -- unicore)
See merge request espressif/esp-idf!32842
2024-11-26 13:51:32 +08:00
Guillaume Souchere
181c903b0b
feat(usb_cdc): Add select functionality
2024-11-26 06:12:37 +01:00
chenjianhua
e5789a8ca1
feat(ble/bluedroid): Support setting connection params when creating connection
2024-11-26 12:10:27 +08:00
zhanghaipeng
7e536a7ba1
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-11-26 12:10:27 +08:00
laokaiyao
13f7b55ae5
change(soc): update lp_ana_peri soc header on C5
2024-11-26 11:14:57 +08:00
Zhou Xiao
57b98f4e1e
feat(ble/example): Removed unused sdkconfig files
2024-11-26 10:31:31 +08:00
Armando
7e7c8932b5
test(emmc): disabled emmc tests on p4
2024-11-26 09:52:49 +08:00
Armando
5c93ad2b7c
ci(sd): use uart0 as usj always serial noise on ci on p4
2024-11-26 09:52:49 +08:00
Armando
072bf3a8ee
test(sd): no uhs1 runner
2024-11-26 09:52:49 +08:00
Konstantin Kondrashov
4ace94342a
Merge branch 'ci/fix_pytest_otatool' into 'master'
...
fix(examples): Fix closing port in pytest_otatool
Closes IDFCI-2540
See merge request espressif/esp-idf!35117
2024-11-26 08:50:22 +08:00
Konstantin Kondrashov
864d9ed46c
fix(spi_flash): Fix Test esp_flash_write
2024-11-25 17:12:25 +02:00
Shen Meng Jing
1d70b84173
Merge branch 'docs/updating_configs_of_esp_https_server_cn' into 'master'
...
docs: Update CN translation for esp_https_server.rst
Closes DOC-9491
See merge request espressif/esp-idf!34986
2024-11-25 18:56:59 +08:00
Guillaume Souchere
793382107f
fix(heap): Fix wrong config to enable MALLOC_CAP_EXEC in memory_layout.c
...
In esp32c2 and esp32c61 memory_layout.c files, the config used to allow
MALLOC_CAP_EXEC was CONFIG_ESP_SYSTEM_MEMPROT_FEATURE when
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT should be used.
Closes https://github.com/espressif/esp-idf/issues/14836
2024-11-25 11:46:02 +01:00
Guillaume Souchere
d73ed3f1d8
fix(log): fix file name for esp_log_level_get_timeout
2024-11-25 11:39:38 +01:00
Cristian Funes
fe64cf3982
fix(log): Modified linker script to move functions from flash to iram
2024-11-25 11:39:38 +01:00
Xu Si Yu
e6aeb3d36d
Merge branch 'fix/fix_an_ot_macro_dependency_issue' into 'master'
...
fix(openthread): fix an openthread macro dependency issue
Closes TZ-1319
See merge request espressif/esp-idf!35132
2024-11-25 17:39:46 +08:00
Roland Dobai
a2c399c098
Merge branch 'feat/add_idf_path_setting_info' into 'master'
...
feat(tools): Add info message to install/export scripts about IDF_PATH being set/change.
Closes IDF-9355
See merge request espressif/esp-idf!34748
2024-11-25 17:20:55 +08:00
Roland Dobai
4110d14825
Merge branch 'feat/document_idf_version_txt_file' into 'master'
...
docs(tools): Mention idf_version.txt in documentation
Closes IDF-11630
See merge request espressif/esp-idf!34717
2024-11-25 17:19:10 +08:00
zhiweijian
67ac862edd
fix(bt/controller): Fixed BLE assert ke_mem.c line 267 on ESP32-C3 and ESP32-S3
2024-11-25 16:38:30 +08:00