tests: driver: counter: Add esp32s3 to basic api test

Add esp32s3 to counter basic api testing

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
Lucas Tamborrino 2023-02-27 16:44:22 -03:00 committed by Carles Cufí
parent 81aaaa9f72
commit cf3b264337
4 changed files with 9 additions and 1 deletions

View File

@ -1 +0,0 @@
CONFIG_COUNTER_TMR_ESP32=y

View File

@ -0,0 +1,3 @@
&timer0 {
status = "okay";
};

View File

@ -0,0 +1,3 @@
&timer0 {
status = "okay";
};

View File

@ -0,0 +1,3 @@
&timer3 {
status = "okay";
};