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
Zhang Xiao Yan
2189c52776
Merge branch 'docs/add_p4_hdg_and_user_guide' into 'master'
...
docs: Add links to ESP32-P4 HDG and user guides
See merge request espressif/esp-idf!39029
2025-05-14 10:21:46 +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
Samuel Obuch
bee2ed2502
ci: fix app_trace_basic rules and test
2025-05-13 21:31:43 +02:00
Samuel Obuch
4b664441ac
ci: enable gcov example for all chips
2025-05-13 21:26:14 +02: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
Konstantin Kondrashov
11321b585e
fix(examples): Fix CI tests for secure boot cases
2025-05-13 19:20:22 +03:00
Weltenprinz
f24025f798
fix(esp_hw_support): Fix compile error on esp_cpu_int_has_handler on ESP32-P4
...
Merges https://github.com/espressif/esp-idf/pull/15942
Closes https://github.com/espressif/esp-idf/issues/15941
2025-05-13 18:13:15 +03: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
Sudeep Mohanty
0f45b6c6c3
change(lp-core): Update LP I2C and LP UART drivers to use raw interrupt status
...
This commit updates the LP I2C and LP UART drivers to use the raw
interrupt status without enabling the interrupts.
2025-05-13 15:43:39 +02:00
Chen Yu Dong
8a4f94faf4
Merge branch 'ci/shiny_pip_install' into 'master'
...
ci: optimize ci runner pip install
Closes RDT-1299
See merge request espressif/esp-idf!38953
2025-05-13 21:29:11 +08:00
Mahavir Jain
17599e60c7
test: add secure image verification case for C6/H2
2025-05-13 18:09:11 +05:30
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
Sumeet Singh
b901559207
fix(nimble): Fixed UUID type error in gatt caching included service search
2025-05-13 17:32:01 +05:30
Fu Hanxi
dc05b46ab5
ci: inherit more variables
...
this is somehow a temporary workaround, the long-term solution shall be
related to `inherit:variables`
2025-05-13 13:27:42 +02:00
Fu Hanxi
9a9438b79a
ci: improve rules for deploy jobs
2025-05-13 13:27:42 +02:00
John Boiles
c9c8560169
fix(usb/phy): Fix ability to switch back to USB/JTAG after uninstalling TinyUSB
...
Fixes #15912 . This is a revert of a change made in 005ae0554 that breaks the
ability to re-initalize the USB/JTAG device after uninstalling TinyUSB.
Closes https://github.com/espressif/esp-idf/issues/15912
2025-05-13 13:21:41 +02:00
Peter Marcisovsky
6d2f4b3656
Merge branch 'feat/usb_host_move_dma_cap_mem_to_psram_p4' into 'master'
...
feat(usb_host): Move DMA capable memory to external ram on P4
Closes IDF-11115
See merge request espressif/esp-idf!37949
2025-05-13 19:08:11 +08:00
Chen Ji Chang
3baaa8c829
Merge branch 'fix/rename_the_rmt_extra_flags_structure' into 'master'
...
docs(rmt): rename the rmt extra flags structure
Closes IDFGH-15274 and IDFGH-15270
See merge request espressif/esp-idf!39041
2025-05-13 18:37:05 +08:00
Marius Vikhammer
334cbe0dab
Merge branch 'docs/build_h4_docs' into 'master'
...
feat(docs): add support for building H4 docs
See merge request espressif/esp-idf!38637
2025-05-13 16:16:01 +08:00
Island
617d215f93
Merge branch 'bugfix/fix_some_ble_bugs_0422' into 'master'
...
Bugfix/fix some ble bugs 0422
Closes BLERP-1863
See merge request espressif/esp-idf!39042
2025-05-13 15:38:38 +08:00
peter.marcisovsky
cd5b3877bf
feat(usb_host): Move DMA capable memory to external ram on P4
...
- DWC-OTG internal DMA can access psram on esp32p4
- Move DMA memory buffs to psram, to save internal ram
- HCD tests and MSC example runs in CI with psram enabled
2025-05-13 15:37:30 +08:00
linruihao
b370ebdef4
feat(coex): implement BT coex timer event
2025-05-13 15:13:12 +08:00
Marek Fiala
478eea8992
feat(tools): Update ccache 4.10.2 -> 4.11.2
...
Closes https://github.com/espressif/idf-installer/issues/305
2025-05-13 15:07:51 +08:00
armando
45db752f2f
feat(mmu): supported esp_mmu_map and flash_mmap drivers on esp32h21
2025-05-13 14:58:19 +08:00
C.S.M
38e84d554a
Merge branch 'fix/i2c_ci_esp32c5' into 'master'
...
test(i2c): Re-enable i2c test on esp32c5
Closes IDFCI-2895
See merge request espressif/esp-idf!39040
2025-05-13 14:56:02 +08:00
yinqingzhao
4e20dc58b3
fix(wifi): fix build issue by modifying parttion table of file_server example
2025-05-13 14:39:30 +08:00
Chen Jichang
e53c25d3ae
docs(rmt): improve the documentation
...
Closes https://github.com/espressif/esp-idf/issues/15933
Closes https://github.com/espressif/esp-idf/issues/15929
2025-05-13 14:14:45 +08:00
hrushikesh.bhosale
542d07d34a
feat(http_server): httpd register handler strdup failure case check
...
In httpd_register_uri_handler api, for the strdup function failure case was not
checked and not returned any error by freeing previously allocated memory, if the memory
allocation for strdup function did not gets successful.
Closes https://github.com/espressif/esp-idf/issues/15878
2025-05-13 11:27:02 +05:30
Rahul Tank
764d722bec
Merge branch 'feat/gatt_cache_info' into 'master'
...
fix(nimble): Added api's to fetch gatt cache info
Closes BLERP-1702
See merge request espressif/esp-idf!38048
2025-05-13 13:54:19 +08:00
morris
aa714f5ae6
Merge branch 'doc/summarize_bs_support_status' into 'master'
...
docs(bitscrambler): update documentation with integration details
See merge request espressif/esp-idf!39044
2025-05-13 13:37:52 +08:00
Roland Dobai
810eadd917
Merge branch 'fix/gen_soc_caps' into 'master'
...
change: config options of the same name must have the same type
Closes IDF-12805
See merge request espressif/esp-idf!38322
2025-05-13 12:48:03 +08:00
Mahavir Jain
28afc7067f
Merge branch 'fix/esp32c5_eco2_efuse_test' into 'master'
...
fix(efuse): Fix ESP32-C5 eFuse test for ECO2
Closes IDFCI-2920
See merge request espressif/esp-idf!39046
2025-05-13 12:13:46 +08:00
yinqingzhao
5bed100761
feat(wifi): add tx error 0xa0 count
2025-05-13 11:54:59 +08:00
Jiang Jiang Jian
9c84243073
Merge branch 'bugfix/wps_pbc_overlap_uuid' into 'master'
...
fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly
Closes WIFIBUG-1115 and WIFIBUG-1055
See merge request espressif/esp-idf!38206
2025-05-13 11:11:43 +08:00
Marius Vikhammer
f3d1717408
docs(esp32h4): support building esp32h4 docs
2025-05-13 11:09:15 +08:00
Wu Zheng Hui
27ec17a623
Merge branch 'fix/fix_usj_pad_leakage' into 'master'
...
fix(esp_hw_support): fix usj pad leakage in lightsleep
Closes PM-407
See merge request espressif/esp-idf!38949
2025-05-13 10:41:51 +08:00
Jiang Jiang Jian
c4aaceb430
Merge branch 'bugfix/scan_stop_when_conenct' into 'master'
...
fix(esp_wifi): Fix locking in inccorrect state when stop_scan is called after connect
See merge request espressif/esp-idf!38779
2025-05-13 10:36:12 +08:00
zhanghaipeng
7c16bce827
fix(ble/bluedroid): Fixed issue with deleting link key when classic Bluetooth is not used
2025-05-13 10:25:24 +08:00
gaoxu
b691eaba6d
refactor(rng): refactor to use hal/ll apis for P4
2025-05-13 09:09:06 +08:00
Ivan Grokhotkov
7f6e7f4506
Merge branch 'version/v6.0.0' into 'master'
...
change(version): Update version to v6.0-dev
See merge request espressif/esp-idf!38889
2025-05-12 23:56:30 +02:00
Samuel Obuch
e65f7359e6
fix(sysview): do not use freertos ticks to prevent deadlock
2025-05-12 16:12:26 +02:00
renpeiying
f5a28000fa
docs: Update CN for idf-monitor.rst
2025-05-12 22:07:50 +08:00
Peter Dragun
9859f5e690
docs(tools/idf-monitor): Add note about autocoloring limitation on multiline logs
...
Closes https://github.com/espressif/esp-idf/issues/15793
2025-05-12 22:07:50 +08:00