Skip to content

Commit 8e5c957

Browse files
committed
ci(esp32): Added CONFIG_FREERTOS_USE_TICKLESS_IDLE to sdkconfig.defaults
1 parent 298b7a3 commit 8e5c957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
idf.py create-project test
111111
echo CONFIG_FREERTOS_HZ=1000 > test/sdkconfig.defaults
112112
echo CONFIG_PM_ENABLE=y >> test/sdkconfig.defaults
113+
echo CONFIG_FREERTOS_USE_TICKLESS_IDLE=y >> test/sdkconfig.defaults
113114
idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build

0 commit comments

Comments
 (0)