Commit Graph

4 Commits

Author SHA1 Message Date
Samuel Obuch
c2dd5c35e0 ci: OpenOCD class as fixture 2025-07-18 11:47:04 +02:00
Samuel Obuch
8cee39c53c ci: enable sysview examples for all chips 2025-07-18 11:46:15 +02:00
Daniel Mangum
de4c29b714 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
2025-05-26 11:31:57 +02:00
Fu Hanxi
dc3c630919 ci: move more openocd scripts into pytest-embedded 2022-12-08 14:25:02 +08:00