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
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
Alexey Lapshin
9281e78381
change(esp_libc): rename newlib component to esp_libc
2025-09-09 22:00:44 +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
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
Erhan Kurubas
a4e06f0792
test(app_trace): add SystemView UART tracing tests for all targets
2025-08-27 13:44:16 +03:00
Fu Hanxi
7b81a731e2
ci: increase build timeout
2025-08-25 17:02:34 +02:00
Peter Dragun
7d19c310c1
Merge branch 'feat/esptool_v5_minimal' into 'master'
...
Feat: Add minimal esptool v5 support
See merge request espressif/esp-idf!41314
2025-08-25 16:28:51 +08:00
Peter Dragun
eba6b814ba
feat: Add support for esptool v5 and keep v4 for now
2025-08-21 15:53:39 +02:00
Chen Jichang
f041954ec3
change(ci): update regex to match soc headers in check_public_header.py
2025-08-21 14:19:41 +08:00
Roland Dobai
86fc2e116f
Merge branch 'revert/legacy_export_scripts' into 'master'
...
revert(tools): Revert backup option to use legacy export scrips
Closes IDF-11027
See merge request espressif/esp-idf!41309
2025-08-19 16:30:04 +02:00
Konstantin Kondrashov
6b8d4cc1fb
remove(log): Remove deprecated functions and header file
2025-08-15 18:04:08 +08:00
Marek Fiala
d548d283b9
revert(tools): Revert backup option to use legacy export scrips
...
This reverts commit 7b417fc3f2 .
2025-08-15 09:11:02 +02:00
Aleksei Apaseev
8880b4e626
Merge branch 'ci/fix_bin_size_report_generation' into 'master'
...
ci: fix bin size report generation
See merge request espressif/esp-idf!41065
2025-08-14 13:12:01 +08:00
Fu Hanxi
7198ae518c
ci: remove duplicated new lines
2025-08-12 13:44:35 +02:00
Alexey Lapshin
4339a7eafb
Merge branch 'fix/newlib_kconfig_variables' into 'master'
...
change(newlib): change CONFIG_NEWLIB* prefix to CONFIG_LIBC_NEWLIB*
See merge request espressif/esp-idf!41153
2025-08-12 09:54:45 +04:00
Alexey Lapshin
8f97220a48
feat(newlib): add test for newlib_nano with esp32-psram
2025-08-11 21:28:55 +07:00
morris
afd35e411a
refactor(hal): use HAL_CONFIG() macro function
2025-08-08 18:25:24 +08:00
Aleksei Apaseev
d19fc2958d
ci: fix bin size report generation
2025-08-08 12:22:17 +08:00
Zhou Xiao
36cdf54b37
feat(ble): added ble log console for ble log uhci out
2025-08-08 12:01:43 +08:00
Song Ruo Jing
9a2984b4c0
fix(gpio): fix ESP32 GPIO sleep mode handling
...
The previous workaround does not work, the backup/restore should apply to RTC IO registers.
Also moved the workaround to sleep_gpio.c to avoid gpio hal using kconfig.
2025-08-05 21:02:09 +08:00
Peter Dragun
300ff9fc78
change: fix linting errors in python files
2025-08-01 08:05:13 +02:00
Peter Dragun
519042a1e2
feat: Deprecate Python 3.9
...
BREAKING CHANGE:
- Minimal supported Python version is now 3.10.
2025-08-01 08:05:10 +02:00
Fu Hanxi
fdcc1930d2
ci: improve the output of check_build_test_rules.py
2025-07-31 11:52:13 +02:00
Mahavir Jain
d72bb81702
Merge branch 'refactor/hide_ecdsa_kconfig_option_from_hal' into 'master'
...
refactor(hal): Move CONFIG options used in ecdsa_hal.c under config.h
Closes IDF-13584
See merge request espressif/esp-idf!40713
2025-07-30 17:36:57 +05:30
C.S.M
6ad49c1146
refactor(spi_flash): Remove sdkconfig dependency in flash hal layer
2025-07-28 18:16:19 +08:00
Fu Hanxi
93655332e8
Merge branch 'ci/fix-non-test-related-apps-only' into 'master'
...
CI: fix non test related apps only
See merge request espressif/esp-idf!40804
2025-07-28 09:47:59 +02:00
Fu Hanxi
860dd1128e
ci: load non-test-related apps list
2025-07-24 22:58:00 +02:00
Aditya Patwardhan
96170ea10b
refactor(hal): Move CONFIG options used in ecdsa_hal.c under config.h
2025-07-23 15:34:05 +05:30
morris
70d62b1a54
feat(restful_server): upgrade the example to use vue3+vuetify3
...
also cleaned up the backend firmware to use littlefs filesystem.
2025-07-21 12:03:10 +08:00
Armando (Dou Yiwen)
bfcba51ca1
Merge branch 'feat/p4_eco5_soc_part1' into 'master'
...
p4: soc support (part 1, move hw ver1 registers to `hw_ver1` dir)
See merge request espressif/esp-idf!40518
2025-07-18 01:51:31 +00:00
morris
e1213c8874
Merge branch 'feat/soc_config_h' into 'master'
...
split soc_caps.h and standardize its name/usage
Closes IDF-11815
See merge request espressif/esp-idf!35445
2025-07-17 21:46:44 +08:00
armando
df7cd41765
change(ci): update regex to match soc headers in check_public_header.py
2025-07-17 08:57:03 +00:00
armando
4ea2ea5f02
p4: move hw ver1 registers
2025-07-17 08:57:03 +00:00
Igor Udot
b65366d5c4
Merge branch 'ci/fix-test-skip-ci-issue' into 'master'
...
ci: fix temp_skip_ci issue where test job was not skipped
Closes IDFCI-3032
See merge request espressif/esp-idf!40628
2025-07-17 16:53:01 +08:00
igor.udot
ab85534fb7
ci: fix temp_skip_ci issue where test job was not skipped
2025-07-17 16:27:00 +08:00
morris
ccd092d7dc
refactor(hal): clean up some hal file dependency on sdkconfig.h
2025-07-17 10:33:08 +08:00
morris
0296c30908
feat(soc): introduce the soc_caps_full.h for internal use only
2025-07-17 10:33:08 +08:00
Fu Hanxi
76181e5fce
ci: skip app downloader for host test cases
2025-07-16 14:11:08 +02:00
Fu Hanxi
158eb78555
ci: add CI_JOB_ID as suffix to help ci-dashboard parse info easier
2025-07-16 14:09:44 +02:00
Fu Hanxi
95fbd6b81a
ci: make sure test child pipeline only triggered when all build jobs succeeded
2025-07-16 14:09:44 +02:00
Samuel Obuch
a678721e49
ci: enable c61 usb_serial_jtag tests
2025-07-15 12:58:26 +02:00
Igor Masar
f4a861964e
Merge branch 'refactor/usb-phy' into 'master'
...
refactor(usb_phy): move USB PHY implementation to esp_hw_support
Closes IDF-11144 and IDF-9021
See merge request espressif/esp-idf!39770
2025-07-11 20:49:36 +08:00
Wan Lei
cb3ddef853
Merge branch 'fix/c61_eco3_open_ci_test_generic' into 'master'
...
fix(ci): c61 eco3 open ci test
See merge request espressif/esp-idf!40480
2025-07-11 18:37:03 +08:00
Fu Hanxi
682388487a
Merge branch 'ci/apply-idf-ci-1' into 'master'
...
ci: apply `idf-ci`
Closes IDFCI-2719
See merge request espressif/esp-idf!38755
2025-07-11 07:18:32 +02:00
Armando (Dou Yiwen)
c5a7513cb8
Merge branch 'feat/p4_eco5_fpga' into 'master'
...
esp32p4: eco5 support on FPGA
See merge request espressif/esp-idf!39917
2025-07-11 01:27:22 +00:00
igor.masar
84a5812d55
refactor(usb_phy): Move USB PHY implementation to esp_hw_support
...
Moved USB PHY source and headers from `usb/` to `esp_hw_support/`
to better reflect their hardware-specific nature.
Replaced use of public GPIO driver APIs with internal LL (Low-Level) APIs
for more precise hardware control and alignment with ESP-IDF HAL best practices.
Deleted deprecated PHY helper functions.
Consolidated all SoC-specific declarations under `usb_periph.h`.
BREAKING CHANGE: deprecated USB PHY APIs have been removed; update
callers to use the new interfaces in esp_hw_support/usb_phy.h
2025-07-10 14:52:47 +02:00
Erhan Kurubas
a0ef187d10
refactor(apptrace): format apptrace component with astyle
2025-07-10 12:37:41 +02:00