example/system: add generic apptrace example with pytest support

This commit is contained in:
Erhan Kurubas
2023-02-01 13:54:02 +01:00
parent 113132e4f4
commit 1ee5c8d877
8 changed files with 248 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ ENV_MARKERS = {
'MSPI_F4R8': 'runner with Quad Flash and Octal PSRAM',
'MSPI_F4R4': 'runner with Quad Flash and Quad PSRAM',
'jtag': 'runner where the chip is accessible through JTAG as well',
'usb_serial_jtag': 'runner where the chip is accessible through builtin JTAG as well',
'adc': 'ADC related tests should run on adc runners',
'xtal32k': 'Runner with external 32k crystal connected',
'no32kXtal': 'Runner with no external 32k crystal connected',