X-Ryl669
e29bccbf6a
docs(ulp): Improve documentation for ulp_embed_binary changes
2025-01-08 14:55:58 +08:00
X-Ryl669
5dea6adbef
fix(ulp): Add support for multiple ULP program embedding without name collision
...
Merges: https://github.com/espressif/esp-idf/pull/14954
2025-01-08 14:55:58 +08:00
Sudeep Mohanty
33c340a328
Merge branch 'docs/correct_ulp_idf_monitor_command' into 'master'
...
docs(ulp): Fix esp_idf_monitor command for ulp monitoring
See merge request espressif/esp-idf!36205
2025-01-08 14:55:42 +08:00
renpeiying
0e5a11c051
docs: Update translation
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
dbfb2489b4
fix(docs): Fixes log doc after review
2025-01-08 14:46:53 +08:00
renpeiying
6c1152b9ac
docs: Update translation for log.rst
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
b37218ce1a
feat(docs): Updates the log doc adding log v2
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
b994f33f51
feat(log): Updates timestamp APIs
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
bc46512ad5
feat(log): Make the buffer log API available to bootloader
2025-01-08 14:46:53 +08:00
Konstantin Kondrashov
a5bc08fb55
feat(log): Use esp_log func in all LOG macros
2025-01-08 14:46:53 +08:00
C.S.M
5e4fd8ee52
refactor(bod): Move brownout handling file from esp_system to esp_hw_support
2025-01-08 14:41:37 +08:00
Zhang Wen Xu
a29589e266
Merge branch 'feature/154_api_enhancement_for_mp' into 'master'
...
feat(802.15.4): support register isr callback
See merge request espressif/esp-idf!31347
2025-01-08 14:38:58 +08:00
Wang Meng Yang
21e07da102
Merge branch 'bugfix/sync_buf_crash' into 'master'
...
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers
Closes BT-3932 and COEXQABR24-85
See merge request espressif/esp-idf!36097
2025-01-08 14:10:35 +08:00
Laukik Hase
cb84119600
docs(esp_tee): Added documentation for the ESP-TEE framework
...
- Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com>
2025-01-08 11:37:42 +05:30
Mahavir Jain
bbb8b849e2
Merge branch 'fix/return_esp_err_t_for_httpd_req_get_url_query_str' into 'master'
...
feat(https_server): Added checks to verify if uri is empty
Closes IDFGH-10685
See merge request espressif/esp-idf!36157
2025-01-08 13:35:49 +08:00
morris
876a747048
change(dma): update gdma register of esp32c61
2025-01-08 13:26:06 +08:00
Mahavir Jain
4f416abfe2
Merge branch 'feature/esp_tee_flash_prot' into 'master'
...
feat(esp_tee): Support for flash memory isolation and protection (SPI0)
See merge request espressif/esp-idf!35486
2025-01-08 12:46:17 +08:00
C.S.M
c931de207f
Merge branch 'test/enhance_i2c_tests' into 'master'
...
test(i2c): Enhance i2c test stability
See merge request espressif/esp-idf!36074
2025-01-08 10:53:43 +08:00
Jiang Jiang Jian
65577b9caf
Merge branch 'fix/fix_tsens_power_after_modem_wakeup' into 'master'
...
fix(esp_hw_support): fix tsensor power enable failed after modem state wakeup
See merge request espressif/esp-idf!35886
2025-01-08 10:38:52 +08:00
Marius Vikhammer
690ad97c55
Merge branch 'docs/remove_coex_doxy' into 'master'
...
docs(doxygen): removed coex header from doxyfile
See merge request espressif/esp-idf!36221
2025-01-08 10:13:42 +08:00
Zhang Hai Peng
80b28a9816
Merge branch 'bugfix/fix_ble_conn_fail_in_ci' into 'master'
...
fix(ble/bluedroid): Optimize CI configuration for Bluedroid example
Closes IDFCI-2628
See merge request espressif/esp-idf!36138
2025-01-08 10:05:41 +08:00
Marius Vikhammer
e9ee7fdfff
docs(doxygen): removed coex header from doxyfile
...
Failing to build due to missing comments, but the header was
never included in the docs anyway, so might as well remove it.
2025-01-08 09:27:35 +08:00
peter.marcisovsky
5918368831
feat(usb_host): Enable DRVVBUS to control VBUS during test run
...
- DRVVBUS control GPIO selectable in menuconfig
- enabled for esp32s2 and esp32s3
2025-01-07 17:41:33 +01:00
Ondrej Kosta
b07db010ac
ci(esp_eth): added ESP32P4 to iperf CI test
...
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
2025-01-07 12:41:54 +01:00
Jin Cheng
eb68ef4cc1
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers
2025-01-07 18:56:23 +08:00
Sudeep Mohanty
76f99b2fc8
docs(ulp): Fix esp_idf_monitor command for ulp monitoring
...
The commit fixes the esp_idf_monitor command for monitoring ulp serial
output as mentioned in the docs.
2025-01-07 10:02:54 +01:00
Tomas Rezucha
c97b2e6cc8
refactor(usb/phy): Start using values from usb_dwc_info in PHY driver
...
Add tests for PHY sanity checks
2025-01-07 10:00:48 +01:00
hrushikesh.bhosale
84b8df8f3f
feat(https_server): Added checks to verify if uri is empty
...
Added the checks if the URI is empty for the funtions httpd_req_get_url_query_len
and httpd_req_get_url_query_str in httpd_parser.c
2025-01-07 16:58:54 +08:00
Armando
4c869d1f23
feat(mspi): mspi axi disable feature
2025-01-07 16:16:06 +08:00
Armando
14b5db0e87
refactor(mspi): rename to mspi_ll.h
2025-01-07 16:16:06 +08:00
Tomas Rezucha
a66cecd250
refactor(usb/phy): Do not use deprecated variables in usb_phy
2025-01-07 09:10:23 +01:00
Tomas Rezucha
3132ffbcd7
feat(hal/usb): Explicitly enable clock and reset USB WRAP on init
2025-01-07 09:10:23 +01:00
David Cermak
7fa64f64d6
fix(mqtt): Fix test with local mosquitto increasing stack size
...
4kB stack size for mosquitto runner task wasn't enough and with
recent updates of sock_utils it caused stack overflows
2025-01-07 09:00:23 +01:00
zwx
1c9696006d
feat(802.15.4): introduced a feature for registering 802.15.4 ISR callbacks
2025-01-07 15:17:28 +08:00
C.S.M
78af773348
test(i2c): Enhance i2c test stability
2025-01-07 14:43:05 +08:00
Island
3f6d1f6496
Merge branch 'bugfix/fix_some_ble_bugs_241224_esp32c3' into 'master'
...
Fixed some BLE bugs 241224 on ESP32C3(fd62b31)
Closes BLERP-1430, BLERP-1431, BLERP-1432, BLERP-1433, BLERP-1434, BLERP-1444, IDFCI-2533, BLERP-1445, BLERP-1446, and BLERP-1447
See merge request espressif/esp-idf!35995
2025-01-07 12:12:10 +08:00
gaoxu
0a88b0720b
fix(adc): fix adc oneshot apb cnts incosistency
...
closes https://github.com/espressif/esp-idf/issues/14502
2025-01-07 12:02:23 +08:00
gaoxu
84df38aab9
fix(adc): fix adc oneshot error after continuous
...
closes https://github.com/espressif/esp-idf/issues/14506
2025-01-07 12:02:23 +08:00
Chen Yudong
28054277c7
ci: fix network examples build test rules
2025-01-07 11:13:04 +08:00
zhanghaipeng
0e25572b4b
feat(ble): Add CI testing for NimBLE host in Blufi and HID examples
2025-01-07 10:42:57 +08:00
Gao Xu
0974d66680
Merge branch 'feature/esp32c5_p4_adc_calibration' into 'master'
...
Feature/esp32 p4 adc calibration
Closes IDF-7467, IDF-9573, and IDFGH-13617
See merge request espressif/esp-idf!35060
2025-01-07 10:18:11 +08:00
Rahul Tank
724663ee2b
Merge branch 'bugfix/fix_csfc_write_nvs' into 'master'
...
fix(nimble): Corrected storing method of csfc to nvs
Closes BLERP-1382 and BLERP-1469
See merge request espressif/esp-idf!36150
2025-01-07 08:39:30 +08:00
Frantisek Hrbata
c368f15328
feat(examples): trim down the plugins example build
...
Set the COMPONENTS project variable to streamline the build process.
Although the minimal build feature could be used to specify plugin
components in the main component dependencies, it's more convenient to
set the plugin components at the project level. This approach also
allows for quick selection of which plugins to include in the
application.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-01-06 19:23:42 +01:00
Sudeep Mohanty
2c4588bbe6
Merge branch 'fix/freertos_coverity_oob_idle_task_name' into 'master'
...
fix(freertos): Limit idle task name length for copy operation
See merge request espressif/esp-idf!35872
2025-01-06 23:03:16 +08:00
Zhang Wen Xu
915762c5f1
Merge branch 'feature/support_esp32h2eco5_phylib' into 'master'
...
feat(esp_phy): support esp32h2eco5 phylib
See merge request espressif/esp-idf!35951
2025-01-06 19:06:14 +08:00
Jan Beran
92abdb88c8
fix: remove duplicit lines from sdkconfig.rename files
2025-01-06 10:17:09 +01:00
Rahul Tank
596b741311
fix(nimble): Corrected storing method of csfc to nvs
2025-01-06 10:56:08 +05:30
Marius Vikhammer
e66e8a7a28
Merge branch 'docs/add_link_test_projects' into 'master'
...
docs(tests): add paragraph linking to gh-esp-test-template project
See merge request espressif/esp-idf!36102
2025-01-06 12:58:55 +08:00
Jiang Jiang Jian
6f8c76df98
Merge branch 'feat/support_setting_event_for_154_txrx' into 'master'
...
feat(15.4): support setting 15.4 txrx pti when coex is enabled
See merge request espressif/esp-idf!35207
2025-01-06 12:53:19 +08:00
Rahul Tank
d0ffd254e0
Merge branch 'bugfix/coverity_fixes' into 'master'
...
fix(nimble): Address fixes for coverity reported issues
Closes IDF-11795
See merge request espressif/esp-idf!35329
2025-01-06 12:43:52 +08:00