Skip to content

Build Mbed application with out-of-tree modules  #310

@ATmobica

Description

@ATmobica

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions