Skip to content

Commit

Permalink
tests: drivers: counter: Add nrf9160_pca10090 board
Browse files Browse the repository at this point in the history
Add board with nrf9160 to counter tests.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch authored and ioannisg committed Apr 24, 2020
1 parent 58dcfd5 commit 2c54ea4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/actinius_icarus/actinius_icarus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ supported:
- i2c
- pwm
- watchdog
- counter
1 change: 1 addition & 0 deletions boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ supported:
- i2c
- pwm
- watchdog
- counter
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONFIG_COUNTER_TIMER0=y
CONFIG_COUNTER_TIMER1=y
CONFIG_COUNTER_TIMER2=y
CONFIG_COUNTER_RTC0=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
&timer0 {
prescaler = <4>;
};

&timer1 {
prescaler = <4>;
};

&timer2 {
prescaler = <4>;
};

0 comments on commit 2c54ea4

Please sign in to comment.