ci: update configs to include/exclude esp_pm in unit test

This commit is contained in:
Renz Bagaporo
2020-07-22 15:23:39 +08:00
committed by bot
parent 6462f9bfe1
commit f33f49331f
15 changed files with 29 additions and 12 deletions

View File

@@ -430,8 +430,10 @@ menu "ESP32S3-Specific"
config ESP32S3_TIME_SYSCALL_USE_RTC_FRC1
bool "RTC and high-resolution timer"
select ESP_TIMER_RTC_USE
config ESP32S3_TIME_SYSCALL_USE_RTC
bool "RTC"
select ESP_TIMER_RTC_USE
config ESP32S3_TIME_SYSCALL_USE_FRC1
bool "High-resolution timer"
config ESP32S3_TIME_SYSCALL_USE_NONE