Skip to content

Commit 1f0e793

Browse files
committed
samples: usb: uac2_implicit: Enable STM logging
Enable STM logging in the sample. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent a8ad986 commit 1f0e793

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/subsys/usb/uac2_implicit_feedback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ i2s_rxtx: &tdm130 {
7979
status = "okay";
8080
};
8181

82+
&uart136 {
83+
current-speed = <1000000>;
84+
};
85+
8286
&gpiote130 {
8387
status = "okay";
8488
owned-channels = <0 2>;

samples/subsys/usb/uac2_implicit_feedback/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ tests:
1212
- nrf5340dk/nrf5340/cpuapp
1313
- nrf54h20dk/nrf54h20/cpuapp
1414
harness: TBD
15+
sysbuild: true
16+
required_snippets: nordic-log-stm

0 commit comments

Comments
 (0)