Skip to content

Commit

Permalink
tests: drivers: counter: basic_api: Rework nrf54h20 cpuppr config
Browse files Browse the repository at this point in the history
Rework configuration so that it does not require special treatment
in testcase.yaml.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch authored and nashif committed Jul 10, 2024
1 parent d8929b5 commit 407aa5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: Apache-2.0 */
/* SPDX-License-Identifier: Apache-2.0 */

&timer130 {
status = "reserved";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing here
13 changes: 0 additions & 13 deletions tests/drivers/counter/counter_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,3 @@ tests:
timeout: 400
extra_args:
DTC_OVERLAY_FILE="boards/mimxrt685_evk_rtc_1khz.overlay"
drivers.counter.basic_api.nrf54h20_cpuppr:
tags:
- drivers
- counter
depends_on: counter
platform_allow: nrf54h20dk/nrf54h20/cpuppr
timeout: 600
sysbuild: true
extra_args:
- vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay"
- SB_CONFIG_VPR_LAUNCHER=y
# Disable asserts to fit in limited code memory
- CONFIG_ASSERT=n

0 comments on commit 407aa5c

Please sign in to comment.