Skip to content

Commit b35036b

Browse files
committed
[nrf fromlist] tests: drivers: counter: nrf: fixed_top: Rework cpuppr
Rework configuration so that it does not require special treatment in testcase.yaml. Upstream PR: zephyrproject-rtos/zephyr#75010 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 38e0246 commit b35036b

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# nothing here

tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,4 @@ tests:
99
- nrf52_bsim
1010
- nrf54h20dk/nrf54h20/cpuapp
1111
- nrf54h20dk/nrf54h20/cpurad
12-
drivers.counter.nrf_rtc.nrf54h20_cpuppr:
13-
tags:
14-
- drivers
15-
- counter
16-
depends_on: counter
17-
platform_allow: nrf54h20dk/nrf54h20/cpuppr
18-
sysbuild: true
19-
extra_args:
20-
- vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay"
21-
- SB_CONFIG_VPR_LAUNCHER=y
22-
# Disable asserts to fit in limited code memory
23-
- CONFIG_ASSERT=n
12+
- nrf54h20dk/nrf54h20/cpuppr

0 commit comments

Comments
 (0)