mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 08:55:50 +00:00
Reduced Kconfig for counter with nRF TIMER and RTC. Added overlays for TIMER and RTC configuration in the counter test. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
&timer0 {
|
|
prescaler = <4>;
|
|
};
|
|
|
|
&timer1 {
|
|
prescaler = <4>;
|
|
};
|
|
|
|
&timer2 {
|
|
prescaler = <4>;
|
|
};
|