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:
parent
81aaaa9f72
commit
cf3b264337
@ -1 +0,0 @@
|
||||
CONFIG_COUNTER_TMR_ESP32=y
|
||||
@ -0,0 +1,3 @@
|
||||
&timer0 {
|
||||
status = "okay";
|
||||
};
|
||||
@ -0,0 +1,3 @@
|
||||
&timer0 {
|
||||
status = "okay";
|
||||
};
|
||||
@ -0,0 +1,3 @@
|
||||
&timer3 {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user