Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add provision for external board/application #46

Open
biii-tech opened this issue Jan 16, 2022 · 0 comments
Open

Add provision for external board/application #46

biii-tech opened this issue Jan 16, 2022 · 0 comments

Comments

@biii-tech
Copy link

Currently, wm-sdk only searches for board and application in hardcoded paths.
that is wm-sdk/board & wm-sdk/source

This structure has the following shortcomings

  1. we can not have a different repo of our wire pass mesh application and had to put our board and application files in a defined structure.
  2. wm-sdk can not act as a submodule of our project repositories.

We have made some changes and made these paths configurable.
now our project's structure is a bit leaned

  • project
    -- board
    --- our board files
    -- source
    --- our source files
    -- wm-sdk as a submodule

We have also added a possibility to define application-specific custom make targets to do the post-processing.

you can review changes done here biiitech@45a24a6
It might be helpful for others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant