App choice at compile time #2062
-
The main branch seems to have support for choosing apps at compile time. But I can't figure out how. |
Beta Was this translation helpful? Give feedback.
Answered by
FintasticMan
May 9, 2024
Replies: 1 comment 8 replies
-
It is supported! You can add a flag to CMake to choose which apps get compiled into the firmware: |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
FintasticMan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is supported! You can add a flag to CMake to choose which apps get compiled into the firmware:
-DENABLE_USERAPPS="<apps you want here>"
. See the end of this document.