Skip to content

Commit

Permalink
[nrf fromlist] tests: kernel: timer: Exclude nRF54H20 PPR core
Browse files Browse the repository at this point in the history
The nRF54H20 PPR target has not enough memory to run some of
kernel/timer tests.

Upstream PR: zephyrproject-rtos/zephyr#73068

Signed-off-by: Adam Kondraciuk <[email protected]>
  • Loading branch information
adamkondraciuk authored and bjarki-andreasen committed Sep 27, 2024
1 parent 4a7c25d commit 72fb75b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/kernel/timer/timer_api/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
config SYS_CLOCK_TICKS_PER_SEC
default 16384 if NRF_RTC_TIMER && TICKLESS_KERNEL

config ASSERT_VERBOSE
default n if SOC_NRF54H20_CPUPPR

source "Kconfig.zephyr"
2 changes: 2 additions & 0 deletions tests/kernel/timer/timer_behavior/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tests:
- mcu
simulation_exclude:
- renode
platform_exclude:
- nrf54h20dk/nrf54h20/cpuppr
harness_config:
record:
regex: "RECORD:(?P<metrics>.*)"
Expand Down

0 comments on commit 72fb75b

Please sign in to comment.