commit | 65858b303da3432932f649645eccef3b5d9a14cb | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Fri Nov 12 12:53:46 2021 +0100 |
committer | David Hu <david.hu@arm.com> | Wed Nov 17 03:35:01 2021 +0100 |
tree | b3d0c8239bf1e7adf92017beb66de51bd36d0c89 | |
parent | 6267c848fe132c094574ef193f77228313141900 [diff] |
platform: nordic_nrf: Fix platform test timer Fix the platform test timer configuration. The FLIH interrupt test expects the timer to generate periodic interrupts based on the reload value. The timer was configured to only generate a single interrupt (oneshot mode). Add the missing tfm_plat_test_secure_timer_clear_intr function. Change-Id: I7f6543fbf136efd0d8c35b452227c7ea0cf8ff56 Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>