Gao Xu
a33d709b38
Merge branch 'feat/fix_h2_gpio_ll' into 'master'
...
Fix H2 gpio_num_t to uint32_t on gpio_ll.h
See merge request espressif/esp-idf!37446
2025-03-24 18:10:05 +08:00
Mahavir Jain
8e4cbdfe36
Merge branch 'feat/configurable_mbedtls_sha1' into 'master'
...
feat(mbedtls): Make mbedtls SHA1 support configurable
See merge request espressif/esp-idf!37795
2025-03-24 17:38:05 +08:00
laokaiyao
ea5c074858
fix(touch): fixed touch read WDT issue on esp32
...
Closes https://github.com/espressif/esp-idf/issues/15629
2025-03-24 17:25:20 +08:00
Sudeep Mohanty
71a79ac0b1
feat(freertos): Add config to move additional functions into Flash
...
This commit adds a new Kconfig option, viz.,
CONFIG_FREERTOS_PLACE_ISR_FUNCTIONS_INTO_FLASH, which places
additional FreeRTOS functions, such as those which can be called from
and ISR context, into Flash memory. This feature utilizes the Flash auto
suspend/resume feature of the Flash chip.
2025-03-24 09:19:28 +01:00
Li Shuai
689924724f
change(esp_hw_support): cpu domain and retention support for esp32h21
2025-03-24 15:50:20 +08:00
Tan Yan Quan
b30b6bd4d3
fix(openthread): add some bugfixes to pass CI pipeline
2025-03-24 15:46:48 +08:00
Jiang Jiang Jian
578c8b8507
Merge branch 'fix/fix_esp32s2_recv_24m_ba_issue' into 'master'
...
fix(wifi): fix esp32s2 recv 24M BA issue
See merge request espressif/esp-idf!37381
2025-03-24 15:08:06 +08:00
armando
cf524b41a2
fix(psram): fix wrong mpll freq
2025-03-24 15:02:37 +08:00
morris
c567f0f397
Merge branch 'refactor/rmt_split_encoder_files' into 'master'
...
change(rmt): split rmt encoders into different files
See merge request espressif/esp-idf!37955
2025-03-24 15:00:37 +08:00
Island
aac2e92f14
Merge branch 'feature/ble_5_1_direction_finding_master_20250311' into 'master'
...
feat: Add Bluetooth LE 5 1 direction finding feature
See merge request espressif/esp-idf!37684
2025-03-24 14:00:57 +08:00
akshat
68a6ce3c2a
fix(wifi): Fix occasional dropping of SA Query responses by SoftAP
2025-03-24 11:29:19 +05:30
David Čermák
23c73cdc37
Merge branch 'feat/ppp_server_improve' into 'master'
...
feat(ppp): Allow config PPP DNS servers for peer (GitHub PR)
Closes IDFGH-14720
See merge request espressif/esp-idf!37461
2025-03-24 13:46:15 +08:00
morris
1877605e59
change(rmt): split rmt encoders into different files
2025-03-24 12:23:26 +08:00
morris
e8c48dbd13
Merge branch 'bugfix/usj_wrong_return_value' into 'master'
...
fix(usb_serial_jtag): wrong return value in usb_serial_jtag_write_bytes
Closes IDFGH-14911
See merge request espressif/esp-idf!37964
2025-03-24 11:46:09 +08:00
Kevin (Lao Kaiyao)
3cbd3914fc
Merge branch 'bugfix/add_i2s_dma_buf_alloc_check' into 'master'
...
fix(i2s): add check for i2s DMA buffer array allocation
Closes IDFGH-14890
See merge request espressif/esp-idf!37916
2025-03-24 11:37:38 +08:00
Marius Vikhammer
e824091650
Merge branch 'feature/esp_intr_flash' into 'master'
...
feat(intr): added option for placing intr api in flash
Closes IDF-12523
See merge request espressif/esp-idf!37935
2025-03-24 11:29:38 +08:00
Wang Meng Yang
569f97dae5
Merge branch 'bugfix/fix_pbac_free_undef_mem' into 'master'
...
fix(bt/bluedroid): Fix some bugs in bluedroid
Closes BT-3984
See merge request espressif/esp-idf!37906
2025-03-24 10:44:29 +08:00
Jonathan Swoboda
f468b1e9e3
fix(esp_eth): Fix order of fields in ETH_ESP32_EMAC_DEFAULT_CONFIG on P4
2025-03-23 20:22:25 -04:00
gaoxu
09dbbe4452
refactor(rng): refactor to use hal/ll apis for c5
2025-03-23 17:07:30 +08:00
Wan Lei
50be9735b3
Merge branch 'fix/move_slave_hd_isr_able_to_in_flash' into 'master'
...
fix(driver_spi): make slave_hd isr can place in flash to save iram
Closes IDF-12512
See merge request espressif/esp-idf!37636
2025-03-23 09:24:24 +08:00
morris
db3d7a6790
fix(usb_serial_jtag): wrong return value in usb_serial_jtag_write_bytes
...
Closes https://github.com/espressif/esp-idf/issues/15620
2025-03-22 23:37:58 +08:00
wanckl
43aef06e90
fix(driver_spi): make slave_hd isr can place in flash to save iram
2025-03-22 19:32:10 +08:00
Laukik Hase
6b1f4fe46c
fix(esp_tee): Utilize the SHA H/W for hashing operations in the TEE
2025-03-22 10:02:24 +05:30
Sudeep Mohanty
1742a982d5
feat(freertos): Enable Amazon FreeRTOS SMP kernel for esp32c5 and esp32c61
...
This commit enables the Amazon SMP port for FreeRTOS for the esp32c5 and
esp32c61 targets.
2025-03-21 15:31:55 +01:00
David Čermák
0be20a5f22
Merge branch 'feat/lwip_hook_dhcp_extra_opt' into 'master'
...
feat(lwip): Add DHCP extra option hook
Closes IDFGH-14572
See merge request espressif/esp-idf!36949
2025-03-21 22:06:56 +08:00
Roman Leonov
168aa0d25f
feat(hcd): Added verification of intr pipe allocation with any bInterval
2025-03-21 20:25:38 +08:00
Jiang Jiang Jian
893a02ea51
Merge branch 'feature/add_ds_param_in_probe_req' into 'master'
...
Add DS parameter in probe requests from STA
See merge request espressif/esp-idf!26514
2025-03-21 20:13:43 +08:00
Chen Ji Chang
d27afdd94b
Merge branch 'feat/update_pcnt_reg_on_h2_eco5' into 'master'
...
feat(pcnt): update pcnt reg on h2 eco5
See merge request espressif/esp-idf!37908
2025-03-21 19:14:53 +08:00
Tan Yan Quan
8bae4d377f
refactor(openthread): move isr_handle_timerX to esp_ieee802154_timer
2025-03-21 19:13:20 +08:00
harshal.patil
a02dec09ca
refactor(bootloader_support): Unify bootloader_sha layer
2025-03-21 16:37:20 +05:30
David Cermak
54a58c05e6
feat(lwip): Add DHCP extra option hook
...
Closes https://github.com/espressif/esp-idf/issues/15329
2025-03-21 11:59:58 +01:00
Nachiket Kukade
f67f287004
feat(esp_wifi): Add DS parameter in probe requests from STA
...
Parse the DS IE to get intended channel when softAP rx request,
send probe response only if request is intended for the channel
2025-03-21 15:36:34 +05:30
Mahavir Jain
ce7ec7f19f
Merge branch 'feature/enable_hmac_and_ds_support_for_esp32h21' into 'master'
...
feat: enabled hmac and ds support in esp32h21
Closes IDF-11495 and IDF-11497
See merge request espressif/esp-idf!37085
2025-03-21 17:23:46 +08:00
Chen Jichang
65074afc0d
feat(parlio_tx): support loop transmission
2025-03-21 16:49:45 +08:00
Geng Yuchao
815e89d8c8
fix(nimble): Fix variable type conversion compile errors
2025-03-21 16:34:31 +08:00
Geng Yuchao
adc61d3c8d
feat(ble):Add Kconfig support for direction finding feature
2025-03-21 16:34:31 +08:00
Geng Yuchao
abded4ab44
feat(ble):Support Bluetooth LE 5.1 direction finding feature
2025-03-21 16:34:31 +08:00
Nachiket Kukade
302d8e5fce
feat(esp_wifi): Add extended SSI support for NAN Services
...
1. Allow SSI in publish and subscribe, populate Peer's SSI in match events
2. Allow SSI with length higher than 255 bytes by using SDEA for all NAN services
3. Update API's to support SSI changes and other SDEA parameters
4. Fix use after free issues with NAN Beacons and SDF's
Closes https://github.com/espressif/esp-idf/issues/12473
Closes https://github.com/espressif/esp-idf/issues/13366
2025-03-21 15:52:23 +08:00
Armando (Dou Yiwen)
64ff6ec274
Merge branch 'fix/mutex_between_oct_flash_and_flash_rom_impl' into 'master'
...
flash: mutex between oct flash and flash rom impl
See merge request espressif/esp-idf!37760
2025-03-21 14:51:08 +08:00
Armando (Dou Yiwen)
f3f3cad07c
Merge branch 'feat/isp_bypass' into 'master'
...
isp: supported bypass isp to use csi, supported byte endianness swapping
Closes IDF-9706 and IDF-12620
See merge request espressif/esp-idf!37672
2025-03-21 14:05:54 +08:00
Marius Vikhammer
e5cacf5a80
Merge branch 'bugfix/fix_nvs_host_test_linux' into 'master'
...
test(nvs): fixed wrong volatile qualifier in host-test
See merge request espressif/esp-idf!37934
2025-03-21 12:05:29 +08:00
Marius Vikhammer
274ac2961a
feat(intr): added option for placing intr api in flash
2025-03-21 11:21:43 +08:00
linruihao
a0ae67ef8b
fix(bt/bluedroid): Fix some bugs in Bluedroid
...
- Fix PBAC may free undefine memory when conn failed
- Fix some memory in OBEX not being freed when bluedroid deinit
- Fix pre-commit not check some source file that we added to bluedroid
2025-03-21 11:12:07 +08:00
Jiang Jiang Jian
2bf3fd521f
Merge branch 'bugfix/err_disc_state_changed_evt' into 'master'
...
fix(bt/bluedroid): fixed other events being reported when disconnected
Closes BTQABR2023-457
See merge request espressif/esp-idf!37728
2025-03-21 10:19:19 +08:00
Marius Vikhammer
f65dc668a9
test(nvs): fixed wrong volatile qualifier in host-test
2025-03-21 09:30:37 +08:00
Armando (Dou Yiwen)
ee5042095b
Merge branch 'refactor/psram_structure_refactor' into 'master'
...
refactor(psram): cleanup psram component code structure
See merge request espressif/esp-idf!37870
2025-03-21 00:52:03 +08:00
Jiang Jiang Jian
eaa77b6c43
Merge branch 'bugfix/fix_wep_shared_auth_association_timeout_issue' into 'master'
...
fix(wifi): fix association timeout timer issue for wep shared auth
See merge request espressif/esp-idf!37247
2025-03-20 20:51:05 +08:00
Rahul Tank
ffe83c2345
Merge branch 'bugfix/fix_smp_command_allocation' into 'master'
...
fix(nimble): Fix SMP command allocation
See merge request espressif/esp-idf!37721
2025-03-20 20:24:02 +08:00
Adam Múdry
58fbcfb407
Merge branch 'feat/ff_fs_nofsinfo_kconfig' into 'master'
...
feat(fatfs): Add an option to set FF_FS_NOFSINFO value
Closes IDFGH-14467
See merge request espressif/esp-idf!36592
2025-03-20 20:18:52 +08:00
Marius Vikhammer
a89fc6d905
Merge branch 'docs/core_docs_new_targets' into 'master'
...
docs(core): updated core docs for new targets
Closes IDF-10159, IDF-10162, IDF-10171, IDF-12148, IDF-12150, IDF-12151, IDF-12152, IDF-12156, and IDF-12157
See merge request espressif/esp-idf!37860
2025-03-20 19:56:18 +08:00