Bogdan Kolendovskyy
b433731234
fix(ethernet_basic): Fix second Ethernet device not receiving IP address
2025-02-12 15:10:52 +01:00
wanckl
39c85269cc
feat(spi_master): add transaction config for dynamic clock speed update
...
Closes https://github.com/espressif/esp-idf/issues/13753
2025-02-12 20:29:34 +08:00
Ondrej Kosta
45c186770c
Merge branch 'fix/eth_example_stat_ip' into 'master'
...
fix(esp_eth): fixed Static IP example for Ethernet
Closes IDFCI-2707
See merge request espressif/esp-idf!36821
2025-02-12 20:19:16 +08:00
Zhang Xiao Yan
dc4ef79c32
Merge branch 'docs/update_api_description_esp_wifi_scan_get_ap_records' into 'master'
...
docs: update the API description for esp-wifi_scan_get_ap_records
See merge request espressif/esp-idf!36510
2025-02-12 19:54:46 +08:00
Zhang Xiao Yan
a31acef0ac
docs: update the API description for esp-wifi_scan_get_ap_records
2025-02-12 19:54:46 +08:00
Jiang Jiang Jian
7f1e4ebbaa
Merge branch 'bugfix/mem_leak_sae_pk' into 'master'
...
fix(wifi): Bugfix memory leak due to sae public key
See merge request espressif/esp-idf!36667
2025-02-12 19:51:11 +08:00
Aleksei Apaseev
0d6099ec53
Merge branch 'fix/fix-test-report-generator' into 'master'
...
ci: fix tests related to the build report generator
See merge request espressif/esp-idf!36910
2025-02-12 19:22:31 +08:00
Aleksei Apaseev
897db53113
ci: fix tests build report generator
2025-02-12 19:07:53 +08:00
Roland Dobai
bbdf1e4a2a
Merge branch 'feat/use_diag_module' into 'master'
...
feat(diag): use the esp-idf-diag module as a backend
See merge request espressif/esp-idf!36872
2025-02-12 18:39:53 +08:00
Mahavir Jain
870a1846b1
Merge branch 'feature/esp_tee_flash_prot_spi1' into 'master'
...
feat(esp_tee): Add support for flash memory isolation and protection (SPI1)
Closes IDF-10481, IDF-10083, and IDF-8915
See merge request espressif/esp-idf!36454
2025-02-12 18:35:49 +08:00
Mahavir Jain
2038851936
Merge branch 'fix/sha_port_formatting_and_local_val_types' into 'master'
...
fix(mbedtls/sha): Fix formatting and change local variable's types
Closes IDF-12217 and IDF-12218
See merge request espressif/esp-idf!36792
2025-02-12 17:19:03 +08:00
Wan Lei
68b79fc138
Merge branch 'fix/spi_master_halt_using_rc_fast' into 'master'
...
fix(spi_master): fix spi halt when remove device who using rc_fast
See merge request espressif/esp-idf!31079
2025-02-12 15:18:22 +08:00
Erast
fa40d971a5
docs(ble/bluedroid): Optimize doc for implementation of a characteristic with 128 bit UUID
2025-02-12 14:57:15 +08:00
Nebojša Cvetković
fed1d41aa7
fix(ble/bluedroid): Don't log error on 16/128-bit UUID mixed descriptors
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
63b2dcc3a7
refactor(ble/bluedroid): Fix typos in gatt_sr.c
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
9b5a52e2f7
fix(ble/bluedroid): Allow 0 length indications
2025-02-12 14:57:15 +08:00
Nebojsa Cvetkovic
a8041a9953
refactor(ble/bluedroid): Fix typos in bta_gatts_act.c
2025-02-12 14:57:15 +08:00
Erhan Kurubas
37ef076c07
fix(coredump): disable uart txd pullup using gpio hal
2025-02-12 14:57:15 +08:00
Erhan Kurubas
21161b2fb3
fix(coredump): fix note section alignments
2025-02-12 14:57:15 +08:00
Erhan Kurubas
eaefd0bd25
fix(coredump): only clear high bit in PC when set
2025-02-12 14:57:15 +08:00
Astha Verma
724bcc1ff9
fix(nimble): fix NVS corruption
2025-02-12 10:49:14 +05:30
Rahul Tank
a1154699a3
Merge branch 'bugfix/fix_warn_write_string' into 'master'
...
fix(nimble): Fixed warnings with COMPILTER_WARN_WRITE_STRINGS set
See merge request espressif/esp-idf!36603
2025-02-12 12:56:06 +08:00
Mahavir Jain
4e072b3f8a
Merge branch 'fix/coverity_reports_security' into 'master'
...
fix(security): Fixed coverity warnings from `nvs_sec_provider` and `esp_tee` components
Closes IDF-12190, IDF-12194, and IDF-12197
See merge request espressif/esp-idf!36721
2025-02-12 12:34:19 +08:00
Shreyas Sheth
6847670a72
fix(wifi): Fixed memory leak occurring in SAE PK connection
2025-02-12 12:16:02 +08:00
Jiang Jiang Jian
700e41f734
Merge branch 'feat/hosted_in_iperf' into 'master'
...
feat(hosted_in_iperf): Adds esp_hosted for P4
See merge request espressif/esp-idf!32459
2025-02-12 11:50:32 +08:00
Song Ruo Jing
d59f732718
Merge branch 'refactor/gpio_apis_modification' into 'master'
...
refactor(gpio): refactor some GPIO APIs
See merge request espressif/esp-idf!36384
2025-02-12 11:33:37 +08:00
Wu Zheng Hui
254b3210bc
Merge branch 'fix/fix_sleep_clock_wait_calculation' into 'master'
...
fix(esp_hw_support): fix lp/hp hw clock wait time calculation
Closes PM-39
See merge request espressif/esp-idf!34583
2025-02-12 11:30:43 +08:00
Jiang Jiang Jian
c66853b52d
Merge branch 'bugfix/check_ssid_before_sa_query' into 'master'
...
Check SSID from association request before starting SA Query
Closes WIFIBUG-466
See merge request espressif/esp-idf!30659
2025-02-12 11:29:07 +08:00
xiongweichao
bc23851be7
fix(bt): Fixed SDP record integrity check bug
2025-02-12 10:55:25 +08:00
C.S.M
194cafd22c
Merge branch 'feature/i3c_i2c_hal_support' into 'master'
...
feat(i3c): i3c-i2c driver hal and soc support
See merge request espressif/esp-idf!36814
2025-02-12 10:50:47 +08:00
morris
67bbe37702
Merge branch 'fix/rgb_lcd_drift_on_esp32s3' into 'master'
...
fix(rgb_lcd): drift issue caused by restart
Closes IDFGH-14216
See merge request espressif/esp-idf!36864
2025-02-12 10:41:10 +08:00
Island
5a21fd1dcc
Merge branch 'feat/add_spi_output' into 'master'
...
Feat/add spi output
Closes BLERP-1526
See merge request espressif/esp-idf!36612
2025-02-12 10:40:16 +08:00
Jiang Jiang Jian
5fd47af03a
Merge branch 'bugfix/fix_disable_external_coex_fail_issue' into 'master'
...
fix(coex): fix disable external coex fail issue
Closes WIFI-6690
See merge request espressif/esp-idf!35749
2025-02-12 10:39:55 +08:00
David Čermák
584fc500d4
Merge branch 'fix/esp_netif_lost_ip' into 'master'
...
fix(esp_netif): Fix posting GOT_IP after LOST_IP
See merge request espressif/esp-idf!36717
2025-02-12 00:36:27 +08:00
Adam Múdry
8e519e0126
Merge branch 'fix/test_nvs_gen_check_read_only_part_support' into 'master'
...
fix: test_nvs_gen_check.py support for read-only NVS partitions
Closes IDF-12238
See merge request espressif/esp-idf!36829
2025-02-11 23:28:34 +08:00
Ondrej Kosta
342202204c
fix(esp_eth): init Ethernet after repl init in iperf example
2025-02-11 12:16:31 +01:00
Adam Múdry
de053738e1
Merge branch 'bugfix/sdmmc_reset_pins_slot_width' into 'master'
...
fix(sdmmc): fix reset of pins above slot width
Closes IDFGH-14570
See merge request espressif/esp-idf!36725
2025-02-11 19:15:43 +08:00
Wang Meng Yang
ffe6f5a84c
Merge branch 'bugfix/add_bluedroid_init_migration' into 'master'
...
docs(bt/bluedroid): Added migration guide for bluedroid init API
Closes IDFGH-14596
See merge request espressif/esp-idf!36794
2025-02-11 19:13:53 +08:00
muhaidong
3bb65eca5a
fix(coex): fix disable external coex fail issue
2025-02-11 19:06:34 +08:00
David Čermák
e11a918572
Merge branch 'lwip/enable_netif_api' into 'master'
...
feat(lwip): Hardcode NETIF_API=1 to support POSIX netif API
See merge request espressif/esp-idf!35841
2025-02-11 19:05:17 +08:00
C.S.M
883c42b1f8
feat(i3c): i3c-i2c driver hal and soc support
2025-02-11 18:57:10 +08:00
Frantisek Hrbata
bdc94935fa
feat(diag): use the esp-idf-diag module as a backend
...
Replace the original diag implementation in idf.py with the new one in a
separate esp-idf-diag python package. The interface is kept the same as
it was. The simple idf.py diag test is also preserved.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-02-11 11:26:47 +01:00
David Cermak
307f45d512
fix(esp_netif): Fix posting GOT_IP after LOST_IP
2025-02-11 11:20:49 +01:00
Chen Ji Chang
9342b3fba1
Merge branch 'feat/h4_introduce_step1_add_target' into 'master'
...
feat(esp32h4): introduce target esp32h4(stage 1)
See merge request espressif/esp-idf!36780
2025-02-11 18:11:08 +08:00
yiwenxiu
0290c1f0ed
feat(openthread): add br library check case
2025-02-11 17:24:47 +08:00
morris
2c6f22c12b
fix(rgb_lcd): drift issue caused by restart
...
Closes https://github.com/espressif/esp-idf/issues/15013
2025-02-11 16:00:42 +08:00
Laukik Hase
1f6d450d19
fix(security): Fixed coverity warnings from nvs_sec_provider
and esp_tee
components
2025-02-11 13:01:13 +05:30
Laukik Hase
7d49f696c1
ci(esp_tee): Add tests for verifying behaviour for illegal flash accesses (SPI1)
2025-02-11 12:30:06 +05:30
Laukik Hase
c23714f775
feat(esp_tee): Add support for flash memory isolation and protection (SPI1)
2025-02-11 12:30:05 +05:30
harshal.patil
d403005afc
change(mbedtls/sha): Change the legacy formatting in the SHA port layers
2025-02-11 11:04:57 +05:30