esp32s2: samples: counter: add alarm sample support
by adding esp32s2 board-specific config information. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
8dff10dfbe
commit
2b7c0f4ad6
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,6 @@ config COUNTER_SAM0_TC32
|
|||
|
||||
config COUNTER_ESP32
|
||||
bool
|
||||
default y if SOC_ESP32
|
||||
default y if SOC_ESP32 || SOC_ESP32S2
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
|
|
1
samples/drivers/counter/alarm/boards/esp32s2_saola.conf
Normal file
1
samples/drivers/counter/alarm/boards/esp32s2_saola.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_COUNTER_ESP32_TG0_T0=y
|
Loading…
Add table
Add a link
Reference in a new issue