Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,498 contributions in the last year
Activity overview
Contributed to
iqlusioninc/usbarmory.rs,
knurling-rs/defmt,
ferrous-systems/embedded-trainings-2020
and 5 other
repositories
Contribution activity
September 2020
- japaric/laughing-goggles Rust
- japaric/probe-rs Rust
Created a pull request in rust-embedded/cortex-m-rt that received 12 comments
[ARMv6-M] initialize the LR register
the ARMv6-M Architecture Reference Manual (ARM DDI 0419D) indicates in section B1.5.5 "Reset behavior" that the LR (Link Register) starts in an unk…
+30
−1
•
12
comments
- toggle RTT mode after RAM initialization
- backtrace: handle the 'FrameIter is empty' case
- place breakpoint on an even address
- add location info to the backtrace
- adapt to upstream changes in elf2table
- tweak output format
- stack overflow detection: adjust for full descending stacks
- print module path
- rm env-logger
- set a HW breakpoint on the hard fault handler
- derive: fix handling of generic bounds
- Distinguish missing from corrupted data
- add module path to location info
- fix impl Format for Str (interned string)
- CI: run qemu examples
- Add some utility functions to `Frame`
- Improve index collision error message
- Prefix all package names with `defmt-`
- Fix argument/acquire evaluation order
Created an issue in probe-rs/probe-rs that received 3 comments
"no probe found" when insufficient permissions to open the USB device
Describe the bug
On Linux, if you forget to set udev rules to use a (USB) probe as a non-root user Probe::list_all will not include it.
To Reproduce
…
3
comments