Mahavir Jain
2f538ffbb2
Merge branch 'feature/add_ota_resumption_testcase_for_ethernet' into 'master'
...
feat: added test for ota resumption over ethernet
Closes IDF-12086
See merge request espressif/esp-idf!37237
2025-03-11 18:36:09 +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
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
morris
2011b9f0b9
Merge branch 'contrib/github_pr_15414' into 'master'
...
feat(esp32/lcd/spi_lcd_touch):Adding driver for XPT2 (GitHub PR)
Closes IDFGH-14670
See merge request espressif/esp-idf!37439
2025-03-11 15:17:49 +08:00
Quang Vinh Dang
ee4de6e545
feat(lcd): support XPT2046 in the SPI LCD example
...
Merges https://github.com/espressif/esp-idf/pull/15414
2025-03-11 14:42:50 +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
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
Roland Dobai
e4cf819104
Merge branch 'fix/linux_std_preference' into 'master'
...
fix: adjust C standard preferences for Linux target
See merge request espressif/esp-idf!37637
2025-03-11 09:59:47 +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
Frantisek Hrbata
d20a5fd939
fix: adjust C standard preferences for Linux target
...
In commit 70407df8c2 ("fix(build): don't call enable_language() before
proje.."), the C standard preferences were mistakenly changed to
`set(preferred_c_versions gnu99 gnu17 gnu11 gnu99)`. This was likely an
oversight from my testing. This corrects the C standard preferences to
the intended order.
Fixes: 70407df8c2 ("fix(build): don't call enable_language() before proje..")
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-03-10 20:34:32 +08:00
Zhang Shu Xian
14908c9a2c
Merge branch 'docs/update_translation_about_iram' into 'master'
...
docs: Update translation for SPI flash and RAM Usage
Closes DOC-10358
See merge request espressif/esp-idf!37383
2025-03-10 18:56:42 +08:00
Shen Meng Jing
612b920eb1
Merge branch 'docs/sync_i2c' into 'master'
...
docs: Sync CN translation and EN source for i2c.rst
Closes DOC-10375
See merge request espressif/esp-idf!37441
2025-03-10 17:27:49 +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
nilesh.kale
19ea12664d
feat: added test for ota resumption through ethernet
2025-03-10 13:32:06 +05:30
Zhang Shuxian
f6cc4f6140
docs: Update translation for SPI flash and RAM Usage
2025-03-10 15:20:07 +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
shenmengjing
c290d9490e
docs: Sync CN translation and EN source for i2c.rst
2025-03-10 14:07:41 +08:00
Mahavir Jain
87024c3da1
Merge branch 'bugfix/cleanup_aes_192_references_for_unsupported_chips' into 'master'
...
fix(esp_rom): Remove AES - 192 references for unsupported chips
See merge request espressif/esp-idf!37506
2025-03-10 14:06:25 +08:00
morris
54cfdce964
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
...
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
2025-03-10 13:22:56 +08:00
Wang Meng Yang
9ba552786d
Merge branch 'bugfix/spp_free_server_slot_err' into 'master'
...
fix(bt/bluedroid): Fixed freeing spp server memory when disconnected
Closes BTQABR2023-455 and BTQABR2023-453
See merge request espressif/esp-idf!37547
2025-03-10 10:05:07 +08:00
chenjianhua
106ded1e8a
fix(bt): Update bt lib for ESP32(e250cf1)
...
- Disable debug vendor hci command
2025-03-09 18:20:14 +08:00
Rahul Tank
b1effd0cb4
Merge branch 'feature/expose_ble_gap_wl_tx_add' into 'master'
...
fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist
See merge request espressif/esp-idf!34092
2025-03-09 11:24:35 +08:00
Jiang Jiang Jian
4f5bed28e7
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage' into 'master'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme
See merge request espressif/esp-idf!37226
2025-03-08 14:03:53 +08:00
Jiang Jiang Jian
aa2f638e06
Merge branch 'fix/fix_esp32s3_reboot_cache_failure' into 'master'
...
fix(esp_system): fix esp32s3 possible cache_error triggered by another core accessing flash in esp_restart
See merge request espressif/esp-idf!37554
2025-03-07 20:26:19 +08:00
Jiang Jiang Jian
19bff0e40c
Merge branch 'fix/sleep_cpu_mspi_freq_mismatch_issue_p4' into 'master'
...
mspi: fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
Closes IDF-12068 and PM-333
See merge request espressif/esp-idf!36499
2025-03-07 20:00:14 +08:00
Abhinav Kudnar
3758eb8c2e
fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist
2025-03-07 17:14:37 +05:30
Island
01a20a17b1
Merge branch 'feature/move_tinycrypt_to_bt_common' into 'master'
...
Feature/move tinycrypt to bt common
Closes BLERP-1619
See merge request espressif/esp-idf!37479
2025-03-07 19:31:04 +08:00
morris
d87eb94604
Merge branch 'fix/parlio_tx_c5_test_failure' into 'master'
...
fix(parlio): fix non-free running test case
See merge request espressif/esp-idf!37571
2025-03-07 19:08:22 +08:00
Erhan Kurubas
2275c15f56
Merge branch 'fix/apptrace_basic_tests' into 'master'
...
test(apptrace): run tests from custom OpenOCD class
Closes IDF-10992
See merge request espressif/esp-idf!37342
2025-03-07 19:04:40 +08:00
Roland Dobai
62ce56c542
Merge branch 'fix/fix_kconfig_files' into 'master'
...
fix(kconfig): Fix issues with Kconfig files
See merge request espressif/esp-idf!36726
2025-03-07 18:24:06 +08:00
Roland Dobai
7ce80cef7e
Merge branch 'fix/linux_std_flags' into 'master'
...
fix(build): don't call enable_language() before project()
Closes IDFGH-14749
See merge request espressif/esp-idf!37412
2025-03-07 18:10:30 +08:00
Roland Dobai
2433000d06
Merge branch 'contrib/github_pr_15527' into 'master'
...
python-pip is also a required package on Arch Linux (GitHub PR)
Closes IDFGH-14789
See merge request espressif/esp-idf!37552
2025-03-07 18:08:30 +08:00
Peter Marcisovsky
430bb9dc2c
Merge branch 'fix/jpeg_driver_handle_invalid_marker' into 'master'
...
fix(jpeg_decoder): Correctly handle invalid 0xffff JPEG marker
Closes IDF-12204
See merge request espressif/esp-idf!36764
2025-03-07 17:21:54 +08:00
Chen Jichang
e3f27822ba
fix(parlio): fix non-free running test case
2025-03-07 17:14:18 +08:00
Armando (Dou Yiwen)
6184bdaa7f
Merge branch 'fix/fix_cam_iram_safe_compile_error' into 'master'
...
cam: fix cam iram safe compile error
Closes IDF-12593
See merge request espressif/esp-idf!37557
2025-03-07 17:07:54 +08:00
morris
c011fc15d6
Merge branch 'feature/update_h21_etm_source' into 'master'
...
feat(esp32h21): update h21 soc_etm_source
See merge request espressif/esp-idf!37206
2025-03-07 16:28:25 +08:00
shenmengjing
1ccbc8d20f
docs(provisioning): Sync CN translation and EN source
2025-03-07 13:49:13 +05:30
Mahavir Jain
00e8d1a832
fix(esp_local_ctrl): update for changes in protocomm security2 scheme
2025-03-07 13:49:12 +05:30
Mahavir Jain
ab7d37d014
fix(docs): update for changes in provisioning security2 scheme
2025-03-07 13:49:11 +05:30
Mahavir Jain
3bd5a22f5a
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme
...
Using same IV in AES-GCM across multiple invocation of
encryption/decryption operations can pose a security risk. It can help
to reveal co-relation between different plaintexts.
This commit introduces a change to use part of IV as a monotonic
counter, which must be incremented after every AES-GCM invocation
on both the client and the device side.
Concept of patch version for a security scheme has been introduced here
which can help to differentiate a protocol behavior for the provisioning
entity. The security patch version will be available in the JSON
response for `proto-ver` endpoint request with the field
`sec_patch_ver`.
Please refer to documentation for more details on the changes required
on the provisioning entity side (e.g., PhoneApps).
2025-03-07 13:49:10 +05:30
Mahavir Jain
641f461346
fix(protocomm): memory leak issue for session command0 failure case
2025-03-07 13:49:09 +05:30
Song Ruo Jing
2fabe6ff9c
Merge branch 'bugfix/lp_uart_baudrate_limitation' into 'master'
...
fix(uart): LP UART does not have the pre-divider for its clock source
Closes IDFGH-14685 and IDF-12524
See merge request espressif/esp-idf!37250
2025-03-07 16:05:54 +08:00