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
harshal.patil
2717e5b62e
fix(mbedtls/sha): Fix some local variable's types to avoid any substraction overflow error
...
- Though such a case would not occur given the way it is used the driver layer
2025-02-11 10:58:16 +05:30
C.S.M
4f9f6bb4f7
Merge branch 'test/flash_suspend_test_framework' into 'master'
...
test(spi_flash): Add framework for flash suspend and allow non-necessary iram part move to flash
See merge request espressif/esp-idf!35605
2025-02-11 12:57:06 +08:00
Laukik Hase
37525c605d
refactor(esp_tee): Migrate secure services list from TBL to YAML
2025-02-11 10:15:20 +05:30
Laukik Hase
8f117c7f4c
refactor(esp_tee): Add local components in TEE examples via idf_component.yml
2025-02-11 10:15:19 +05:30
Song Ruo Jing
b88f30a099
Merge branch 'bugfix/gpio_rom_patch_fix' into 'master'
...
fix(gpio): fix esp_rom_gpio_connect_out_signal for gpio num over 31 on esp32/s2
Closes IDFGH-14429
See merge request espressif/esp-idf!36766
2025-02-11 12:32:54 +08:00
hrushikesh.bhosale
97b6043435
feat(esp_http_server): Dynamically allocate http server's scratch buffer
...
In this commit, esp_http_server's http_parser scratch is made dynamic.
User is asked to give limit size for header and URI, according to which
scratch buufer allocates memory upto limits
2025-02-11 09:41:26 +05:30
Zhou Xiao
9c98c7e040
feat(ble): support esp ble controller spi output interface for ESP32-H2
2025-02-11 12:00:49 +08:00
Zhou Xiao
58b8775f95
feat(ble): support esp ble controller spi output interface for ESP32-C6
2025-02-11 12:00:40 +08:00
Zhou Xiao
7283b16c26
feat(ble): support esp ble controller spi output interface for ESP32-C5
2025-02-11 12:00:27 +08:00
Zhou Xiao
0b57f8ae87
feat(ble): support esp ble controller spi output interface for ESP32-C2
2025-02-11 12:00:17 +08:00
Zhou Xiao
52106c9895
feat(ble): add spi output interface for esp ble controller log
2025-02-11 11:59:59 +08:00
morris
88e3ea2ea5
Merge branch 'bugfix/cache_invalidate_should_respect_size' into 'master'
...
bugfix(cache): cache invalidate operation should respect the cache line size
See merge request espressif/esp-idf!36805
2025-02-11 11:47:22 +08:00
Jiang Jiang Jian
44a27d3113
Merge branch 'fix/disable_wfe_feature_for_e906_chips' into 'master'
...
change(esp_hw_support): disable CPU wait-for-event mode on cpu start
See merge request espressif/esp-idf!36388
2025-02-11 11:30:29 +08:00
Jiang Jiang Jian
06aea27e8e
Merge branch 'bugfix/idf-11643' into 'master'
...
fix some issues on esp32c61 eco2
Closes IDF-11643
See merge request espressif/esp-idf!36257
2025-02-11 11:24:57 +08:00
C.S.M
4acf7c2e4d
feat(i3c): i3c-i2c driver drv support
2025-02-11 10:37:04 +08:00
Armando (Dou Yiwen)
6616a759a8
Merge branch 'feat/mmu_find_paddr_caps_by_any_offset' into 'master'
...
mmu: supported find paddr caps by any paddr offset
Closes IDFGH-14195
See merge request espressif/esp-idf!36812
2025-02-11 09:57:51 +08:00
Wang Meng Yang
9dde33e803
Merge branch 'bugfix/sdp_uuid16_match_err' into 'master'
...
fix(bt): Fix the incorrect record found using uuid16 search
Closes BTQABR2023-192
See merge request espressif/esp-idf!36450
2025-02-11 09:44:45 +08:00
Rahul Tank
3cca847206
fix(nimble): Fixed warnings with COMPILTER_WARN_WRITE_STRINGS set
2025-02-10 21:46:57 +05:30
Rahul Tank
6e59664432
Merge branch 'fix/spp_server_readme_change' into 'master'
...
docs: Updated README.md by removing unclear line
Closes BLERP-1523
See merge request espressif/esp-idf!36722
2025-02-10 23:59:28 +08:00
Rahul Tank
56fb641d1d
Merge branch 'fix/wifi_provisioning_ble' into 'master'
...
fix(nimble): Handle nested locks when BT_NIMBLE_DEBUG enabled
Closes BLERP-1495, BLERP-1525, and BLERP-1524
See merge request espressif/esp-idf!36496
2025-02-10 23:57:25 +08:00
Adam Múdry
0c2cbd12f1
fix: test_nvs_gen_check.py support for read-only NVS partitions
2025-02-10 15:45:17 +01:00
Mahavir Jain
f428a1e784
Merge branch 'bugfix/coverity_issues' into 'master'
...
Fix some coverity reported issues
Closes IDF-12188, IDF-12197, and IDF-12193
See merge request espressif/esp-idf!36719
2025-02-10 22:05:30 +08:00
Song Ruo Jing
a6ac2bb322
refactor(gpio): improve gpio_get_io_config API
2025-02-10 21:44:51 +08:00
Song Ruo Jing
3a8d065908
refactor(gpio): improve gpio_iomux_in/out API
2025-02-10 21:44:07 +08:00
Shu Chen
5286d9408a
Merge branch 'feat/wifi_thread_coex_docs' into 'master'
...
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
See merge request espressif/esp-idf!36803
2025-02-10 21:35:08 +08:00
Wu Zheng Hui
f7feecf63b
Merge branch 'fix/fix_esp32c5_ulp_examples' into 'master'
...
fix(examples): fix esp32c5 ulp examples
Closes IDF-12084 and IDF-10034
See merge request espressif/esp-idf!36802
2025-02-10 21:27:16 +08:00
Song Ruo Jing
974910d4f8
Merge branch 'bugfix/clear_ledc_gamma_ram' into 'master'
...
fix(ledc): left-off gamma ram registers should be cleared
Closes IDF-11392 and IDFGH-14293
See merge request espressif/esp-idf!36098
2025-02-10 21:16:43 +08:00
laokaiyao
d4481517f7
fix(i2s): fixed the pdm2pcm capability on c5 and c61
2025-02-10 20:33:56 +08:00
Shu Chen
cd734e02db
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
2025-02-10 19:56:42 +08:00
Jiang Jiang Jian
3f29f791e9
Merge branch 'feat/add_gpio_cmd_for_cert_test' into 'master'
...
add gpio cmd for cert test
Closes WIFI-6776
See merge request espressif/esp-idf!36267
2025-02-10 19:49:42 +08:00
Nachiket Kukade
f99b96532e
Merge branch 'bugfix/ifdef_cplusplus_bracket' into 'master'
...
bugfix(wifi): Add missing brackets in the C++ guard
Closes IDFGH-14192
See merge request espressif/esp-idf!35498
2025-02-10 19:45:28 +08:00
David Cermak
42d2a131f6
fix(lwip): Remove if_indextoname() impl in favor of LWIP_NETIF_API
...
ESP-IDF already hardcodes LWIP_NETIF_API=1, so the related netif APIs are
defined unconditionally.
2025-02-10 19:34:57 +08:00
David Cermak
86089be928
feat(lwip): Hardcode NETIF_API=1 to support POSIX netif API
2025-02-10 19:34:57 +08:00
Nachiket Kukade
e37523a44b
fix(esp_wifi): Check SSID from Assoc Req before starting SA Query
2025-02-10 16:56:46 +05:30
muhaidong
af8ca546f9
feat(phy): add gpio cmd for cert test
2025-02-10 19:04:38 +08:00
Ondrej Kosta
f07e88de97
fix(esp_eth): fixed Static IP example for Ethernet
...
Fixed IP event handler unregistering for Ethernet
2025-02-10 11:08:50 +01:00
akshat
e532499e5d
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-10 17:56:52 +08:00
akshat
d83f210228
bugfix(wifi): Add missing brackets in the C++ guard
...
Closes https://github.com/espressif/esp-idf/issues/14991
2025-02-10 17:56:52 +08:00
Li Shuai
aff82ccc65
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
2025-02-10 17:54:04 +08:00
morris
5558028870
bugfix(cache): cache invalidate operation should respect the cache line size
...
not only the buffer address but also the buffer size should aligned to
the cache line size
2025-02-10 17:48:46 +08:00
Armando
462c9f2510
test(mmu): test can find paddr caps by any paddr offset
2025-02-10 17:12:51 +08:00
Soh Kam Yung
ad9c5637ee
feat(hosted_in_iperf): Adds esp_hosted for P4
...
Adds esp_wifi_remote and esp_hosted as managed components to
examples/wifi/iperf for EPS32-P4
Adds sdkconfig.defaults.esp32p4
Added notes in Readme on using iperf with ESP32-P4.
Tested on ESP32-P4 <-> ESP32-C6 Eval board. Works using SDIO by
default.
2025-02-10 17:03:19 +08:00
xiongweichao
c2cea8ff26
fix(bt/bluedroid): fixed the format error of passkey printing
2025-02-10 16:46:58 +08:00
xiongweichao
aacfce691e
fix(bt/bluedroid): Fixed incorrect types of some variables in SDP
2025-02-10 16:46:58 +08:00