-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
MSP430 debug stack #58600
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
MSP430 debug stack #58600
Conversation
8b824f4
to
2df8184
Compare
f4eed4c
to
9443286
Compare
Thank you for your contributions.
|
Mean bot, it still merges fine :( |
I marked this as stale due to inactivity. → More info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking so long. It seems that the maintainers didn't know what to do at the time, because they want to do a good job and they don't know about this tool.
However, you're the maintainer, so we should trust that you know the tool and we should only have to review the Nix-specific aspects.
I hope we can be better at this, but please don't hesitate to ask for a review and merge on IRC, discourse, requesting a review on github, @ mentioning a nixpkgs committer, etc.
Motivation for this change
mspdebug has support for loading
libmsp430.so
at runtime to use TI's vendor driver for interfacing with debug/jtag hardware, which has better/additional support for their devices.Questions
pkgs.mspdebug.override { mspds = pkgs.mspds-bin; }
to get it. Attempts to contact them about updating the open-source version were deflected.enableMspds
is currently? false
in mspdebug: darwin fixes and enableParallelBuilding #58598, so this won't be used by default. Would it make sense to change that default?Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)