harshal.patil
8992f08bef
feat(mbedtls/aes): Add config to support AES block and DMA modes during runtime
...
- Dynamically switch the AES operation modes based on the buffer operating length
- Shorter AES and SHA operations can now run faster and concurrently as well
Closes https://github.com/espressif/esp-idf/issues/15914
2025-09-20 10:55:07 +05:30
Sudeep Mohanty
75619d8ef5
Merge branch 'task/remove_vportcleanuptcb_support' into 'master'
...
remove(freertos): Remove legacy vPortCleanUpTCB user hook
Closes IDF-8097
See merge request espressif/esp-idf!41867
2025-09-19 10:03:07 +02:00
Ivan Grokhotkov
714b7445e2
Merge branch 'feature/update-gdb-to-16.3_20250913'
...
feat(tools): update gdb version to 16.3_20250913
See merge request !41877
2025-09-17 11:14:05 +02:00
Sudeep Mohanty
df1e1c2b73
Merge branch 'task/make_task_snapshot_public' into 'master'
...
refactor(freertos): Make task snapshot debug API public
Closes IDF-10038 and IDF-8143
See merge request espressif/esp-idf!41871
2025-09-17 10:48:43 +02:00
Chen Ji Chang
9dc9d7de9f
Merge branch 'refactor/remove_legacy_rmt_driver' into 'master'
...
remove(legacy_rmt)!: remove legacy rmt driver in IDF v6.0
Closes IDF-13175
See merge request espressif/esp-idf!40092
2025-09-17 14:07:31 +08:00
morris
72979fb6c2
fix(ci): update ast-grep rules to include esp_hal components
2025-09-17 12:05:37 +08:00
Roland Dobai
4e4378a765
Merge branch 'contrib/github_pr_17586' into 'master'
...
Fix warning message in install.sh. (GitHub PR)
Closes IDFGH-16454
See merge request espressif/esp-idf!41890
2025-09-16 12:57:01 +02:00
C.S.M
f00755319a
Merge branch 'refactor/make_i2c_hal_independent' into 'master'
...
refactor(i2c): Make i2c hal layer independent
See merge request espressif/esp-idf!41562
2025-09-16 18:51:57 +08:00
Fu Hanxi
02531c5dce
Merge branch 'ci/generate-build-child-pipeline' into 'master'
...
fix: union the build test set
See merge request espressif/esp-idf!41914
2025-09-16 11:20:39 +02:00
Roland Dobai
9e5304a77f
change(tools): Fix ruff linting issues in idf_tools.py
2025-09-16 10:44:55 +02:00
Roland Dobai
791a70e6f3
fix(tools): Fix warning message from idf_tools.py
2025-09-16 16:35:03 +08:00
Artyom Lebedev
b13dcadfa2
fix(tools): Fix warning message from idf_tools.py
...
Closes https://github.com/espressif/esp-idf/pull/17586
2025-09-16 16:35:03 +08:00
Chen Jichang
883ead113d
remove(legacy_rmt): remove legacy rmt driver in IDF v6.0
2025-09-16 15:20:10 +08:00
Sudeep Mohanty
bb0f072c7a
refactor(freertos): Make task snapshot debug API public
...
This commit makes the task snapshot related API public under the header
freertos_debug.h.
2025-09-15 16:13:29 +02:00
Fu Hanxi
54f57d0f47
fix: union the build test set
2025-09-15 15:11:18 +02:00
Mahavir Jain
a148c61bef
test: add test case for secure update with FE case
2025-09-15 12:31:57 +05:30
C.S.M
5ce39e8878
refactor(i2c): Make i2c hal layer independent
2025-09-15 11:26:48 +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
Alexey Lapshin
dba0925068
feat(tools): update gdb version to 16.3_20250913
2025-09-13 13:28:44 +00:00
Sudeep Mohanty
c76cc9a24d
remove(freertos): Remove legacy vPortCleanUpTCB user hook
...
This commit removes support for the vPortCleanUpTCB() user hook as well
as drops support for associated Kconfig option,
CONFIG_FREERTOS_STATIC_TASK_CLEAN_UP.
2025-09-11 16:05:11 +02:00
Alexey Gerenkov
4f90f3c507
Merge branch 'coredump_conditional_builds' into 'master'
...
change(coredump): make conditional build in cmake based on config options
Closes IDF-13794
See merge request espressif/esp-idf!41698
2025-09-11 20:13:25 +08:00
Ivan Grokhotkov
0d10158016
Merge branch 'feature/rename-newlib-to-esp_libc' into 'master'
...
change(esp_libc): rename newlib component to esp_libc
Closes IDF-11226
See merge request espressif/esp-idf!41584
2025-09-11 09:34:43 +02: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
e3190c630a
Merge branch 'refactor/remove_deprecated_driver_header_files' into 'master'
...
refactor(driver): remove deprecated header files && update P4 ECO5 registers for BS and LCD_CAM
Closes IDF-13733 and IDF-13745
See merge request espressif/esp-idf!41745
2025-09-11 13:29:10 +08:00
Fu Hanxi
8f09a81463
Merge branch 'ci/increase_job_timeout' into 'master'
...
ci: increase build timeout
See merge request espressif/esp-idf!41496
2025-09-10 09:02:58 +02:00
Michael (XIAO Xufeng)
760e88a758
Merge branch 'feat/add_c5_c61_supported_master' into 'master'
...
feat(tools): add c5, c61 into supported targets list
See merge request espressif/esp-idf!41654
2025-09-10 11:36:11 +08:00
Erhan Kurubas
0d97c63885
change(coredump): make conditional build in cmake based on config options
2025-09-10 05:23:20 +08:00
Alexey Lapshin
9281e78381
change(esp_libc): rename newlib component to esp_libc
2025-09-09 22:00:44 +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
Xiao Xufeng
826db0f90f
feat(tools): add c5, c61 into supported targets list
2025-09-08 02:44:59 +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
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
Michael (XIAO Xufeng)
f236d29aee
Merge branch 'test/gen_disabled_report' into 'master'
...
ci: generate report for disabled apps
See merge request espressif/esp-idf!40354
2025-08-31 23:43:27 +08:00
Xiao Xufeng
5c6150033a
ci: generate report for disabled apps
2025-08-31 00:24:24 +08:00
Alexey Lapshin
bc4a9ad406
change(newlib): remove sys/dirent.h from newlib component
2025-08-30 19:52:33 +07:00
Alexey Lapshin
1275129a62
Merge branch 'fix/actulize_newlib_kconfig_variables' into 'master'
...
fix(config): actualize newlib Kcongig options
See merge request espressif/esp-idf!41301
2025-08-29 11:37:44 +04: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
Alexey Lapshin
620d1cb519
Merge branch 'feature/enable_esp_chip_tuning' into 'master'
...
feat(build): enable -mtune=esp-base option for RISCV targets
See merge request espressif/esp-idf!40164
2025-08-29 10:52:03 +04:00
Jakub Kocka
117919d7d6
Merge branch 'fix/click_version' into 'master'
...
Fixed click deprecation warnings
Closes IDF-13075 and IDF-13088
See merge request espressif/esp-idf!40765
2025-08-29 14:48:55 +08:00
morris
6c968cee04
Merge branch 'feature/p4_eco5_real_chip' into 'master'
...
p4: p4 eco5 real chip
Closes IDF-13574 and IDF-13410
See merge request espressif/esp-idf!41396
2025-08-29 10:59:28 +08:00
Sudeep Mohanty
5eb8e746fc
Merge branch 'fix/build_system_create_bin_gen_tgts' into 'master'
...
feat(build-system): Create build system hooks for post-elf processing
Closes IDFGH-16204
See merge request espressif/esp-idf!41097
2025-08-28 14:35:21 +02:00
armando
179d00a6f8
feat(p4): p4 rev3 real chip support
2025-08-28 17:56:16 +08:00
Alexey Lapshin
28ced4efad
fix(config): actualize newlib Kconfig options
2025-08-28 12:25:09 +08:00
Alexey Lapshin
4ecb6c4f9f
Merge branch 'change/remove_roms_json_from_tools' into 'master'
...
move roms json from tools to components
Closes IDF-11693
See merge request espressif/esp-idf!41436
2025-08-28 07:12:44 +04:00
Alexey Lapshin
c7db23458e
Merge branch 'feature/gdbstub_q_and_xesppie_registers_support' into 'master'
...
GDBStub: riscv: support f- and q-registers
Closes IDF-7279 and IDF-12552
See merge request espressif/esp-idf!37484
2025-08-28 04:45:47 +04:00
Erhan Kurubas
a4e06f0792
test(app_trace): add SystemView UART tracing tests for all targets
2025-08-27 13:44:16 +03:00
Alexey Lapshin
9958287a64
feat(gdbstub): add f- and q-registers support
2025-08-27 14:45:06 +07:00
Alexey Lapshin
ecc37c12d7
feat(build): enable -mtune=esp-base option for RISC-V targets
...
The `-mtune=esp-base` option is identical to the default tuning profile,
except that `slow_unaligned_access` is set to false.
This reduces the instruction count for built-in `memcpy` and improves
performance, since our chips can handle misaligned access with minimal
penalty (without triggering exceptions).
Example:
void load(uint32_t *r, char* x) {
memcpy(r, x, sizeof(uint32_t));
}
void store(char* x, uint32_t v) {
memcpy(x, &v, sizeof(uint32_t));
}
Previously generated code:
load:
lbu a5,2(a1)
lbu a3,0(a1)
lbu a4,1(a1)
sb a5,2(a0)
sb a3,0(a0)
sb a4,1(a0)
lbu a5,3(a1)
sb a5,3(a0)
ret
store:
srli a3,a1,8
srli a4,a1,16
srli a5,a1,24
addi sp,sp,-16
sb a1,0(a0)
sb a3,1(a0)
sb a4,2(a0)
sb a5,3(a0)
addi sp,sp,16
jr ra
With `-mtune=esp-base`:
load:
lw a5,0(a1)
sw a5,0(a0)
ret
store:
sw a1,0(a0)
ret
Inlining behavior
=================
Without `-mtune=esp-base`:
- `memcpy()` is inlined only when the compile-time size is ≤ 12 bytes.
- Maximum cost: ~25 instructions
With `-mtune=esp-base`:
- `memcpy()` is inlined for all compile-time constant sizes.
- Maximum cost: ~14 instructions
As a result, some applications may see reduced code size, while others
may increase slightly. However, performance always improves because
extra `memcpy` calls are eliminated.
Performance results
===================
esp32p4 (Ethernet iperf):
- No noticeable difference
esp32c61 (Wi-Fi iperf):
- ~2 Mb/s increase for TCP and UDP TX (may be within measurement error)
NOTE
====
Applies only to RISC-V chips that do not have the hardware issue marked
by the SOC_CPU_MISALIGNED_ACCESS_ON_PMP_MISMATCH_ISSUE macro.
2025-08-27 12:46:41 +07:00
Fu Hanxi
b111672f42
Merge branch 'fix/kconfig-optional-dependency' into 'master'
...
fix(build): pass sdkconfig.json during injection to add kconfig optional dependencies correctly
See merge request espressif/esp-idf!41470
2025-08-26 16:38:52 +02:00