Skip to content

Commit

Permalink
tests: drivers: counter: esp32c6: Add test config
Browse files Browse the repository at this point in the history
Add test config files for ESP32C6 for GP and RTC timers.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
  • Loading branch information
Raffael Rostagno authored and kartben committed Dec 21, 2024
1 parent 299f9a5 commit a249eb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/drivers/counter/counter_basic_api/socs/esp32c6.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
&timer0 {
status = "okay";
};

&timer1 {
status = "okay";
};

0 comments on commit a249eb5

Please sign in to comment.