-
Notifications
You must be signed in to change notification settings - Fork 37
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
Logging with symbols #24
Conversation
src/logging.md
Outdated
@@ -0,0 +1,418 @@ | |||
# Logging with symbols | |||
|
|||
This section will show you how to exploit symbols and the ELF format to achieve |
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.
Hm, not a big fan of the word exploit. How about some more positive wording like utilise or (if fancy is desired) employ?
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.
LGTM
qemu-system-arm: -semihosting-config: invalid option The old QEMU problem seen in rust-embedded/cortex-m-rt#128 strikes again. I'll see if I can get some binary release of a newer QEMU from somewhere. |
didn't work ... We could use docker, I guess. |
also note that the output of `cargo run` may not match what you get locally if using a different toolchain
*sigh* we were only testing nightly before. Now we are testing beta and nightly
The build has been fixed and this needs a re-review. |
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.
LGTM
bors r+ |
Build succeeded |
25: Global singletons r=therealprof a=japaric This PR depends on #24 r? @rust-embedded/resources @jamesmunns this is the global singleton pattern I mentioned some time ago on IRC Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Obscure stuff with symbols; perfect fit for the nomicon, IMO.
r? @rust-embedded/resources (anyone)