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
6f95f7ff0c
Merge branch 'fix/esp_tee_sha_op' into 'master'
...
fix(esp_tee): Utilize the SHA H/W for hashing operations in the TEE
See merge request espressif/esp-idf!37929
2025-03-22 15:35:12 +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
Roland Dobai
135f4e2132
Merge branch 'fix/remove-unused-from-gdbinit_cmake' into 'master'
...
fix(tools): remove unused variables in gdbinit.cmake
Closes IDFGH-14239
See merge request espressif/esp-idf!37903
2025-03-22 00:11:14 +08:00
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
zhangbowen
06366353d8
feat(bt/bluedroid): Added BLE eddystone sender example
2025-03-21 19:53:59 +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
Zhang Shuxian
c8cc3c1ea6
docs: Add a note about TWAI multiple instances install
2025-03-21 17:26:29 +08:00
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
Jiang Jiang Jian
459165827a
Merge branch 'feat/add_svc_info_in_sdf' into 'master'
...
Add extended SSI support for NAN Services
Closes IDFGH-11325, IDFGH-12334, WIFIBUG-709, WIFIBUG-923, and WIFIBUG-1084
See merge request espressif/esp-idf!29865
2025-03-21 17:06:28 +08:00
Chen Jichang
85d636dc3a
feat(parlio_tx): add example of loop transmission
2025-03-21 16:49:45 +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
Zhang Shuxian
0406df9c61
docs: Update CN translation for core docs for new targets
2025-03-21 16:30:03 +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
Marius Vikhammer
91bfe96ced
Merge branch 'revert/update_esp-env-v5.5_to_ubuntu_24.04' into 'master'
...
Revert "5.5: Update ubuntu base image for esp-env-v5.5 to 24.04"
See merge request espressif/esp-idf!37946
2025-03-21 15:20:07 +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
Marius Vikhammer
c35b7dca0f
Revert "5.5: Update ubuntu base image for esp-env-v5.5 to 24.04"
...
This reverts commit 60ed896b08 .
2025-03-21 14:39:35 +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
Sudeep Mohanty
a57680c6db
Merge branch 'fix/ringbuf_allow_split_receive_crash' into 'master'
...
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
Closes IDF-12701
See merge request espressif/esp-idf!37882
2025-03-20 18:46:24 +08:00
Igor Masar
9f421f5429
Merge branch 'feat/usb-msc-host-multi' into 'master'
...
feat(usb_host/msc): Add support for multiple MSC devices
See merge request espressif/esp-idf!37336
2025-03-20 17:40:47 +08:00
Igor Masar
9722bfcf33
feat(usb_host/msc): Add support for multiple MSC devices
...
Enhanced the USB MSC host example to support multiple simultaneously
connected Mass Storage Class (MSC) devices.
- Implemented dynamic allocation and mounting of multiple MSC devices.
- Improved example logic for handling USB device connections and disconnections.
- Updated documentation to clarify USB host limitations and endpoint allocation.
2025-03-20 17:40:47 +08:00
xiongweichao
88ee19d3d3
fix(bt/bluedroid): fixed other events being reported when disconnected
...
- Since no initial value is assigned, the variable evt is a random value,
causing the ESP_BT_GAP_DISC_STATE_CHANGED_EVT event to be reported when
the connection is disconnected.
2025-03-20 17:21:14 +08:00
laokaiyao
48c28eed00
fix(i2s): add check for i2s DMA buffer array allocation
...
Closes https://github.com/espressif/esp-idf/issues/15607
2025-03-20 16:58:38 +08:00
Kapil Gupta
7ff63ac9af
Merge branch 'feature/okc_support' into 'master'
...
feat(wpa_supplicant): Add support for OKC
Closes WIFIBUG-841
See merge request espressif/esp-idf!34873
2025-03-20 16:47:33 +08:00
Roland Dobai
0b56c58e8a
Merge branch 'fix/check_python_dependencies' into 'master'
...
fix(tools): handle packages with dots in their names during dependency checks
See merge request espressif/esp-idf!37869
2025-03-20 16:25:34 +08:00
Chen Ji Chang
6474fd67ae
Merge branch 'feat/h4_introduce_step8' into 'master'
...
feat(esp32h4): introduce hello world to ESP32H4 (stage8)
Closes IDF-9526 and IDF-12333
See merge request espressif/esp-idf!37545
2025-03-20 16:16:05 +08:00
Peter Macko
68ac4fc041
Merge branch 'ci/update_esp-env-v5.5_to_ubuntu_24.04' into 'master'
...
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04
See merge request espressif/esp-idf!37871
2025-03-20 16:14:35 +08:00
Peter Macko
60ed896b08
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04
2025-03-20 16:14:35 +08:00