Marius Vikhammer
04fdae2f67
feat(ulp): added lp-core exception as wake-up source
2025-09-18 11:14:02 +08:00
Marius Vikhammer
ab2829d65f
Merge branch 'change/remove_legacy_unit_test_app' into 'master'
...
change(tools): removed the old legacy unit-test-app
Closes IDF-13565
See merge request espressif/esp-idf!41859
2025-09-15 10:12:13 +08:00
Marius Vikhammer
582bf08eb5
change(tools): removed the old legacy unit-test-app
2025-09-15 08:57:01 +08:00
Marius Vikhammer
365c8a3c37
Merge branch 'fix/remove_intr_types_header' into 'master'
...
fix(interrupts): removed deprecated intr_types.h header
Closes IDF-8190
See merge request espressif/esp-idf!41668
2025-09-12 10:22:52 +08:00
morris
516a46c395
Merge branch 'revert/spi_lcd_mode_auto_detect' into 'master'
...
revert(lcd): data line number auto detect
See merge request espressif/esp-idf!41795
2025-09-11 16:33:27 +08:00
Kevin (Lao Kaiyao)
be099ca81f
Merge branch 'refactor/move_touch_element_to_managed_component' into 'master'
...
remove(touch_element): remove touch_element from idf
Closes IDF-6155 and IDF-13348
See merge request espressif/esp-idf!41702
2025-09-11 14:55:55 +08:00
morris
08dc794e25
revert(lcd): data line number auto detect
...
quad_mode and octal_mode are not bus attribute but transaction attribute
in esp-idf SPI master driver
Closes https://github.com/espressif/esp-idf/issues/17455
2025-09-11 13:34:15 +08:00
Marius Vikhammer
99935402b9
fix(interrupts): removed deprecated intr_types.h and interrupt_deprecated.h headers
...
intr_types.h has been replaced by esp_intr_types.h and the deprecated esprv_intc_*
from interrupt_deprecated.h have been replaced by the more generic
esprv_* functions.
2025-09-10 15:06:27 +08:00
morris
a157181399
refactor(driver): remove deprecated header files
...
use esp_private/periph_ctrl.h and esp_private/rtc_cntl.h in favor of
driver/periph_ctrl.h and driver/rtc_cntl.h
2025-09-08 11:05:25 +08:00
laokaiyao
f15a60f2f6
remove(touch_element): remove touch_element from idf
...
Touch Element Library is moved to managed component.
(https://components.espressif.com/components/espressif/touch_element/versions/1.0.0/readme )
2025-09-04 11:26:17 +08:00
Zhang Shuxian
58c976a262
docs: Update CN translation for system.rst
2025-09-03 19:15:44 +08:00
Alexey Lapshin
0a7ace356d
Merge branch 'change/remove-sys_dirent_h-include' into 'master'
...
change(newlib): prepare dirent.h to remove
Closes IDF-10675 and LLVM-330
See merge request espressif/esp-idf!41608
2025-09-02 13:42:18 +04:00
Shen Meng Jing
5e4f67cc68
Merge branch 'docs/update_cn_toolchain' into 'master'
...
docs: Update CN translation for toolchain.rst and ram-usage.rst
Closes DOC-12092
See merge request espressif/esp-idf!41477
2025-09-01 21:54:19 +08:00
Shen Mengjing
8777791852
docs: Update CN translation for toolchain.rst and ram-usage.rst
2025-09-01 17:00:22 +08:00
Alexey Lapshin
bc4a9ad406
change(newlib): remove sys/dirent.h from newlib component
2025-08-30 19:52:33 +07:00
Erhan Kurubas
9f38fa1b9a
Merge branch 'test/sysview_uart' into 'master'
...
test(app_trace): add SystemView UART tracing tests for all targets
Closes IDF-11919, IDF-11920, IDF-11921, DOC-12212, and IDF-7660
See merge request espressif/esp-idf!41552
2025-08-29 09:37:37 +02:00
Zhang Shuxian
f8e0b79867
docs: Update CN translation for system
2025-08-28 16:44:52 +08:00
Marius Vikhammer
cb36cd3a94
Merge branch 'bugfix/esp_event_remove_freertos_header' into 'master'
...
change(esp_event): removed unnecessary freertos header includes
Closes IDF-5130
See merge request espressif/esp-idf!41476
2025-08-28 09:50:25 +08:00
Erhan Kurubas
a4e06f0792
test(app_trace): add SystemView UART tracing tests for all targets
2025-08-27 13:44:16 +03:00
Lu Wei Ke
14f2d9e6cf
Merge branch 'docs/migration_guides_bt_classic' into 'master'
...
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
Closes DOC-11554
See merge request espressif/esp-idf!41440
2025-08-26 14:37:45 +08:00
Marius Vikhammer
1f0152dd3c
Merge branch 'feature/cdcacm_vfs_comp' into 'master'
...
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
Closes IDF-13797
See merge request espressif/esp-idf!41040
2025-08-26 10:40:08 +08:00
luweike
222560ade4
docs: Add SoC conditional flag for Bluetooth Classic in migration guides
2025-08-25 14:20:54 +08:00
Marius Vikhammer
81dff2c991
change(esp_event): removed unnecessary freertos header includes
2025-08-25 11:00:58 +08:00
Alexey Lapshin
b266d829dd
change(newlib): enable LIBC_OPTIMIZED_MISALIGNED_ACCESS by default
2025-08-22 13:46:43 +08:00
Marius Vikhammer
56e0c11bb6
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
2025-08-22 09:37:47 +08:00
Mahavir Jain
c91dc3f049
Merge branch 'cleanup/remove_deprecated_apis' into 'master'
...
feat: remove some deprecated APIs from 6.0 release
Closes IDF-13093
See merge request espressif/esp-idf!41211
2025-08-21 10:05:37 +05:30
Wang Meng Yang
7cac735da0
Merge branch 'feat/remove_the_deprecated_api_and_parameter' into 'master'
...
feat(bt): remove the deprecated functions and parameters
Closes BT-4042
See merge request espressif/esp-idf!40435
2025-08-20 19:36:37 +08:00
Mahavir Jain
42914e01ee
feat: remove some deprecated APIs from 6.0 release
2025-08-20 14:20:37 +05:30
Marek Fiala
af168c75b3
docs(migration-guide): Information on how to update CMake
2025-08-19 14:44:32 +02:00
Chen Chen
6af87b6287
Merge branch 'change/i2c_return_val' into 'master'
...
change(i2c_master): Change the I2C return value to ESP_ERR_INVALID_RESPONSE when NACK detected
Closes IDF-13751
See merge request espressif/esp-idf!41251
2025-08-19 16:14:18 +08:00
gongyantao
179a730a03
feat(bt): remove the deprecated functions and parametes
2025-08-19 16:07:05 +08:00
Chen Chen
c35ddc1258
change(i2c_master): Change return value when NACK detected
2025-08-19 12:12:52 +08:00
Zhang Shuxian
5b11b017a9
docs: Update CN translation for IRAM-related docs
2025-08-19 11:35:02 +08:00
Konstantin Kondrashov
659ae57c83
Merge branch 'feature/log_remove_deprecated_items' into 'master'
...
remove(log): Remove deprecated functions and header file
Closes IDF-9809 and DOC-11832
See merge request espressif/esp-idf!40539
2025-08-16 00:20:11 +08:00
Shen Meng Jing
c37d4a6512
Merge branch 'docs/sync_cn_and_en' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-11933
See merge request espressif/esp-idf!41027
2025-08-15 22:25:46 +08:00
Konstantin Kondrashov
6b8d4cc1fb
remove(log): Remove deprecated functions and header file
2025-08-15 18:04:08 +08:00
Sudeep Mohanty
11b80a7f11
Merge branch 'feat/freertos_in_flash_by_default' into 'master'
...
feat(freertos): Place FreeRTOS in flash by default
Closes IDF-12695
See merge request espressif/esp-idf!40579
2025-08-15 02:18:57 +02:00
Mahavir Jain
f0cc4528f5
Merge branch 'feat/disable_protocomm_sec0_1_schemes' into 'master'
...
feat(protocomm): disable security version 0 and 1 by default
See merge request espressif/esp-idf!41184
2025-08-14 12:01:05 +05:30
Mahavir Jain
f9e2ebaea5
feat(protocomm): disable security version 0 and 1 by default
...
Change default values for protocomm security configuration options to improve
security:
- CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 now defaults to 'n'
- CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 now defaults to 'n'
This reduces code size by default and encourages use of more secure protocomm
implementations.
Projects using these security versions must explicitly enable them in their
configuration.
2025-08-12 11:43:12 +05:30
Erhan Kurubas
f5ffef1556
change(app_trace): move gcov component to the esp-component-registry
2025-08-11 13:24:42 +03:00
Shen Mengjing
1319fe05e1
docs: Sync CN and EN docs
2025-08-11 17:42:59 +08:00
Sudeep Mohanty
3ef41363cf
Merge branch 'task/remove_freertos_compatibility' into 'master'
...
remove(freertos): Removed freertos_compatibility.c
Closes IDF-3851 and IDF-8144
See merge request espressif/esp-idf!40652
2025-08-11 10:25:33 +02:00
Aditya Patwardhan
b72e532598
Merge branch 'feature/move_partial_download_code_under_config' into 'master'
...
feat(esp_http_client): move partial download related code under config
Closes IDF-13464
See merge request espressif/esp-idf!40270
2025-08-11 11:09:49 +05:30
renpeiying
9f9dbf3270
docs: Add CN trans to tools.rst, Update build-system.rst translation
2025-08-07 19:40:32 +02:00
Jan Beran
152aa6bf63
docs: add link to esp-idf-kconfig migration guide
2025-08-07 19:37:00 +02:00
Sudeep Mohanty
fe2ee39a99
feat(esp_ringbuf): Place Ring buffer in flash by default
...
The following updates have been made in this commit:
- The commit places ring buffer code in flash memory by default.
- CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH has been removed.
- CONFIG_RINGBUF_IN_IRAM is added and can be used to restore the
previous memory placement.
2025-08-07 19:56:30 +08:00
Sudeep Mohanty
26c19928a9
feat(freertos): Place FreeRTOS in flash by default
...
The following updates have been made in this commit:
- The commit places FreeRTOS code in flash memory by default.
- CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH has been removed.
- CONFIG_FREERTOS_IN_IRAM is unhidden and can be used to restore the
previous memory placement.
- A test has been added for users to conduct performance impact testing
based on memory placement configurations.
2025-08-07 19:56:30 +08:00
Song Ruo Jing
8651d6c240
Merge branch 'feature/uart_dtr_dsr_support' into 'master'
...
feat(uart): add DTR and DSR signals support for UART
Closes IDF-13392, IDFGH-4377, and IDFGH-15328
See merge request espressif/esp-idf!40508
2025-08-07 17:28:28 +08:00
morris
6ea0fa1a57
Merge branch 'refactor/remove_lcd_deprecated' into 'master'
...
esp_lcd clean up
Closes IDF-13711, IDF-13712, IDF-13713, IDF-13714, and IDF-13715
See merge request espressif/esp-idf!40848
2025-08-06 10:41:20 +08:00
Alexey Lapshin
44aeff1319
Merge branch 'feature/libc_init_array-from-toolchain' into 'master'
...
fix(esp_system): fix .init_array.*/.ctors.* ordering
Closes IDF-1176 and DOC-11527
See merge request espressif/esp-idf!39811
2025-08-05 16:09:00 +04:00