-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add esp_driver_ledc and esp_driver_pcnt test binaries
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
config/components/esp_driver_ledc/test_apps/ledc/sdkconfig.defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CONFIG_APP_REPRODUCIBLE_BUILD=y | ||
# CONFIG_APP_COMPILE_TIME_DATE is not set | ||
CONFIG_FREERTOS_HZ=1000 | ||
CONFIG_ESP_TASK_WDT_INIT=n | ||
# Disable memory protection, because "LEDC continue work after software reset" test case requires a cpu reset | ||
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n |
4 changes: 4 additions & 0 deletions
4
config/components/esp_driver_pcnt/test_apps/pulse_cnt/sdkconfig.defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_APP_REPRODUCIBLE_BUILD=y | ||
# CONFIG_APP_COMPILE_TIME_DATE is not set | ||
CONFIG_FREERTOS_HZ=1000 | ||
CONFIG_ESP_TASK_WDT_EN=n |