We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298b7a3 commit 8e5c957Copy full SHA for 8e5c957
.github/workflows/push.yml
@@ -110,4 +110,5 @@ jobs:
110
idf.py create-project test
111
echo CONFIG_FREERTOS_HZ=1000 > test/sdkconfig.defaults
112
echo CONFIG_PM_ENABLE=y >> test/sdkconfig.defaults
113
+ echo CONFIG_FREERTOS_USE_TICKLESS_IDLE=y >> test/sdkconfig.defaults
114
idf.py -C test -DEXTRA_COMPONENT_DIRS=$PWD/components build
0 commit comments