Commit 52ab40cb authored by Carles Cufi's avatar Carles Cufi
Browse files

tests: counter: Enable nRF52810 testing



Enable the counter capability in the board and add a .conf file for the
nRF52810 running on the PCA10040 board.

Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent e7be378a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,5 +6,7 @@ toolchain:
  - zephyr
  - gnuarmemb
  - xtools
supported:
  - counter
ram: 24
flash: 192
+7 −0
Original line number Diff line number Diff line
CONFIG_COUNTER_TIMER0=y
CONFIG_COUNTER_TIMER0_PRESCALER=4
CONFIG_COUNTER_TIMER1=y
CONFIG_COUNTER_TIMER1_PRESCALER=4
CONFIG_COUNTER_TIMER2=y
CONFIG_COUNTER_TIMER2_PRESCALER=4
CONFIG_COUNTER_RTC0=y