-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
My Mbed project has a specific source tree:
mbed_app/
├─ mbed_app.json
third_party/
├─ wifi_lib/
│ ├─ mbed_lib.json
I want to build a Mbed application with out-of-tree WiFi module (Mbed OS compatible wifi-ism43362 ) but I do not see the possibility of indicating the path to it and join the configuration from mbed_lib.json.
Now, the only option is to move wifi_lib to mbed_project directory (create a symlink for example) and I would like to avoid it.
Describe the solution you'd like
Added option to include .json out-of-tree configuration file when generating mbed config.cmake. For example, this could be a new argument to the mbed-tools configure command.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request