Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/probe-rs/probe-rs
A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host
https://github.com/probe-rs/probe-rs
Add new download method to cli
a931ebb3a0568a781bc7cade3e75d92e85057017 authored over 5 years ago
a931ebb3a0568a781bc7cade3e75d92e85057017 authored over 5 years ago
Added ELF parsing
6de9ff8dec5508b4153d479cc714fd6956cab061 authored over 5 years ago
6de9ff8dec5508b4153d479cc714fd6956cab061 authored over 5 years ago
Flash loader builds again
10ce06ee802572fca38cbaed11a921a7021a2f1c authored over 5 years ago
10ce06ee802572fca38cbaed11a921a7021a2f1c authored over 5 years ago
WIP
08a32f4d9a82799f65dcaeb07808273521e0556f authored over 5 years ago
08a32f4d9a82799f65dcaeb07808273521e0556f authored over 5 years ago
DOES NOT BUILD; add flash loader
de46acb83571ade1abfb7ffefba6f560b89cb934 authored over 5 years ago
de46acb83571ade1abfb7ffefba6f560b89cb934 authored over 5 years ago
Removed some warnings and routed most of the errors through
d9dcd2249feec4e689bbd84518090361564142d0 authored over 5 years ago
d9dcd2249feec4e689bbd84518090361564142d0 authored over 5 years ago
Fixed all borrowchecker issues; FlashBuilder code completely untested
84137b3983fdf01309954608c8e063396f939fd7 authored over 5 years ago
84137b3983fdf01309954608c8e063396f939fd7 authored over 5 years ago
DOES NOT COMPILE; FlashBuilder implemented; Fighting the borrowchecker atm; TypeState interface makes troubles
aae49c70073303c54723131877e0660754c16537 authored over 5 years ago
aae49c70073303c54723131877e0660754c16537 authored over 5 years ago
DOES NOT COMPILE; Flash builder close to completion; has lot's of compiler errors still.
26c9b07a348ab51a9b22cff3d8fac6aafb2cfbb1 authored over 5 years ago
26c9b07a348ab51a9b22cff3d8fac6aafb2cfbb1 authored over 5 years ago
Add crc computation
4e4c1675f785aaf7f12a2403406847c226473c99 authored over 5 years ago
4e4c1675f785aaf7f12a2403406847c226473c99 authored over 5 years ago
Add code for memory region description; add memory description of the nRF51822
e179e88e6b2a4a902c21ddb313a462a2f92cc71c authored over 5 years ago
e179e88e6b2a4a902c21ddb313a462a2f92cc71c authored over 5 years ago
Split TargetInfo trait from Target trait and rename Target trait to Core
96f05d3d6b3c4c2cb650cc71809be8999f572828 authored over 5 years ago
96f05d3d6b3c4c2cb650cc71809be8999f572828 authored over 5 years ago
Implement the remaining flash algo functions
d2090cb7f165d1dc2f19e51261156442f76238c6 authored over 5 years ago
d2090cb7f165d1dc2f19e51261156442f76238c6 authored over 5 years ago
Work on the flash algo impl. Doesn't do anything useful
eeffe6cde1f624812ef6288b11cd56a7cd0a04a3 authored over 5 years ago
eeffe6cde1f624812ef6288b11cd56a7cd0a04a3 authored over 5 years ago
Merge branch 'm0-debug' into flash-algo
3f9f3361ff7399785c46541b6b77150b3e491336 authored over 5 years ago
3f9f3361ff7399785c46541b6b77150b3e491336 authored over 5 years ago
Update README.md
b46831dbb4987eb2bcd88d85ab4f20d8d7f39061 authored over 5 years ago
b46831dbb4987eb2bcd88d85ab4f20d8d7f39061 authored over 5 years ago
Add basic nested type support to variables
46465c8f72277ca520d65bb7902eaf9fb58b263d authored over 5 years ago
46465c8f72277ca520d65bb7902eaf9fb58b263d authored over 5 years ago
Variable eval progress
1f86713af8b73a8ee0592f5583471262d1c29e69 authored over 5 years ago
1f86713af8b73a8ee0592f5583471262d1c29e69 authored over 5 years ago
Make variables public
5919c4a28218b38884eac413d2043bc78c76d755 authored over 5 years ago
5919c4a28218b38884eac413d2043bc78c76d755 authored over 5 years ago
Variables work in basic form; displaying their address works, values are not supported as that needs lots of work
9dd073cd93b686d0208cef07718f7344b3180533 authored over 5 years ago
9dd073cd93b686d0208cef07718f7344b3180533 authored over 5 years ago
Wip variables
04f8801606b6e3605a703631e7948a9e5d4bfb4d authored over 5 years ago
04f8801606b6e3605a703631e7948a9e5d4bfb4d authored over 5 years ago
Create separate debugging lib
16ea65b5efbbcb1840e5905b907d58e521a87c8f authored over 5 years ago
16ea65b5efbbcb1840e5905b907d58e521a87c8f authored over 5 years ago
Bugfix: Ensure last frame is shown in stack trace
b5ba9a7b8abb512e9bf2bbd5366a2063e601d8af authored over 5 years ago
b5ba9a7b8abb512e9bf2bbd5366a2063e601d8af authored over 5 years ago
Implement an iterator for the stack frames. Two issues: a) does not show the last stack frame (weird?) b) does not show the real values of the registers in the first stack frame but the calculated ones like on the other frames.
12d18752765e3b357590220357f7904eba305278 authored over 5 years ago
12d18752765e3b357590220357f7904eba305278 authored over 5 years ago
Much restructuring
842d4d1b8fe83db03d8a929370193341ee4e47be authored over 5 years ago
842d4d1b8fe83db03d8a929370193341ee4e47be authored over 5 years ago
Cleanup work
d7b54b96d9efe7ef7e0a7221208cfc126b8eed7a authored over 5 years ago
d7b54b96d9efe7ef7e0a7221208cfc126b8eed7a authored over 5 years ago
Stack unwinding kinda works \o/
c92a0e213cedadf69ded08bff8eb0c0560bf0c5d authored over 5 years ago
c92a0e213cedadf69ded08bff8eb0c0560bf0c5d authored over 5 years ago
Add binary corresponding to sample/dump.txt
9a73e1fb11f76cee45879cc05383d6629477deef authored over 5 years ago
9a73e1fb11f76cee45879cc05383d6629477deef authored over 5 years ago
WIP version of stack unwinding
4f13e093804f9a543f37d8c7d33e75055e5944a4 authored over 5 years ago
4f13e093804f9a543f37d8c7d33e75055e5944a4 authored over 5 years ago
Merge branch 'master' into m0-debug
bc05ef41719464355e28e78b45c6667afc2e3199 authored over 5 years ago
bc05ef41719464355e28e78b45c6667afc2e3199 authored over 5 years ago
Unknown work on flash algorithms
2d936b267e16c7893d610bbb4e5b2af51359425e authored over 5 years ago
2d936b267e16c7893d610bbb4e5b2af51359425e authored over 5 years ago
Add Windows build on Travis
a0cec7e8033b688c92e5b08cdd3f4e2c7db9f619 authored over 5 years ago
a0cec7e8033b688c92e5b08cdd3f4e2c7db9f619 authored over 5 years ago
Use rusb instead of libusb-rs, compiles under Windows with bundled libusb
13bd24b764c99df16ee00539ffcd7c2e23c90d79 authored over 5 years ago
13bd24b764c99df16ee00539ffcd7c2e23c90d79 authored over 5 years ago
Working HW breakpoints using breakpoint unit
eea4fd435207d70b2563dd6793c2c1e850c891df authored over 5 years ago
eea4fd435207d70b2563dd6793c2c1e850c891df authored over 5 years ago
Update RESOURCES.md
515b37595f0325c7a5feaf2e31a96ec1b2a4de0e authored over 5 years ago
515b37595f0325c7a5feaf2e31a96ec1b2a4de0e authored over 5 years ago
Made the target machinery a trait and not a struct.
+ Implemented a Session object.
4ab627265e218b5a6ea29d0fcc43698238542013 authored over 5 years ago
Flashing algo now uses the new write_block8().
+ Code formatting cleanup
b39b58e8c5428d0360844fe44b7a7fee895043b0 authored over 5 years ago
Wiriting u8 blocks works.
5dbe7761022d1e1f7df3b915ffc3b24db8d3fc58 authored over 5 years ago
5dbe7761022d1e1f7df3b915ffc3b24db8d3fc58 authored over 5 years ago
Aligned 8bit write works.
+ Unaligned 100% broken.
e31c14b98add5d68c10ecee0873dfea951497fef authored over 5 years ago
Implemented write8.
+ Fix tests.
+ Added stub for write_block8.
+ Fix write_block32 tests (increment was not implemen...
Made memory reading non-generic.
+ Adapted tests to reflect the changes
+ Adapted all other code to reflect the changes
+ Disabled...
Fix tests for memory AP
69ff22c2956493ca3aead67fdb9456905c7d400c authored over 5 years ago
69ff22c2956493ca3aead67fdb9456905c7d400c authored over 5 years ago
Simple disassembly shown after halting core.
Also fixed issues with reading memory when not reading words (32bit).
Co-authored-by: Yatekii <...
73ccc0f321a9827d6f9af10e60c2309fd9935b98 authored over 5 years ago
Possibly fix u8/u16 read.
+ To be tested
+ Removed the sample app for the nrf51 from the workspace until
we fix the myste...
Added a sample application for the nrf51 to test debugging with
ff86142ba730449f16d92ec1ffab71325958145b authored over 5 years ago
ff86142ba730449f16d92ec1ffab71325958145b authored over 5 years ago