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
linruihao
cc0f334eed
fix(bt): Fix controller disable cause iwdt timeout on esp32
2025-03-13 14:14:39 +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
nilesh.kale
79af9d0be0
fix(hal): use typedef esp_xts_aes_psuedo_rounds_state_t for pseudo rounds mode
2025-03-13 10:38:21 +05:30
nilesh.kale
652879ff06
feat: enable flash encryption support for esp32h21
2025-03-13 10:37:11 +05:30
nilesh.kale
f794eb9b2d
feat: enabled hmac and ds support in esp32h21
...
This commit enables support for HMAC and DS in ESP32H21
2025-03-13 10:23:11 +05:30
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
C.S.M
f9469f4e81
fix(jpeg): use dma2d empty rx desc event to avoid a stuck
2025-03-13 11:37:44 +08:00
C.S.M
c7bcb07ace
feat(dma2d): Add a rx empty event callback
2025-03-13 11:37:44 +08:00
Omar Chebib
0bc169e735
fix(freertos): optimize HWLP context switch by disabling it when unused
2025-03-13 11:11:24 +08:00
Omar Chebib
c26879d29e
fix(freertos): workaround a hardware bug related to HWLP coprocessor
...
This commit manually sets the HWLP context to dirty when a Task that needs it is scheduled it.
2025-03-13 11:11:24 +08:00
gaoxu
28c531b45b
feat(i2c): correct get txfifio len function
2025-03-13 11:06:06 +08:00
gaoxu
ec632f7fed
feat(esp32h21): support I2C on ESP32H21
2025-03-13 11:06:06 +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
yinqingzhao
4cc76f6646
fix(wifi): fix twt post just one event for multiple flow
2025-03-12 21:01:48 +08:00
Rahul Tank
8c69dfa101
fix(nimble): Fix incorrect event deinit in gatt caching discovery
2025-03-12 18:13:40 +05:30
zhiweijian
d8c0b4aa87
fix(ble/controller): reduce controller bin size
2025-03-12 20:33:27 +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
Ondrej Kosta
83f1ccb492
fix(esp_eth): fixed emac_ll_pause_frame_enable for ESP32P4
2025-03-12 09:29:17 +00:00
Ondrej Kosta
f3a3988649
fix(esp_eth): fixed ESP32P4 EMAC REF RMII CLK output mode
...
fixed units returned and used by periph_rtc_mpll_freq_set function
2025-03-12 09:29:17 +00: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
Guillaume Souchere
8c50df00ff
fix(esp_hw_support): esp_ptr_in_rtc_iram_fast check to return false
...
esp_ptr_in_rtc_iram_fast logic should be executed if
SOC_RTC_FAST_MEM_SUPPORTED is set but it should also be executed
if IRAM and DRAM region mapping is the same. Remove the
SOC_RTC_IRAM_LOW != SOC_RTC_DRAM_LOW part of the check.
Update heap component to use the modify function appropriately.
2025-03-11 12:06:32 +01: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
zwx
6129c03f25
fix(802.15.4) fix the behavior of the esp_ieee802154_set_txpower
2025-03-11 15:25:29 +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