Bulding with multiple default configs in one build possible? (RDT-437) #50
-
Hi, I have a project / an app with 3 default files: One "global" sdkconfig.defaults, and two hardware-specific config files ( Currently, I build these two configs manually: SDKCONFIG_DEFAULTS="sdkconfig.defaults;hw_def_one"
idf.py -B hw_one build
SDKCONFIG_DEFAULTS="sdkconfig.defaults;hw_def_two"
idf.py -B hw_two build Now I tried to use idf-build-apps, but found it seems to support only one sdkconfig That is, when I want to build all hardware configs, using What I kind-of need would be something like Can I use idf-build-apps otherwise, or could idf-build-apps be changed to support my use case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@hurricanefrog Try this?
File structure like this, (hope I understand your question correctly)
|
Beta Was this translation helpful? Give feedback.
@hurricanefrog Try this?