glmfe
0b330482a7
fix(ethernet_init): Update Ethernet Init Calls
...
Removed references to components/ethernet_init to use new managed component ethernet_init.
2025-09-23 08:48:08 +02:00
Guillaume Souchere
c03987ca49
feat(esp_ringbuf): Update vRingbufferReset to return an error
...
when items are not sent, complete or returned, make the function
return an error instead of checking the state in an assert.
2025-09-23 08:42:09 +02:00
Shu Chen
22383e6be8
Merge branch 'feature/optimize-zb-utility-path' into 'master'
...
feat(zigbee): optimize the path of zcl_utility to compatible different platforms
See merge request espressif/esp-idf!41734
2025-09-23 06:24:14 +00:00
Shu Chen
185d4711c5
Merge branch 'fix/fix_openthread_cli' into 'master'
...
fix(openthread): check if the command is valid before calling the input function
See merge request espressif/esp-idf!42002
2025-09-23 06:23:19 +00:00
C.S.M
5aceeadd89
Merge branch 'contrib/github_pr_13963' into 'master'
...
fix(i2c): Don't print developer notes to ESP_LOG (GitHub PR)
Closes IDFGH-13015
See merge request espressif/esp-idf!31472
2025-09-23 14:19:40 +08:00
Armando (Dou Yiwen)
4447fdc018
Merge branch 'fix/use_heap_caps_to_maintain_desc_alignment' into 'master'
...
sdmmc: use heap_caps_alloc to maintain desc alignment
See merge request espressif/esp-idf!42038
2025-09-23 06:08:41 +00:00
Chen Chen
2d9b6c1179
Merge branch 'feat/p4eco5_hue_update' into 'master'
...
feat(isp): p4eco5 hue update
Closes IDF-13935
See merge request espressif/esp-idf!41705
2025-09-23 14:07:10 +08:00
armando
c136400c3b
change(sd): removed public requirement to esp_driver_gpio
2025-09-23 13:58:28 +08:00
xieqinan@espressif.com
fa793efda0
feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components
2025-09-23 12:14:01 +08:00
Shreyas Sheth
4757853836
fix(wifi_apps): Fix crash due to neighbor_list lock
...
Closes https://github.com/espressif/esp-idf/issues/16976
2025-09-23 12:01:39 +08:00
Marius Vikhammer
fb79d92005
Merge branch 'change/remove_deprecated_vfs_driver_funcs' into 'master'
...
change(vfs): removed uart and uart-jtag-serial API
See merge request espressif/esp-idf!41988
2025-09-23 10:17:54 +08:00
Armando (Dou Yiwen)
d7c975d9b6
Merge branch 'refactor/cache_hal_no_sdkconfig' into 'master'
...
cache: cache/mmu hal no sdkconfig
Closes IDF-13586
See merge request espressif/esp-idf!41929
2025-09-23 01:32:54 +00:00
Lu Wei Ke
17288256b7
Merge branch 'docs/add_qemu_extra_args' into 'master'
...
docs: Add --qemu-extra-args option to QEMU guide
Closes DOC-11842
See merge request espressif/esp-idf!42042
2025-09-23 09:15:40 +08:00
armando
70acf169e0
fix(sd): use heap_caps_alloc to maintain desc alignment
2025-09-23 01:15:33 +00:00
Marius Vikhammer
ac3c7ddb6f
Merge branch 'docs/remove_readthedocs_link' into 'master'
...
docs(readthedocs): removed old leftover readthedocs references
See merge request espressif/esp-idf!41483
2025-09-23 09:13:00 +08:00
Rahul Tank
4e8b48e677
fix(nimble): Added code to handle sending indicate
2025-09-22 21:48:51 +05:30
chenjianhua
fd4bb69357
feat(ble/bluedroid): Added API to set channel map for scanning
2025-09-23 00:05:48 +08:00
peter.marcisovsky
57d48ef234
feat(usb_host): Add hal check for the global root port suspend
2025-09-22 17:56:20 +02:00
Marek Fiala
7e5b0a8bb0
feat(test): Used dockerfile with updated cmake versions
2025-09-22 16:47:50 +02:00
Marek Fiala
efa75a9b60
test(tools): Added minimal supported cmake versions build system tests
2025-09-22 16:47:42 +02:00
David Cermak
8c8a680082
fix(esp_netif): Remove doxygen groups as esp-docs is flat docs style
...
Closes https://github.com/espressif/esp-idf/issues/16993
2025-09-22 20:37:49 +08:00
Zhang Shu Xian
019bb7fa72
Merge branch 'docs/update_cn_translation_for_system' into 'master'
...
docs: Update CN translation for system.rst
Closes DOC-12310, DOC-12344, DOC-12354, DOC-12367, and DOC-12385
See merge request espressif/esp-idf!41999
2025-09-22 19:05:27 +08:00
Guillaume Souchere
1e0463673b
feat(ulp): Allow usage oof ADC unit 2 on RISCV co processor
2025-09-22 12:38:37 +02:00
David Cermak
a7627b0ce2
fix(esp_netif): Make esp_netif_ip6_get_addr_type() const correct
...
Closes https://github.com/espressif/esp-idf/issues/15882
2025-09-22 11:42:44 +02:00
luoxu
ed0ae79d24
feat(ble): add libraries related to ble log compression
2025-09-22 17:09:58 +08:00
luoxu
eece778e55
feat(ble): Support ble log compression(draft)
2025-09-22 17:09:58 +08:00
Mahavir Jain
4e082efc24
Merge branch 'fix/change_write_protection_bit_of_shared_security_efuses' into 'master'
...
Reorder write protection bits of some shared security efuses
See merge request espressif/esp-idf!41619
2025-09-22 14:38:21 +05:30
Wan Lei
e8ec9546e4
Merge branch 'fix/c5_twai_listen_only_workaround' into 'master'
...
fix(driver_twai): added ctu_official workaround, fixed error count info
Closes IDFGH-16314, IDFGH-16278, IDFGH-16364, IDFGH-16383, IDFCI-3106, and IDFCI-3107
See merge request espressif/esp-idf!41570
2025-09-22 16:35:26 +08:00
hebinglin
c30ecd8777
change(esp_hw_support): support sleep features for esp32h4mp
2025-09-22 16:13:27 +08:00
Guillaume Souchere
ce9563d85c
Merge branch 'fix/argtable3-coverity-findings' into 'master'
...
fix(console): Add input validation in arg_utils.c functions
Closes IDF-13986 and IDF-13987
See merge request espressif/esp-idf!41736
2025-09-22 09:45:44 +02:00
luweike
bfe6b51ac9
docs: Add --qemu-extra-args option to QEMU guide
2025-09-22 15:37:46 +08:00
Sudeep Mohanty
cf12478049
refactor(freertos): Deprecate xPortGetTickRateHz()
...
This commit deprecates xPortGetTickRateHz() from the FreeRTOS port API
as the FreeRTOS tickrate is constant for an application and can be
inferred using the CONFIG_FREERTOS_HZ config option.
2025-09-22 09:23:07 +02:00
Sudeep Mohanty
141e62806c
feat(freertos-smp): Enabled FreeRTOS Runtime stats gathering for Amazon SMP Kernel
2025-09-22 09:23:07 +02:00
Sudeep Mohanty
9a4341bb87
refactor(freertos): Moved FreeRTOS Run Time Stats gathering to port.c
...
This commit creates a new port layer API xPortGetRunTimeCounterValue()
in port.c files. This helps to remove inclusion of header files such as
esp_timer.h and xtensa/hal.h from portmacro.h
2025-09-22 09:23:01 +02:00
harshal.patil
8b663ebe4d
fix(esp_security): Configure the Key Manager to use XTS-AES efuse key by-default
2025-09-22 12:22:07 +05:30
Zhang Shuxian
8d88ea874d
docs: Update CN translation for system.rst
2025-09-22 14:13:15 +08:00
Marius Vikhammer
16cdbd9f5c
change(esp_timer): esp_timer_init_os now returns ESP_OK if already initialized
...
Previously it would return ESP_ERR_INVALID_STATE, which meant that if called from
user-code before the system tries to initialize the timer then esp-idf would
fail to boot.
This could happen if a user wanted to use esp-timer from a cpp constructor.
Closes https://github.com/espressif/esp-idf/issues/9679
2025-09-22 14:01:56 +08:00
Laukik Hase
649741fa9d
Merge branch 'feat/nvs_flash_deregister_sec_scheme' into 'master'
...
feat(nvs_flash): Added an API to deregister the NVS security scheme context
Closes IDF-12456 and IDFGH-16210
See merge request espressif/esp-idf!41073
2025-09-22 11:11:34 +05:30
Marius Vikhammer
33f92c8fc8
Merge branch 'change/disable_assert_ndebug_eval_by_default' into 'master'
...
change(newlib): COMPILER_ASSERT_NDEBUG_EVALUATE default value changed to 'n'
Closes IDFGH-479 and IDF-10857
See merge request espressif/esp-idf!40295
2025-09-22 13:10:15 +08:00
Nebojsa Cvetkovic
298bd047f6
fix(i2c): Don't print developer notes to ESP_LOG,
...
Closes https://github.com/espressif/esp-idf/pull/13963
2025-09-22 11:55:40 +08:00
Marius Vikhammer
19337d2708
change(vfs): deleted deprecated uart and uart-jtag-serial API
2025-09-22 11:46:07 +08:00
Wei Yuhan
5e4c16410b
docs(ble): Added BLE 6.0 features support status
2025-09-22 09:49:27 +08:00
armando
7a58274c73
feat(isp): support BLC driver
2025-09-22 09:22:58 +08:00
armando
8ebce9b805
change(cache): no use sdkconfig in cache/mmu hal
2025-09-22 01:01:03 +00:00
gaoxu
e5c6b87c10
fix(tsens): fix temp_sensor affect by adc reset
2025-09-22 08:19:46 +08:00
gaoxu
9619d2b05a
ci(adc): add adc oneshot/continuous work with temp_sensor
2025-09-22 08:19:46 +08:00
Mahavir Jain
4c8833b6b6
Merge branch 'fix/ecdsa_efuse_purpose_check' into 'master'
...
fix(ecdsa): Fixed ECDSA efuse purpose check condition
See merge request espressif/esp-idf!41926
2025-09-21 19:41:10 +05:30
Mahavir Jain
0fa59a254c
Merge branch 'fix/improve_rng_documentation' into 'master'
...
fix(docs): Improved RNG documentation
Closes IDFGH-13813
See merge request espressif/esp-idf!36038
2025-09-21 19:20:27 +05:30
Mahavir Jain
572119684c
Merge branch 'fix/add_missing_event_tracter_capture_duirng_mbedtls_read' into 'master'
...
fix(esp-tls): added missing event tracker capture during mbedtls read operation
Closes IDFGH-15609
See merge request espressif/esp-idf!41266
2025-09-21 19:13:13 +05:30
Aditya Patwardhan
41b37f813b
feat(docs): Added svg file for the RNG
2025-09-21 18:37:20 +05:30