Skip to content

Commit 922061e

Browse files
karstenkoenigNordicBuilder
authored andcommitted
samples: benchmarks: coremark: overlay: Add etrbuf
Add the tddconf etr_buffer location to the overlay so it can be moved around in the future. Signed-off-by: Karsten Koenig <[email protected]>
1 parent 2e65f8c commit 922061e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

samples/benchmarks/coremark/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@
4848
status = "okay";
4949
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE | NRF_TDDCONF_SOURCE_STMPPR)>;
5050
portconfig = <0>;
51+
etrbuffer = <&etr_buffer>;
5152
};

samples/benchmarks/coremark/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
status = "okay";
5555
etrsources = <(NRF_TDDCONF_SOURCE_STMMAINCORE)>;
5656
portconfig = <0>;
57+
etrbuffer = <&etr_buffer>;
5758
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ manifest:
6969
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
7070
- name: zephyr
7171
repo-path: sdk-zephyr
72-
revision: pull/2218/head
72+
revision: 33448accdc0ed580a3b19b00141af9de6b22c58d
7373
import:
7474
# In addition to the zephyr repository itself, NCS also
7575
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)