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
igor.udot
bbcef0570d
ci: add test marks linter
2025-03-04 15:53:32 +08:00
Chen Jichang
b16095cf00
feat(esp32h4): add G0 component support (stage5)
2025-03-04 15:21:58 +08:00
harshal.patil
a6ea9bcd41
fix(secure_boot): Fix SB verification failure when sig block and key digest mismatch
...
- Secure boot V2 verification failed when multiple keys are used to sign the bootloader
and the application is signed with a key other than the first key that is used to
sign the bootloader.
- The issue was introduced as a regression from the commit `ff16ce43`.
- Added a QEMU test for recreating the issue.
- Made SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT independent of SECURE_BOOT_BUILD_SIGNED_BINARIES.
2025-03-04 11:26:51 +05:30
Chen Ji Chang
33e81e572b
Merge branch 'feat/h4_introduce_step2_3' into 'master'
...
feat(esp32h4): add soc register header files (stage 3/8, part 3/3)
See merge request espressif/esp-idf!37092
2025-02-24 15:39:11 +08:00
Chen Jichang
62700fa36f
feat(esp32h4): add soc register header files (stage2_3)
...
add soc headers made by hand
2025-02-24 12:20:27 +08:00
Marius Vikhammer
a5fe1e2a46
Merge branch 'feature/h21_panic' into 'master'
...
feat(esph21): bringup and test panic handler
Closes IDF-11546
See merge request espressif/esp-idf!37007
2025-02-21 10:25:03 +08:00
Martin Vychodil
af0f270e17
Merge branch 'bugfix/memprot_s2_intr_peri1' into 'master'
...
fix(security): ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
See merge request espressif/esp-idf!37105
2025-02-21 01:43:44 +08:00
Martin Vychodil
64ae64fb16
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:14:27 +01:00
Sudeep Mohanty
b562afa08e
fix(panic_handler): Updated panic handler to use RTC WDT
...
This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
handler.
Closes https://github.com/espressif/esp-idf/issues/15166
Closes https://github.com/espressif/esp-idf/issues/15018
Closes https://github.com/espressif/esp-idf/issues/10110
2025-02-18 15:40:54 +01:00
laokaiyao
7e0cb453e8
fix(i2s): fixed i2s_std initializer order for cpp compiler
...
Closes https://github.com/espressif/esp-idf/issues/15405
2025-02-17 14:44:48 +08:00
Marius Vikhammer
91bff05d9f
feat(esph21): bringup and test panic handler
2025-02-17 11:58:55 +08:00
gaoxu
5ef4f20778
feat(esp32h21): disable unsupported build test
2025-02-06 15:47:51 +08:00
Erhan Kurubas
f6b407d6b9
test(coredump): collect all expected uart data first, then process lazily
2025-02-01 06:12:11 +08:00
Euripedes Rocha
45d59f8205
fix(mqtt): Regenerate certificates for testing
...
- Previous fix ommited one of the client certificates by mistaque.
- This regenerates all certificates to clean that up.
2025-01-28 14:34:29 +01:00
Euripedes Rocha
c9670ca283
fix(mqtt): Update test app certificates
...
Certificates expired, so need to update for testing to pass.
2025-01-23 14:40:34 +01:00
Omar Chebib
8dfcafa1b2
Merge branch 'feat/intr_alloc_force_intrno' into 'master'
...
feat(esp_hw_support): add the possibility to allocate two sources to the same interrupt line
Closes IDF-9552
See merge request espressif/esp-idf!35473
2025-01-20 09:43:00 +08:00
Martin Vychodil
0672b326e3
Merge branch 'fix/broken_fatfsgen_tests' into 'master'
...
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
See merge request espressif/esp-idf!36453
2025-01-18 00:47:16 +08:00
Tomáš Rohlínek
f9d6e356bf
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
2025-01-16 13:41:57 +01:00
Martin Vychodil
57668738c2
Merge branch 'fix/broken_fatfsgen_tests' into 'master'
...
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
Closes IDFCI-2644 and IDFCI-2645
See merge request espressif/esp-idf!36317
2025-01-16 20:12:59 +08:00
Tomáš Rohlínek
2140c9b688
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
2025-01-16 12:13:16 +01:00
Omar Chebib
16b8a2ea3b
feat(esp_hw_support): two interrupts sources can now be mapped to the same interrupt line
2025-01-15 13:13:24 +08:00
Omar Chebib
52b558d218
Merge branch 'feature/enable_fp_backtracing' into 'master'
...
feat(riscv): implement frame pointer option for backtracing
See merge request espressif/esp-idf!32342
2025-01-13 18:11:49 +08:00
morris
aa40af2510
test(twai): add cxx build test
2025-01-10 18:54:12 +08:00
Omar Chebib
980cf269c7
feat(riscv): implement frame pointer option for backtracing
2025-01-09 11:57:02 +08:00
C.S.M
50cd05c4ac
Merge branch 'refactor/move_bod_to_hw_support' into 'master'
...
refactor(bod): Move brownout handling file from esp_system to esp_hw_support
See merge request espressif/esp-idf!36191
2025-01-09 11:08:05 +08:00
David Čermák
bca1e958ea
Merge branch 'test/new_mosquitto' into 'master'
...
fix(mqtt): Fix mqtt tests with local mosquitto
See merge request espressif/esp-idf!35859
2025-01-08 18:19:24 +08:00
C.S.M
5e4fd8ee52
refactor(bod): Move brownout handling file from esp_system to esp_hw_support
2025-01-08 14:41:37 +08:00
David Cermak
7fa64f64d6
fix(mqtt): Fix test with local mosquitto increasing stack size
...
4kB stack size for mosquitto runner task wasn't enough and with
recent updates of sock_utils it caused stack overflows
2025-01-07 09:00:23 +01:00
Marius Vikhammer
b07761825e
Merge branch 'feature/dcache_write_flash_panic' into 'master'
...
feat(panic): panic immediately on an attempt to write to flash via dcache
See merge request espressif/esp-idf!34190
2025-01-03 10:12:30 +08:00
Marius Vikhammer
cfe7021801
Merge branch 'bugfix/h2_wifi_intr' into 'master'
...
fix(interrupt): fixed wrongly reserved interrupt for wifi on H2
See merge request espressif/esp-idf!36073
2025-01-02 15:01:44 +08:00
gaoxu
25731d0c1e
feat(esp32h21): finnal introduce hello world support
2024-12-30 20:14:40 +08:00
Marius Vikhammer
a7c03a73db
fix(interrupt): fixed wrongly reserved interrupt for wifi on H2
2024-12-30 17:40:18 +08:00
Alexey Lapshin
7f80baa1f6
Merge branch 'feature/esp32c5-esp32c61_enable-panic-tests' into 'master'
...
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
Closes IDF-8662 and IDF-9269
See merge request espressif/esp-idf!35816
2024-12-27 19:34:25 +08:00
Marius Vikhammer
096cb409d9
feat(panic): panic immediatly if trying to write to flash through cache on ESP32-S3
...
Updated S3 to use PMS protection for writing to flash through cache. This means we get
a panic quicker for this illegal behavior than we did before, making the source of the error
easier to track down.
2024-12-27 17:58:33 +08:00
Alexey Lapshin
b58c9a4219
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
2024-12-26 12:45:17 +07:00
Jiang Jiang Jian
00db325091
Merge branch 'ci/add_build_test_eco_versions' into 'master'
...
ci: add build test for eco versions
See merge request espressif/esp-idf!35787
2024-12-21 11:39:49 +08:00
Chen Yudong
8c49748b46
ci: add build test for eco versions
2024-12-19 20:54:16 +08:00
Alexey Lapshin
36e65097cd
feat(gdbstub): add riscv xesppie extension support
2024-12-19 14:07:04 +07:00
Erhan Kurubas
a7d5fb698f
Merge branch 'fix/coredump-gcc-analyzer-warnings' into 'master'
...
fix(system): fix GCC-14 analyzer warnings for coredump
Closes GCC-14
See merge request espressif/esp-idf!34809
2024-12-09 21:35:44 +08:00
Rocha Euripedes
9cd94cfe15
Merge branch 'mqtt_test_adjust' into 'master'
...
Improve mqtt publish connect tests
See merge request espressif/esp-idf!34889
2024-12-05 22:06:02 +08:00
Euripedes Rocha
589c800634
change: Makes topic in mqtt publish test unique for case
...
- Makes each case to subscribe/publish to unique topics
- Makes test to wait for the successful subscription on the runner
2024-12-05 13:58:40 +01:00
Erhan Kurubas
d3ffbcb8a5
test(system): mark gdb test runners properly
2024-12-04 22:10:25 +01:00
Fu Hanxi
eea2fdf9a9
ci(target-test): support timeout 4h markers
2024-12-04 15:51:11 +01:00
Euripedes Rocha
72fbf37648
change: Improve mqtt publish connect tests
...
- Add random client id on each iteration
- Make timeout configuration dependent on more scenario parameters
2024-12-04 15:50:58 +01:00
Euripedes Rocha
881bd1bf66
fix(mqtt): Corrects mqtt test apps dependencies
...
Test app build rules were missing the mqtt component as a dependency.
2024-12-04 15:46:05 +01:00
Rocha Euripedes
11902d1a6f
Merge branch 'feat/mqtt_test_local_broker' into 'master'
...
feat(mqtt): Add publish stress test with local broker
See merge request espressif/esp-idf!33535
2024-12-04 21:47:11 +08:00
Erhan Kurubas
62d59751c0
change(tools): enhance expect_reg_dump
to support any or specific core values
2024-12-04 18:43:30 +08:00