Guillaume Souchere
6ef7ad67d4
Merge branch 'feat/per-task-peak-usage' into 'master'
...
feat(heap): Add per task peak heap usage feature
Closes IDF-1811 and IDFGH-11277
See merge request espressif/esp-idf!26462
2025-03-26 15:20:04 +08:00
Xu Si Yu
c0ba361334
Merge branch 'fix/fix_ot_set_mac_framecounter' into 'master'
...
feat(openthread): add a function to ensure monotonically increasing frame counter
See merge request espressif/esp-idf!37363
2025-03-26 15:18:00 +08:00
Jiang Jiang Jian
488e1f88aa
Merge branch 'bugfix/separate_the_lr_bit_for_sta_and_softap' into 'master'
...
fix(wifi/vendor): separate the lr bit in phy mode for station and softAP
Closes IDFGH-8524 and IDFGH-14876
See merge request espressif/esp-idf!37651
2025-03-25 19:32:25 +08:00
Guillaume Souchere
d429b1fdbb
feat(examples): Update heap task tracking examples
...
update example to showcasee the new API of heap task tracking
- Add basic heap task traacking example
- Add advanced example for task tracking
2025-03-25 10:22:30 +01:00
Armando (Dou Yiwen)
84fca56744
Merge branch 'fix/fix_wrong_mpll_freq' into 'master'
...
psram: fix wrong mpll freq
See merge request espressif/esp-idf!37976
2025-03-25 16:11:17 +08:00
Xu Si Yu
980160935b
feat(openthread): add a function to ensure monotonically increasing frame counter
2025-03-25 15:30:09 +08:00
zhangyanjiao
db13e44255
fix(wifi): fix the noise floor error on ESP32C5
...
Closes https://github.com/espressif/esp-idf/issues/15594
2025-03-25 14:04:56 +08:00
zhangyanjiao
aa05ae68e1
fix(wifi/vendor): separate the lr bit in phy mode for station and softAP
...
Closes https://github.com/espressif/esp-idf/issues/9978
2025-03-25 14:04:51 +08:00
Kevin (Lao Kaiyao)
5b185da014
Merge branch 'bugfix/fix_esp32_touch_example_task_watchdog_issue' into 'master'
...
fix(legacy_touch): fixed touch read WDT issue on esp32
Closes IDFGH-14920
See merge request espressif/esp-idf!37974
2025-03-25 12:30:59 +08:00
Jiang Jiang Jian
80f172bb44
Merge branch 'feature/softAP_sae_ext_key' into 'master'
...
feat(wifi): Add SAE-EXT-KEY feature on softAP
See merge request espressif/esp-idf!35637
2025-03-25 10:24:57 +08:00
Shu Chen
82bd44d6f3
Merge branch 'fix/csl_rx_off_when_idle' into 'master'
...
fix(openthread): turn off rx for SSED running CSL during idle
See merge request espressif/esp-idf!35968
2025-03-25 09:33:45 +08:00
tarun.kumar
4355fc8fbc
feat(wifi): Add SAE-EXT-KEY feature on softAP
2025-03-24 20:04:57 +05:30
Jiang Jiang Jian
13953d5e59
Merge branch 'bugfix/pmf_enabled_sae_query' into 'master'
...
fix(wifi): SA Query responses not transmitted
Closes WIFIBUG-1030
See merge request espressif/esp-idf!36695
2025-03-24 21:27:38 +08:00
Kapil Gupta
fb75c854ce
Merge branch 'bugfix/pmksa_null_check' into 'master'
...
Draft: fix(wifi): Fix crash when set config is called with changed password
Closes IDFGH-14863 and IDFGH-14926
Closes https://github.com/espressif/esp-idf/issues/15635
See merge request espressif/esp-idf!37840
2025-03-24 21:25:34 +08:00
Guillaume Souchere
daf8f9edb6
feat(heap): Add feature to get peak heap usage
...
This feature keeps track of the per task peak memory usage.
- Update the heap_task_tracking example to make use of the new feature
Cleanup the implementation:
- multi_heap_get_free_size() is never used, remove it.
- Minor update in heap_caps_update_per_task_info_xx() funcitons.
- Update settting on block owner in heap_caps.c to work with the
get peak usage feature.
- Update heap_caps_update_per_task_info_free() to detect when it
is called to delete the memory allocated for a task TCB. Mark
the corresponding task in the statistic list as deleted.
- Add a Kconfig option dependant on HEAP_TASK_TRACKING being enabled
that force the deletion of the statistics related to deleted task
when set to true.
- In task tracking feature, add a current and peak memory usage
to the heap_stat_t structure to keep track of the current and
peak memory usage of the given task across all heaps.
- Fix missing block owner when allocating memory for heaps_array
in heap_caps_init.
- Keep the original implementation of the task tracking
for backward compatibility reasons.
2025-03-24 12:08:48 +01:00
Roman Leonov
253b0e1f9d
Merge branch 'feature/usb_host_hcd_binterval_test_case' into 'master'
...
feature(hcd): Added test cases to verify intr pipe allocation with all possible bInterval
See merge request espressif/esp-idf!37482
2025-03-24 18:32:12 +08:00
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
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
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
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
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
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