tests: clock_control: esp32: Fix device testing
Select modules which are not sensitive for testing. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
92ec60f5ab
commit
26314cf760
1 changed files with 8 additions and 2 deletions
|
@ -12,9 +12,15 @@ static const struct device_subsys_data subsys_data[] = {
|
|||
{.subsys = (void *) ESP32_LEDC_MODULE},
|
||||
{.subsys = (void *) ESP32_UART1_MODULE},
|
||||
{.subsys = (void *) ESP32_I2C0_MODULE},
|
||||
#if !defined(CONFIG_SOC_SERIES_ESP32C2)
|
||||
{.subsys = (void *) ESP32_UHCI0_MODULE},
|
||||
{.subsys = (void *) ESP32_RMT_MODULE},
|
||||
{.subsys = (void *) ESP32_TWAI_MODULE},
|
||||
#endif
|
||||
#if defined(CONFIG_SOC_SERIES_ESP32C3) || defined(CONFIG_SOC_SERIES_ESP32S2) || \
|
||||
defined(CONFIG_SOC_SERIES_ESP32S3)
|
||||
{.subsys = (void *) ESP32_TIMG1_MODULE},
|
||||
#else
|
||||
{.subsys = (void *) ESP32_TIMG0_MODULE},
|
||||
#endif
|
||||
{.subsys = (void *) ESP32_RNG_MODULE},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue