Roland Dobai
69552e5068
Merge branch 'contrib/github_pr_17594_v5.5' into 'release/v5.5'
...
fix(depgraph): Add double quotes around dependency names (GitHub PR) (v5.5)
See merge request espressif/esp-idf!42492
2025-10-20 09:18:29 +02:00
Frantisek Hrbata
52724f4ce2
fix(tools): check_dependencies.py ruff formatting
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-13 15:12:44 +02:00
armando
e6d4eec507
feat(p4): p4 rev3 real chip support
2025-10-13 15:25:23 +08:00
Frantisek Hrbata
66bdf5b54d
fix(test_apps): reflect changes in component_deps.dot in the g1_components test
...
The commit 51f3c02115 ("Add quotes around node ID in dependency
graph") introduced proper quoting for node IDs in the generated dot
file. Since the dot format does not allow dashes in node names without
quoting, and dashes are used in component names, the component names in
the generated dot file are now correctly quoted. Adjust the
g1_components test to accommodate this change by stripping the quotes.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-10 12:03:30 +02:00
Mahavir Jain
fa08f239c0
Merge branch 'bugfix/encrypt_len_for_sb_update_case_v5.5' into 'release/v5.5'
...
fix(bootloader): correct encryption length for secure update without secure boot (v5.5)
See merge request espressif/esp-idf!41923
2025-09-21 18:37:43 +05:30
Mahavir Jain
9c257c4f0b
test: add test case for secure update with FE case
2025-09-16 10:16:42 +05:30
Marius Vikhammer
5665e9da8f
Merge branch 'fix/panic_handler_reboot_before_halt_v5.5' into 'release/v5.5'
...
fix(panic_handler): Fixed a issue where the system reboots before halt (v5.5)
See merge request espressif/esp-idf!41264
2025-09-01 17:53:16 +08:00
Marius Vikhammer
590cb66669
ci(system): enabled and cleanup misc system test-apps build-test-rules
2025-08-18 14:22:13 +08:00
Sudeep Mohanty
83ea01f61b
test(panic_handler): Added unit test to verify panic handler can halt
...
This test verifies that the panic handler can indeed halt when
configured to print and halt instead of rebboting.
2025-08-14 14:05:51 +02:00
Jiang Jiang Jian
aa4faf57ef
Merge branch 'ci/enable_sysview_tests_v5.5' into 'release/v5.5'
...
ci: enable sysview example tests for all chips (v5.5)
See merge request espressif/esp-idf!39472
2025-08-01 11:07:46 +08:00
Jiang Jiang Jian
dafdf1205d
Merge branch 'feat/secure_boot_ecdsa_p384_v5.5' into 'release/v5.5'
...
Support Secure Boot using ECDSA-P384 curve (v5.5)
See merge request espressif/esp-idf!40822
2025-07-31 21:24:55 +08:00
Jiang Jiang Jian
b5944c8f34
Merge branch 'feature/iram_esp_system_v5.5' into 'release/v5.5'
...
feat(esp_system): Adds Kconfigs to place code in IRAM (v5.5)
See merge request espressif/esp-idf!40516
2025-07-25 19:45:26 +08:00
harshal.patil
6a03c8ffee
ci(security): Security test app updated yml
...
- Also fixes the errors generated by the check-test-scripts command
2025-07-25 14:43:56 +05:30
harshal.patil
9822c6f199
test(secure_boot): Add tests for ECDSA-based secure boot scheme
2025-07-25 14:43:46 +05:30
Euripedes Rocha
47917e7a01
change(mqtt): Adds retry on publish connect test case
...
This test case fails mostly for network related issues, with retrys we
might avoid the failure of the whole job.
2025-07-24 00:37:13 +08:00
Konstantin Kondrashov
e72ea712e7
feat(esp_system): Adds Kconfigs to place code in IRAM
2025-07-24 00:34:58 +08:00
Samuel Obuch
c01e1a7153
ci: enable example tests for esp32p4
2025-07-23 13:19:52 +02:00
Samuel Obuch
9b8e989a16
ci: use shared OpenOCD class for GDB test app
2025-07-23 13:19:52 +02:00
Mahavir Jain
45831351fa
test: add secure image verification case for C6/H2
2025-05-14 10:53:47 +05:30
Jiang Jiang Jian
e9d2d033c8
Merge branch 'feat/add_config_for_esp32c2_move_phylib_to_flash' into 'master'
...
feat(phy): add config for esp32c2 move iram func to flash
Closes IDF-11433
See merge request espressif/esp-idf!37917
2025-05-07 21:34:27 +08:00
wangtao@espressif.com
3035667e69
feat(phy): add config for esp32c2 move iram func to flash
2025-05-07 11:24:17 +08:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
harshal.patil
ab229a34b3
feat(cpu_region_protect): Enable basic memory protection for SPIRAM
2025-04-29 11:48:27 +05:30
Mahavir Jain
74eff52e2e
fix: build regression in the test application
...
Regression from bb6da46ccd . Disabling
relevant config until further debug.
2025-04-28 20:59:22 +05:30
Yin Qing Zhao
7141b9558b
Merge branch 'feat/chip_esp32c5_eco2_support_wifi' into 'master'
...
feat/chip esp32c5 eco2 support wifi
Closes IDF-10602, IDF-10616, IDF-10592, IDF-10590, IDF-10605, IDF-10604, IDF-10618, IDF-10617, IDF-10588, IDF-10598, IDF-10609, IDF-10610, IDF-10600, IDF-10589, IDF-10607, IDF-10608, IDF-10596, IDF-12857, IDF-11002, IDF-10601, IDF-10579, IDF-8641, IDF-8640, IDF-8639, IDF-8638, PM-403, AX-1139, AX-1151, AX-1153, AX-1155, WIFIBUG-1159, and WIFIBUG-1146
See merge request espressif/esp-idf!38566
2025-04-28 21:06:18 +08:00
Michael (XIAO Xufeng)
1f74bebdda
Merge branch 'feat/add_default_config_supsend' into 'master'
...
system: add config for suspend test app
See merge request espressif/esp-idf!38695
2025-04-28 20:20:43 +08:00
yinqingzhao
dd9f8bfcbc
feat(wifi): chip esp32c5 eco2 support wifi
2025-04-28 10:52:55 +08:00
nilesh.kale
c65858287a
feat: enabled secure boot support esp32h21
2025-04-25 17:48:25 +05:30
Xiao Xufeng
bb6da46ccd
system: add config for suspend test app
2025-04-24 21:36:58 +08:00
Konstantin Kondrashov
204046e799
feat(log): Add binary logging support
2025-04-23 15:46:34 +08:00
Li Shuai
a5b1468ba0
change(esp_hw_support): modify to resolve some review threads
2025-04-17 22:06:21 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
harshal.patil
9221c4eecd
fix(examples): Example CA certs must contain the Key Usage parameter
...
- Example CA certificates that are used for self-signed client certificates
need to include the Key Usage parameter.
- Python3.13 changed the default context of the SSL context that is
generated using ssl.create_default_context() by enabling the VERIFY_X509_STRICT
flag by default
2025-04-03 09:20:35 +05:30
Chen Ji Chang
c3a3cc8657
Merge branch 'feat/h4_enable_ci_build' into 'master'
...
feat(esp32h4): enable ESP32H4 ci build
Closes IDF-12332
See merge request espressif/esp-idf!37921
2025-03-31 23:49:48 +08:00
Lu Ai Jun
e2f50bea42
Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'
...
CI: add C3 eco7 and C2 eco4 tests for wifi
See merge request espressif/esp-idf!37759
2025-03-31 10:10:56 +08:00
Chen Jichang
c34b4eb882
feat(esp32h4): enable ESP32H4 ci build
2025-03-28 14:41:28 +08:00
Sudeep Mohanty
5ba12ea922
Merge branch 'feat/freertos_move_funcs_to_flash' into 'master'
...
feat(freertos): Add config to move additional functions into flash
Closes IDF-11428
See merge request espressif/esp-idf!37555
2025-03-27 17:10:00 +08:00
Marius Vikhammer
7605727233
Merge branch 'feature/esp_log_flash' into 'master'
...
feat(log): added option for placing log api in flash
Closes IDF-12522
See merge request espressif/esp-idf!37941
2025-03-27 10:49:32 +08:00
Erhan Kurubas
d2c882502d
test(coredump): add test to dump dram from uart
2025-03-26 10:00:24 +01:00
Marius Vikhammer
d488fb41e6
feat(log): added option for placing log api in flash
2025-03-25 10:07:21 +08:00
Sudeep Mohanty
71a79ac0b1
feat(freertos): Add config to move additional functions into Flash
...
This commit adds a new Kconfig option, viz.,
CONFIG_FREERTOS_PLACE_ISR_FUNCTIONS_INTO_FLASH, which places
additional FreeRTOS functions, such as those which can be called from
and ISR context, into Flash memory. This feature utilizes the Flash auto
suspend/resume feature of the Flash chip.
2025-03-24 09:19:28 +01:00
Marius Vikhammer
274ac2961a
feat(intr): added option for placing intr api in flash
2025-03-21 11:21:43 +08:00
Marius Vikhammer
55be8bdc0d
feat(esp_timer): added kconfig option for placing IRAM code into flash
2025-03-18 15:23:43 +08:00
luaijun
6e58f49724
ci(c2/c3): add major eco version tests
2025-03-17 14:51:25 +08:00
Marius Vikhammer
e52ea52792
test(system): add system test-case for flash auto-suspend
2025-03-14 15:01:10 +08:00
Tomáš Rohlínek
f416523e16
fix(storage/fatfsgen): increase test timeout
2025-03-12 14:45:39 +01:00
Erhan Kurubas
11e6aa8f1a
test(panic): refactor test parameters with itertools
2025-03-05 14:01:25 +01:00
Igor Udot
3b41e2ce9a
Merge branch 'ci/pytest-mark-formatter' into 'master'
...
Ci/pytest mark formatter
Closes IDFCI-2662 and IDFCI-2651
See merge request espressif/esp-idf!35476
2025-03-05 15:43:48 +08:00
Mahavir Jain
620ab3b913
Merge branch 'fix/secure_boot_verfication_failure_sig_block_key_digest_mismatch_combo' into 'master'
...
fix(bootloader_support): Fix SB verification failure when application is not signed with the boot loader's first key
Closes IDF-12556
See merge request espressif/esp-idf!37365
2025-03-05 15:08:24 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00