Skip to content

Commit d52f76f

Browse files
jfischer-nohenrikbrixandersen
authored andcommitted
samples: tracing: remove USB backend configuration for testing format
Not all the hooks for k_events, k_lifo, k_fifo, k_msgq, and k_queue are implemented in tracing_test.h and tracing_test.c and therefore the testing format cannot be used with the new USB device stack. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
1 parent 5a13cdc commit d52f76f

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

samples/subsys/tracing/README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ Usage for USB Tracing Backend
4444

4545
Build a USB-tracing image with:
4646

47-
.. zephyr-app-commands::
48-
:zephyr-app: samples/subsys/tracing
49-
:board: sam_e70_xplained/same70q21
50-
:conf: "prj_usb.conf"
51-
:goals: build
52-
:compact:
53-
54-
or:
55-
5647
.. zephyr-app-commands::
5748
:zephyr-app: samples/subsys/tracing
5849
:board: sam_e70_xplained/same70q21

samples/subsys/tracing/prj_usb.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/subsys/tracing/sample.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ tests:
4444
- qemu_x86
4545
extra_args: CONF_FILE="prj_uart.conf"
4646
filter: dt_chosen_enabled("zephyr,tracing-uart")
47-
sample.tracing.transport.usb:
48-
platform_allow: sam_e70_xplained/same70q21
49-
depends_on: usb_device
50-
extra_args: CONF_FILE="prj_usb.conf"
5147
sample.tracing.transport.uart.ctf:
5248
platform_allow:
5349
- qemu_x86

0 commit comments

Comments
 (0)