morris
435cf83a52
Merge branch 'refactor/p4_touch_channel_increase_1_v5.4' into 'release/v5.4'
...
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14 (v5.4)
See merge request espressif/esp-idf!39792
2025-06-30 10:19:58 +08:00
morris
2e75f56dcd
Merge branch 'refactor/upgrade_i2s_codec_example_dependency_v5.4' into 'release/v5.4'
...
refactor(i2s_es8311): refactor es8311 example (v5.4)
See merge request espressif/esp-idf!40050
2025-06-30 10:06:30 +08:00
Rahul Tank
81064fa0e7
Merge branch 'feat/nimble_ancs_final_v5.4' into 'release/v5.4'
...
fix(nimble): Added support for ANCS in nimble (v5.4)
See merge request espressif/esp-idf!39655
2025-06-26 16:35:45 +05:30
laokaiyao
50cfbaf573
refactor(i2s_es8311): remove esp-box bsp support
2025-06-23 12:12:38 +08:00
laokaiyao
96366a204a
refactor(i2s_es8311): refactor es8311 example
2025-06-23 12:02:29 +08:00
laokaiyao
4ecedae60f
fix(touch): fixed touch interval freq unit convert issue
2025-06-19 14:18:38 +08:00
laokaiyao
c8a6d41c27
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14
2025-06-19 14:17:49 +08:00
Fu Hanxi
4594a84ddb
ci: disable idf-ci plugin
...
this plugin will be re-enabled with compatible code in !38755
2025-06-11 10:56:24 +02:00
Astha Verma
7f3ad9aa95
fix(nimble): Added support for ANCS in nimble
2025-06-04 14:23:38 +05:30
wanckl
66c8539368
test(ci): disable c61 build test on 5.4
2025-06-03 20:09:05 +08:00
Samuel Obuch
6ee607b00f
ci: select OpenOCD binary based on runner
2025-05-23 00:41:15 +02:00
Fu Hanxi
bed18219c6
ci: rename local idf_ci folder, avoid name collision
2025-04-25 11:26:15 +02:00
laokaiyao
ecf073e650
ci: disable esp32c5 build and target test on v5.4
2025-04-22 16:07:50 +08:00
Mahavir Jain
87947712af
fix(tools): suppress GNU bin-utils warning about executable stack
...
Newer GNU bin-utils version 2.39 has started emitting a warning
about an executable stack region for Linux target build:
/usr/bin/ld: warning: x509_crt_bundle.S.o: missing .note.GNU-stack section implies executable stack
Fix the issue by adding appropriate "noexecute" attribute for stack
section.
2025-04-15 21:55:30 +08:00
Jiang Jiang Jian
6897a7bf40
Merge branch 'ci/add_test_for_ecos_wifi_enterprise_v54' into 'release/v5.4'
...
ci(c2/c3): add major eco version tests(v5.4)
See merge request espressif/esp-idf!37808
2025-04-07 13:52:43 +08:00
Sergei Silnov
891f7eeef2
Merge branch 'ci/update_esp-env-v5.4_to_ubuntu_24.04' into 'release/v5.4'
...
5.4: Update ubuntu base image for esp-env-v5.4 to 24.04
See merge request espressif/esp-idf!37872
2025-04-02 02:30:09 +08:00
Peter Macko
a71141a250
ci: Update esp-env-v5.4 to Ubuntu 24.04 and handle related issues
...
- Allow test_pytest_linux failures
- Allow test_transport_on_host failures
- Fix deprecated C++ syntax by removing unused volatile variable in nvs_page_test
- Add x509_crt_bundle.S.o GNU-stack ld warning to ignore list
2025-03-28 15:59:44 +01:00
luaijun
c8508e992f
ci(c2/c3): add major eco version tests
2025-03-19 18:40:21 +08:00
Jan Beran
f7bf1a992c
change: move check_deprecated_configs.py file to esp-idf-kconfig
2025-02-28 14:51:09 +01:00
Martin Vychodil
fef8695c7a
fix(security): Fixed ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
...
- fixes the issue found in https://github.com/espressif/esp-idf/issues/15359
- extends debug printouts in the related tests
2025-02-19 14:25:55 +01:00
Martin Vychodil
e6815fd6a5
Merge branch 'bugfix/storage_generic_pytests_v5.4' into 'release/v5.4'
...
fix(ci): Removed storage related entries in known generate test child pipeline warnings (v5.4)
See merge request espressif/esp-idf!36683
2025-02-17 17:09:08 +08:00
radek.tandler
9a21f5fb81
fix(ci): Removed storage related ignore warnings
2025-02-10 16:43:33 +01:00
akshat
767afc9ce4
bugfix(wifi): Fix header file errors and remove esp_supplicant from check_public_headers_exceptions.txt
2025-02-10 18:52:01 +05:30
Ondrej Kosta
a2eba1e25a
ci(esp_eth): added ESP32P4 to iperf CI test
...
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
2025-01-15 22:53:04 +08:00
Fu Hanxi
be2ec1615c
ci: target-test job skip installing toolchain, only install python env
...
also run with collapsed time section to better track run time
2025-01-10 02:25:32 +08:00
Fu Hanxi
257878ddb4
ci: change logging level from debug to info for build jobs
2025-01-10 02:25:32 +08:00
Fu Hanxi
ffbdd8a145
ci: add timeout for build jobs
2025-01-10 02:25:32 +08:00
Fu Hanxi
e0f374d92b
ci: stop print presigned url, since the credential is masked
2025-01-10 02:25:32 +08:00
Roland Dobai
5bb41c4932
Merge branch 'feature/move-gdb-options-to_project_description_json_v5.4' into 'release/v5.4'
...
feat(debugging): move gdbinit generation to CMake (v5.4)
See merge request espressif/esp-idf!35175
2025-01-09 18:58:23 +08:00
Jiang Jiang Jian
9b9f991ec5
Merge branch 'enable_esp32c5_ci_test_v5.4' into 'release/v5.4'
...
fix(ci): enable esp32c5 eco1 ci test (Backport v5.4)
See merge request espressif/esp-idf!34899
2025-01-07 10:46:33 +08:00
Island
3146964e1a
Merge branch 'bugfix/fix_hid_crash_v5.4' into 'release/v5.4'
...
fix(ble): Fix crash issue during logging (v5.4)
See merge request espressif/esp-idf!35511
2025-01-06 15:02:48 +08:00
hrushikesh.bhosale
9e9577b3f2
fix(esp_wifi_prov): Send failure msg on first fail
...
Added new sta state WIFI_PROV_ATTEMPT_FAILED, which is
returned on first failure with attemps_remaining field.
2024-12-10 17:52:47 +05:30
Zhang Hai Peng
285e4ac4f3
feat(bt): Add support for converting BT HCI logs to btsnoop format
...
(cherry picked from commit decb24f940 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:45:49 +08:00
Alexey Lapshin
0e57dc044e
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-12-06 19:36:41 +07:00
Martin Vychodil
60c561792c
Merge branch 'fix/sdmmc_send_acmd22_after_multiple_write_cmd_v5.4' into 'release/v5.4'
...
fix(sdmmc): Send ACMD22 if CMD25 fails (v5.4)
See merge request espressif/esp-idf!34860
2024-11-28 02:11:25 +08:00
radek.tandler
4e8bb8a082
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-27 15:22:46 +01:00
Adam Múdry
2d5d2509fb
test(sdmmc): Add test_apps test for sdmmc component
2024-11-22 17:13:07 +08:00
xuxiao
976cf648f7
fix(ci): enable esp32c5 eco1 ci test (Backport v5.4)
2024-11-14 14:37:31 +08:00
Peter Macko
1254494dd8
fix(macos): ccache: re-enable, show stats, set CCACHE_DIR, limit CCACHE_MAXSIZE
2024-11-07 17:39:49 +01:00
Fu Hanxi
502749d254
ci: remove gitlab api call while generating pytest target-test child pipeline
2024-10-25 14:16:51 +02:00
Fu Hanxi
bdc2998e4b
ci: generate new report if old one failed to be updated
2024-10-25 14:13:05 +02:00
Xu Xiao
190939e206
Merge branch 'disable_esp32c5_ci_test' into 'master'
...
Disable esp32c5 ci test
See merge request espressif/esp-idf!34363
2024-10-24 20:07:13 +08:00
Song Ruo Jing
92d335548f
Merge branch 'feature/ledc_sleep_retention_support' into 'master'
...
feat(ledc): support ledc sleep mode selection
Closes IDFGH-12713, IDF-9740, IDF-9769, IDF-9909, IDF-10372, IDF-10394, IDF-8472, and IDFCI-2450
See merge request espressif/esp-idf!34097
2024-10-24 11:43:11 +08:00
xuxiao
8349621c15
fix(ci): temporarily pause the ESP32-C5 CI test in order to submit the C5 ECO1 code
2024-10-23 20:15:25 +08:00
laokaiyao
ecb52d3af3
refactor(i2s): rename the confusing port number
2024-10-23 18:16:57 +08:00
Song Ruo Jing
4a90deb227
feat(ledc): support ledc sleep mode selection
...
Support LEDC sleep retention on C6/H2/P4
2024-10-22 17:54:32 +08:00
Tomas Rohlinek
fe51222a02
Merge branch 'feat/simplify_storage_examples' into 'master'
...
feat(storage/fatfs): update fatfs examples
Closes IDF-5705
See merge request espressif/esp-idf!31174
2024-10-18 15:28:44 +08:00
Fu Hanxi
910bea1a1d
ci: bypass import failure while checking test scripts
...
we mock the missing packages in pytest_collectstart in plugin.py.
but here the common_test_methods are imported by other scripts, which
got executed earlier.
2024-10-16 09:37:50 +02:00
morris
1c1198cf4a
feat(dedic_gpio): enable pad input for the input signal
...
previously, we asked the user to enable the gpio direction before
initialize the dedicated GPIO.
Now the dedicated GPIO driver will help enable the input/output path
according to the in_en and out_en flags.
2024-10-14 11:35:16 +08:00
Kevin (Lao Kaiyao)
03fdff51f4
Merge branch 'refactor/split_esp32c3_soc_include_folder' into 'master'
...
refactor(soc): sort esp32c3 soc headers
See merge request espressif/esp-idf!33314
2024-10-11 20:27:09 +08:00