Sumeet Singh
3dc92d64b9
fix(nimble): Fix proc rx entry comparison
2025-05-15 15:37:55 +05:30
Nachiket Kukade
c707faa41d
Merge branch 'bugfix/incorrect_sae_pk_flag' into 'master'
...
Disable SAE-PK indication in Assoc Request when not configured
Closes WIFIBUG-1044
See merge request espressif/esp-idf!38320
2025-05-15 17:55:45 +08:00
Jiang Jiang Jian
4983ba1a59
Merge branch 'bugfix/wpa_eap_v1_connect_issue' into 'master'
...
fix(softAP): Adjusted authentication mode for wpa-eap version 1
Closes WIFIBUG-954
See merge request espressif/esp-idf!35321
2025-05-15 17:51:49 +08:00
Tomas Rezucha
94d71a8cd0
Merge branch 'feature/usb_dual_host_2' into 'master'
...
feat(usb/host): Add option to choose peripherals for USB host library
Closes IDF-11705, IDF-9052, and DOC-10991
See merge request espressif/esp-idf!35401
2025-05-15 16:18:05 +08:00
Wu Zheng Hui
d5441e65e5
Merge branch 'fix/fix_usb_hs_phy_leakage_on_deepsleep' into 'master'
...
fix(esp_hw_support): Fix deepsleep leakage after USB HS phy is initialized
Closes PM-417
See merge request espressif/esp-idf!39144
2025-05-15 16:02:17 +08:00
akshat
1b9fe2142d
bugfix(wifi): Fix incorrect SAE-PK advertisement in assoc request
2025-05-15 12:47:11 +05:30
tarun.kumar
c776b440ec
fix(softAP): Adjusted authentication mode for wpa-eap version 1
2025-05-15 13:51:31 +08:00
morris
a8128adc92
Merge branch 'bugfix/fix_bitscrambler_rx_mode_init_error' into 'master'
...
fix(bitscrambler): fix bitscrambler RX mode initialization error
Closes IDF-13082
See merge request espressif/esp-idf!39154
2025-05-15 13:42:03 +08:00
morris
4911efca3a
Merge branch 'feat/h4_basic_gpio_support' into 'master'
...
feat(driver_gpio): add esp32h4 basic gpio support
Closes IDF-12390
See merge request espressif/esp-idf!38604
2025-05-15 13:37:01 +08:00
Jiang Jiang Jian
c742f0a677
Merge branch 'bugfix/wpa2_suiteb_192bit_reason_code' into 'master'
...
fix(wifi): Add enterprise check for Suite-B 192-bit certification
Closes WIFIBUG-1070
See merge request espressif/esp-idf!37498
2025-05-15 11:53:31 +08:00
Dong Heng
afa79e0473
fix(bitscrambler): fix bitscrambler RX mode initialization error
2025-05-15 11:43:39 +08:00
Gao Xu
733c0586bc
Merge branch 'refactor/rng_ll_p4' into 'master'
...
refactor(rng): refactor to use hal/ll apis for P4
Closes IDF-12476
See merge request espressif/esp-idf!38119
2025-05-15 11:30:54 +08:00
tarun.kumar
4fae51e3c1
fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification
2025-05-15 11:02:32 +08:00
wanckl
0ed5a94ab0
feat(driver_gpio): add esp32h4 basic gpio support
2025-05-15 10:35:49 +08:00
wuzhenghui
7107177e2d
fix(esp_hw_support): Fix deepsleep leakage after initializing USB HS phy
2025-05-15 10:12:59 +08:00
Jiang Jiang Jian
f1da7a55b1
Merge branch 'bugfix/fix_some_wifi_bugs_250512' into 'master'
...
bugfix/fix_some_wifi_bugs_250512
See merge request espressif/esp-idf!39047
2025-05-14 21:31:38 +08:00
Harshal Patil
e70f2705f3
Merge branch 'fix/enable_ecdsa_verify_sw_fallback_when_p192_disabled' into 'master'
...
Enable signature verification s/w fallback when ECDSA-P192 is disabled
See merge request espressif/esp-idf!39039
2025-05-14 21:06:03 +08:00
Rahul Tank
01520e84fb
Merge branch 'bugfix/fix_nimble_issue_0513' into 'master'
...
fix(nimble): fix nimble issues 10052025
Closes BLERP-1843, BLERP-1845, BLERP-1861, BLERP-1864, and BLERP-1776
See merge request espressif/esp-idf!39095
2025-05-14 20:27:25 +08:00
Jiang Jiang Jian
e7d7412222
Merge branch 'feat/impl_bt_coex_timer_event' into 'master'
...
feat(coex): implement BT coex timer event
See merge request espressif/esp-idf!39048
2025-05-14 20:25:55 +08:00
Jiang Jiang Jian
acc74fd930
Merge branch 'bugfix/force_calibrate_ocode_no_inline_c5eco2' into 'master'
...
fix(esp_hw_support): Force function calibrate_ocode not inlined to flash
See merge request espressif/esp-idf!39007
2025-05-14 18:44:00 +08:00
Jiang Jiang Jian
582e5690b2
Merge branch 'fix/rrm_config_set' into 'master'
...
Set rrm config condition in case RRM monitoring is enable
Closes WIFIBUG-1161
See merge request espressif/esp-idf!38841
2025-05-14 17:41:29 +08:00
Samuel Obuch
b5303b5d95
Merge branch 'freertos_sysview_deadlock_fix' into 'master'
...
fix(app_trace): prevent deadlock on sysview start
See merge request espressif/esp-idf!38844
2025-05-14 17:10:42 +08:00
Tomas Rezucha
cf18fe5568
refactor(usb/host): Remove deprecated usb_otg_periph.h
2025-05-14 10:34:17 +02:00
Tomas Rezucha
b961f42e8b
feat(usb/host): Add option to choose peripheral for USB host library
...
Starting with ESP32-P4 we can have targets that have more than 1 USB-OTG peripheral.
This commit adds an option to choose which peripherals will be used by USB Host lib.
Internally, we will still have only 1 Root HUB but with multiple Root ports.
2025-05-14 10:34:11 +02:00
wanglei
accfa14bcd
fix(esp_hw_support): Force function calibrate_ocode not inlined to flash
2025-05-14 16:24:03 +08:00
tarun.kumar
36588e9a92
fix(wifi) : Set rrm config condition in case RRM monitoring is enabled
2025-05-14 16:21:51 +08:00
Armando (Dou Yiwen)
0a771792a9
Merge branch 'feat/cache_support_h21' into 'master'
...
cache: supported cache driver and cache panic drivers on esp32h21
Closes IDF-11524 and IDF-11525
See merge request espressif/esp-idf!39122
2025-05-14 15:48:27 +08:00
harshal.patil
0154c7cfe3
fix(mbedtls): Enable signature verification s/w fallback when ECDSA curve is disabled
2025-05-14 12:31:56 +05:30
morris
cd10016953
Merge branch 'refactor/public_some_gpio_private_api' into 'master'
...
refactor(gpio): public some private GPIO functions
See merge request espressif/esp-idf!39120
2025-05-14 14:38:05 +08:00
Peter Dragun
4acf13dc7b
Merge branch 'docs/autocolor_multiline' into 'master'
...
docs(tools/idf-monitor): Add note about autocoloring limitation on multiline logs
Closes IDFGH-15114
See merge request espressif/esp-idf!38829
2025-05-14 14:31:24 +08:00
gaoxu
e1b6493304
feat(adc): add always inline for adc ll functions called by bootloader
2025-05-14 13:45:55 +08:00
Mahavir Jain
9750c21933
Merge branch 'feat/cjson_update_to_upstream' into 'master'
...
feat(cjson): update to latest upstream
See merge request espressif/esp-idf!39053
2025-05-14 13:43:07 +08:00
Gao Xu
a6c26c3e21
Merge branch 'feat/add_cam_pm_lock' into 'master'
...
feat(cam): esp_cam add pm lock function
Closes IDF-12596 and IDF-10093
See merge request espressif/esp-idf!38120
2025-05-14 13:28:23 +08:00
Mahavir Jain
ef08ccaddf
Merge branch 'bugfix/secure_ota_no_secure_boot' into 'master'
...
fix: secure OTA without secure boot issue for MMU page size configurable SoCs
Closes IDFGH-15277
See merge request espressif/esp-idf!39022
2025-05-14 13:11:00 +08:00
Sumeet Singh
0a8064c1e5
fix(nimble): Fixed async race condition with HCI outstanding packets counter
2025-05-14 10:26:28 +05:30
Rahul Tank
58542cfdc9
fix(nimble): Extend support for allow connect during scan for more chips
2025-05-14 10:25:13 +05:30
Rahul Tank
b9546506d4
fix(nimble): Add support for anonymous address type for whitelist
2025-05-14 10:24:39 +05:30
Rahul Tank
342e0024f1
fix(nimble): Add configurable option to select ext adv v2 command
2025-05-14 10:24:10 +05:30
Ashish Sharma
1e0577ebd0
feat(cjson): update to latest upstream
2025-05-14 12:45:35 +08:00
Armando (Dou Yiwen)
90b978c9cf
Merge branch 'feat/mmu_support_h21' into 'master'
...
mmu: supported esp_mmu_map and flash_mmap drivers on esp32h21
Closes IDF-11540
See merge request espressif/esp-idf!39038
2025-05-14 11:40:59 +08:00
armando
0c6aeecde4
feat(cache): supported cache panic driver on h21
2025-05-14 11:37:30 +08:00
armando
acda9a7a7e
feat(cache): supported cache driver on h21
2025-05-14 11:37:30 +08:00
gaoxu
e7449782d0
ci(cam): test csi/dvp/isp_dvp and test iram_safe
2025-05-14 11:11:59 +08:00
gaoxu
6599ba3c00
feat(cam): esp_cam add pm lock function and test
2025-05-14 11:11:58 +08:00
morris
2b4aae2e3a
refactor(gpio): public some private GPIO functions
...
like enable/disable open drain, enable/disable output capability
2025-05-14 10:14:07 +08:00
Rahul Tank
c9bab9e0d3
Merge branch 'fix/gatt_cache_inc_services_uuid_type_error' into 'master'
...
fix(nimble): Fixed UUID type error in gatt caching included service search
See merge request espressif/esp-idf!39086
2025-05-14 09:26:19 +08:00
Roman Leonov
79c66cc16c
Merge branch 'refactor/usb_dwc_buff_delay_on_p4' into 'master'
...
refactor(hcd_dwc): Apply ls_via_fs_hub delay for all targets
See merge request espressif/esp-idf!38946
2025-05-14 01:08:55 +08:00
Tomas Rezucha
27099e1c55
Merge branch 'fix/usbjtag_after_tinyusb' into 'master'
...
fix(usb/phy): Fix ability to switch back to USB/JTAG after uninstalling TinyUSB
Closes IDFGH-15273 and IDFGH-15248
See merge request espressif/esp-idf!39061
2025-05-14 01:06:05 +08:00
Igor Masar
c06fa310cf
Merge branch 'feat/usb-explicit-fifo-config' into 'master'
...
feat(usb/hal): Add HAL API to configure custom FIFO layout
Closes IDF-9042
See merge request espressif/esp-idf!38404
2025-05-13 22:28:41 +08:00
Mahavir Jain
eb5d761c9d
fix: secure OTA without secure boot issue for MMU page size configurable SoCs
...
For secure app verification during OTA update case, the image was
getting memory mapped twice and hence the failure in verification.
Modified from memory mapped flash read to SPI flash read approach
for the MMU page size from image header.
Regression from 07318a4987
Closes https://github.com/espressif/esp-idf/issues/15936
2025-05-13 18:09:03 +05:30