hrushikesh.bhosale
930e643a71
fix(nvs_flash/nvs_tool): Fix nvs_tool.py to output required values
...
nvs_tool.py did not provide the minimal output support which outputs
the only necessary data.
nvs_tool.py minimal text ouptut, the deliminators were not handled
in the output
Closes https://github.com/espressif/esp-idf/issues/15274
2025-03-13 16:36:03 +08:00
morris
bc88e36a44
Merge branch 'bugfix/missing_kconfig_definition' into 'master'
...
fix(i2c): add Kconfig to skip driver conflict check
See merge request espressif/esp-idf!37709
2025-03-13 13:57:52 +08:00
Chen Ji Chang
1a87428934
Merge branch 'feat/h4_introduce_step7_ci' into 'master'
...
feat(esp32h4): ci enable public header check (stage7)
See merge request espressif/esp-idf!37505
2025-03-13 11:52:05 +08:00
morris
466328cd7e
fix(i2c): add Kconfig to skip driver conflict check
2025-03-13 11:43:00 +08:00
Marius Vikhammer
46847b7be9
Merge branch 'bugfix/heap_in_flash' into 'master'
...
fix(heap): fixed CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH not working together with CONFIG_HEAP_TLSF_USE_ROM_IMPL
See merge request espressif/esp-idf!37692
2025-03-13 10:48:41 +08:00
morris
606f6aa187
Merge branch 'fix/change_pm_lock_type' into 'master'
...
fix(pm): use CPU lock in dirvers use axi dma to access psram
See merge request espressif/esp-idf!37703
2025-03-12 21:27:18 +08:00
Konstantin Kondrashov
6583e477c6
Merge branch 'fix/coverity_warning_for_destroy_efuse_block' into 'master'
...
fix(efuse): Fix Coverity warning for destroy_block func
Closes IDF-12189
See merge request espressif/esp-idf!36765
2025-03-12 20:27:35 +08:00
morris
3447c7233f
Merge branch 'bugfix/pcnt_typo' into 'master'
...
fix(pcnt): a typo in the PCNT_LL_MIN_LIM
Closes IDFGH-14826
See merge request espressif/esp-idf!37686
2025-03-12 18:59:27 +08:00
Chen Jichang
ff1fd80198
fix(drivers): use CPU_MAX lock in dirvers use axi dma to access psram
2025-03-12 17:38:44 +08:00
Konstantin Kondrashov
917adbb171
fix(efuse): Adds missing efuses fields for ESP32-H4
2025-03-12 17:19:50 +08:00
Chen Jichang
bfac674769
feat(esp32h4): ci enable public header check (stage7)
2025-03-12 17:19:50 +08:00
David Čermák
49c9d797de
Merge branch 'feat/update_lwip_to_support_ip6_route_clone_buffer' into 'master'
...
feat(lwip): support cloning pbuf_ref when ipv6 forwarding
See merge request espressif/esp-idf!37402
2025-03-12 17:04:20 +08:00
Jiang Jiang Jian
1c5983cd5a
Merge branch 'bugfix/fix_ersu_compatibility_issue' into 'master'
...
fix(wifi): fix ersu compatibility issue
Closes WIFI-6799
See merge request espressif/esp-idf!37027
2025-03-12 16:32:22 +08:00
morris
f884c4a974
Merge branch 'contrib/github_pr_15499' into 'master'
...
Add missing break statements to usb_serial_jtag_ll_phy_select (GitHub PR)
Closes IDFGH-14760
See merge request espressif/esp-idf!37440
2025-03-12 14:39:01 +08:00
morris
b622aa382f
Merge branch 'feat/h4_introduce_step6_esp_system' into 'master'
...
feat(esp32h4): support esp_system, esp_timer and freertos (stage6)
Closes IDF-12565
See merge request espressif/esp-idf!37269
2025-03-12 14:10:23 +08:00
Marius Vikhammer
afedcb7c9b
Merge branch 'bugfix/fix_secondary_console_no_vfs' into 'master'
...
fix(console): fixed secondary console not working on all chips without VFS
Closes IDF-12577
See merge request espressif/esp-idf!37464
2025-03-12 13:51:37 +08:00
Marius Vikhammer
ab2718dc44
fix(newlib): fixed newlib malloc wrappers IRAM/flash placement
...
If HEAP_PLACE_FUNCTION_INTO_FLASH = y then we should also place
the newlib wrappers for the heap in to flash.
2025-03-12 11:19:25 +08:00
Marius Vikhammer
ad88bd184f
fix(heap): fixed HEAP_PLACE_FUNCTION_INTO_FLASH disabled if heap impl in ROM
2025-03-12 10:52:07 +08:00
C.S.M
628cca14b0
Merge branch 'fix/some_suspend_check' into 'master'
...
fix(spi_flash): 1. Fix esp32c6 esp32h2 flash suspend check according to errata. 2. Improve flash suspend test
See merge request espressif/esp-idf!37562
2025-03-12 10:37:18 +08:00
morris
09f5bc736b
fix(pcnt): a typo in the PCNT_LL_MIN_LIM
...
Closes https://github.com/espressif/esp-idf/issues/15554
2025-03-11 22:07:45 +08:00
Ondrej Kosta
7c5b34f568
Merge branch 'bugfix/l2mem_buffer' into 'master'
...
fix(esp_system): removed L2MEM buffer enable for P4
Closes IDFCI-2755
See merge request espressif/esp-idf!37640
2025-03-11 20:51:37 +08:00
muhaidong
d74a21694d
fix(wifi): fix ersu compatibility issue
2025-03-11 20:48:50 +08:00
Island
385cf3d576
Merge branch 'feature/update_controller_lib_20250310' into 'master'
...
Feature/update controller lib 20250310
Closes BLERP-1630
See merge request espressif/esp-idf!37655
2025-03-11 20:06:48 +08:00
Mahavir Jain
884c85536d
Merge branch 'bugfix/http_ws_api_reference' into 'master'
...
fix(esp_http_server): enable doxygen build for websocket API reference
Closes IDFGH-14785
See merge request espressif/esp-idf!37529
2025-03-11 19:12:36 +08:00
Armando (Dou Yiwen)
f214081315
Merge branch 'bugfix/sdmmc_high_prio_timeout' into 'master'
...
fix(sdmmc): move DMA descriptor refilling into the ISR
Closes IDFGH-12983
See merge request espressif/esp-idf!37219
2025-03-11 17:59:18 +08:00
Chen Jichang
8670800827
refactor(esp32h4): refactor memory.ld and section.ld
2025-03-11 16:48:21 +08:00
Chen Jichang
69d2e7facb
refactor(cpu): move some chip-specific operations to the ll
2025-03-11 16:48:21 +08:00
Chen Jichang
8e8c0573b4
feat(esp32h4): support esp_system, esp_timer and freertos (stage6)
2025-03-11 16:48:21 +08:00
Renze Nicolai
8151dd6109
fix: add missing break statements to usb_serial_jtag_ll_phy_select,
...
Closes https://github.com/espressif/esp-idf/pull/15499
2025-03-11 16:33:47 +08:00
Zhang Yan Jiao
1f46216a72
Merge branch 'bugfix/add_oui_check_for_espnow' into 'master'
...
fix(wifi): Added oui check for ESPNOW
Closes IDFGH-8074
See merge request espressif/esp-idf!37548
2025-03-11 16:31:56 +08:00
C.S.M
9aba44a2d9
test(spi_flash): Flash suspend test evolution
2025-03-11 16:21:07 +08:00
Ondrej Kosta
ae10c1333d
fix(esp_system): removed L2MEM buffer enable for P4
2025-03-11 14:53:29 +08:00
zhangyanjiao
e133912fda
fix(wifi): Added oui check for ESPNOW
...
Add new api to set/get user oui for ESPNOW
Closes https://github.com/espressif/esp-idf/issues/9577
2025-03-11 14:33:03 +08:00
Mahavir Jain
28472cc6b7
Merge branch 'feature/enable_aes_sha_support_for_h21' into 'master'
...
feat: enabled aes and sha support for esp32h21
Closes IDF-11501 and IDF-11504
See merge request espressif/esp-idf!37072
2025-03-11 13:16:27 +08:00
Armando (Dou Yiwen)
b0f834256e
Merge branch 'fix/pr_15513_psram_bss_noinit_calc_issue' into 'master'
...
psram: correct .bss and .noinit vaddr calculation
Closes IDFGH-14775 and IDFGH-14814
See merge request espressif/esp-idf!37633
2025-03-11 11:40:04 +08:00
Shu Chen
27fddbbc26
Merge branch 'support/ieee802154_set_txon_delay_using_phylib_impl' into 'master'
...
feat(802.15.4): configure tx on delay using phylib implementation
See merge request espressif/esp-idf!37475
2025-03-11 11:35:14 +08:00
C.S.M
6c3d67b234
fix(spi_flash): Add suspend check on esp32c6 and esp32h2 for some reason
2025-03-11 11:11:39 +08:00
C.S.M
ae50c71222
fix(spi_flash): Return false directly in suspend caps check
2025-03-11 11:11:39 +08:00
Ivan Grokhotkov
f7b977b405
test(sdmmc): add test for high-prio task busy while writing
...
Related to https://github.com/espressif/esp-idf/issues/13934
2025-03-11 10:51:06 +08:00
Ivan Grokhotkov
335027b731
fix(sdmmc): move DMA descriptor refilling into the ISR
...
Previously, as DMA descriptors were processed, the task performing
SDMMC transfer would get woken up and would refill the descriptors.
This design didn't work correctly when higher priority tasks occupied
the CPU for too long, resulting in SDMMC transfer timing out.
This change moves DMA descriptor refilling into SDMMC ISR. Now the
"DMA done" interrupt is delivered back to task context only when
the entire transfer is completed.
Closes https://github.com/espressif/esp-idf/issues/13934
2025-03-11 10:51:06 +08:00
Shen Weilong
892b3a0b0e
feat(ble): tell controller if vhci is enabled for ESP32-C2
2025-03-11 09:51:50 +08:00
Erhan Kurubas
b29472c7ff
Merge branch 'update_freertos_openocd_params' into 'master'
...
feat(freertos): add list offsets to the openocd_params
See merge request espressif/esp-idf!37537
2025-03-11 06:59:28 +08:00
Kapil Gupta
3d1ea229d5
Merge branch 'bugfix/wps_reconnect_failure' into 'master'
...
fix(wpa_suppplicant): Fix for issue in wps reconnection
Closes WIFI-6810, WIFIBUG-1086, and WIFIBUG-1067
See merge request espressif/esp-idf!37320
2025-03-10 22:26:42 +08:00
Shen Weilong
981e5ba260
feat(ble): tell controller if vhci is enabled for ESP32-C5
2025-03-10 20:40:01 +08:00
Shen Weilong
ac2b67d6c5
feat(ble): tell controller if vhci is enabled for ESP32-C6 and ESP32-H2
2025-03-10 20:34:36 +08:00
Sarvesh Bodakhe
baba98ec32
fix(wifi): Resolved WPS connectivity issue with pre-connected stations
...
This fixes the issue where station was not able connect using WPS if it was
already in connected state.
wifi_wps_scan_done() issues an esp_wifi_disconnect() before
calling esp_wifi_connect() to associate with the newly discovered AP. This
behavior incorrectly triggered a failure event (WIFI_EVENT_STA_WPS_ER_FAILED)
even though the disconnection was part of the normal WPS flow. This commit
prevents sending the false failure event, ensuring expected WPS behavior.
2025-03-10 14:55:12 +05:30
zwx
a431fd9adc
feat(802.15.4): configure tx on delay using phylib impl
2025-03-10 16:13:56 +08:00
Island
bdd9077b6e
Merge branch 'bugfix/disable_dbg_hci_cmd_on_esp32' into 'master'
...
Disable debug vendor hci command on ESP32
See merge request espressif/esp-idf!37600
2025-03-10 15:17:56 +08:00
armando
6866f375b6
refactor(psram): rename .bss .noinit segments to sections
...
Closes https://github.com/espressif/esp-idf/pull/15513
2025-03-10 14:44:11 +08:00
Erki Aring
c9ab9b8bb3
fix(psram): correct heap vaddr calculation
...
- fixes https://github.com/espressif/esp-idf/issues/15496
Signed-off-by: armando <douyiwen@espressif.com >
2025-03-10 14:44:11 +08:00