-
Notifications
You must be signed in to change notification settings - Fork 3k
tools, NRF51-post-build: Use paths to hex files #8275
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
Conversation
### Description The NRF51 post build hook finds it's hex files using the Resources object. This PR fixes the corner case where the hex files within a project have a name!=path (This really only happens online). ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
/morph build |
Build : SUCCESSBuild number : 3243 Triggering tests/morph test |
/morph export-build |
Exporter Build : FAILUREBuild number : 2848 |
/morph export-build |
Exporter Build : FAILUREBuild number : 2858 |
/morph export-build |
Exporter Build : FAILUREBuild number : 2867 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2875 |
Description
The NRF51 post build hook finds it's hex files using the Resources
object. This PR fixes the corner case where the hex files within a
project have a name!=path (This really only happens online).
Pull request type