We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
We have made some changes and made these paths configurable. now our project's structure is a bit leaned
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
We have made some changes and made these paths configurable.
now our project's structure is a bit leaned
-- 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
The text was updated successfully, but these errors were encountered: