Samuel Obuch
a49ea83330
change(ci): enable esp32h4 jtag tests
2026-07-14 11:25:03 +02:00
Erhan Kurubas
21b9eaf6ff
test(sysview): trim trace capture to the STOP record to drop post-reset UART noise
2026-07-08 14:01:36 +02:00
Erhan Kurubas
4cf35efa35
test(usb_serial_jtag): pin console uart to ttyUSBx port
2026-07-08 12:59:44 +02:00
Erhan Kurubas
67e42bfaec
fix(esp_trace): limit USB-Serial-JTAG trace flush timeout
2026-07-08 12:59:44 +02:00
Erhan Kurubas
4a5a50e95a
change(sysview): use esp sysview_mcore command for sysview_tracing JTAG capture
2026-07-08 12:59:44 +02:00
Erhan Kurubas
f44867619e
fix(sysview): handle variable-length timestamp in TRACE_STOP validation
2026-07-08 12:59:44 +02:00
Erhan Kurubas
27dc9c956f
change(ci): enable esp32s31 jtag tests
2026-07-08 12:59:44 +02:00
C.S.M
854d00cab1
feat(usj): Add usb serial jtag support on esp32s31
2026-05-19 16:16:31 +08:00
Chen Jichang
3c3b9a6a4e
ci(esp32h4): disable tests which cannot pass
2026-05-11 16:48:58 +08:00
Chen Jichang
645ff40cde
ci(esp32h4): enable ci target test
2026-05-11 16:48:58 +08:00
Samuel Obuch
4b1e6ea5f2
ci(esp32p4): enable sysview_tracing test missed before
2026-04-28 11:59:44 +02:00
Samuel Obuch
38f963b2a5
ci: disable h21-usj tests because of unstable runner
2026-04-13 14:59:20 +02:00
C.S.M
152b5ccb4c
ci(esp32s31): Add ci target test for esp32s31
2026-04-03 11:38:45 +08:00
Samuel Obuch
b930bf18d0
ci(esp32p4,esp32h21): enable usb-serial-jtag tests
2026-03-16 21:14:45 +08:00
Erhan Kurubas
53082cabe9
ci: skip esp32p4 jtag tests due to lack of eco6 runners
2026-02-18 13:11:23 +01:00
Erhan Kurubas
05010137f8
feat(esp_trace): add usb-serial-jtag as a transport channel
2026-02-18 12:01:40 +01:00
Erhan Kurubas
5cea09fbdc
fix(app_trace): implement uart TX without using ISR
2026-02-09 15:46:43 +01:00
Erhan Kurubas
6dc4a8bf12
change(ci): re-enable esp32p4 OpenOCD tests
2025-12-18 00:37:54 +01:00
Erhan Kurubas
e8e0646a0b
ci(esp32p4): disable p4 rev3 usb-serial-jtag tests temporarily
2025-12-17 09:59:23 +01:00
wanckl
4fe7e6ac18
ci(p4): p4 eco5 enable parts of special tests
2025-12-08 13:59:25 +08:00
igor.udot
44e654a483
ci: fix mismatch in check_build_test_rules
2025-12-05 14:13:28 +08:00
Erhan Kurubas
2ef718fc29
change(app_trace): breaking changes related to destination selection
...
- Destination selection is unified for SystemView and app_trace
- Destination param is removed from app_trace APIs
- Destinaiton and related configuration now can be override from users
with a callback from system_init_fn
2025-10-18 02:28:31 +08:00
Erhan Kurubas
a4e06f0792
test(app_trace): add SystemView UART tracing tests for all targets
2025-08-27 13:44:16 +03:00
Samuel Obuch
d7eea89e16
ci: enable example tests for esp32p4
2025-07-15 12:57:21 +02:00
Samuel Obuch
ee65205183
ci: OpenOCD class as fixture
2025-07-15 12:57:19 +02:00
Samuel Obuch
66defc0c19
ci: enable sysview examples for all chips
2025-07-15 12:38:24 +02:00
Marius Vikhammer
f764953df3
Revert "ci: enable sysview examples for all chips"
...
This reverts commit c9cf11cd1c .
2025-05-28 08:38:08 +02:00
Marius Vikhammer
24d2720793
Revert "ci: OpenOCD class as fixture"
...
This reverts commit 0eb74ffcc3 .
2025-05-28 08:38:08 +02:00
Samuel Obuch
0eb74ffcc3
ci: OpenOCD class as fixture
2025-05-27 04:48:18 +08:00
Samuel Obuch
c9cf11cd1c
ci: enable sysview examples for all chips
2025-05-27 04:48:18 +08:00
igor.udot
daf2d31008
test: format all test scripts
2025-03-05 12:08:48 +08:00
Marek Fiala
2c814ef2fa
feat(tools): Enforce utf-8 encoding with open() function
2024-12-27 17:12:21 +08:00
Daniel Mangum
647e7a2a71
fix: Replace deprecated flushregs alias with full gdb command
...
Usage of `flushregs` in gdb will result in the following warning:
```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```
This patch updates to use the recommend command.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com >
Merges https://github.com/espressif/esp-idf/pull/11535
2023-07-13 09:26:47 +02:00
Fu Hanxi
dc3c630919
ci: move more openocd scripts into pytest-embedded
2022-12-08 14:25:02 +08:00