Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

probe-rs

We write open source debugging tools for embedded microcontrollers.
Collective - Host: opensource - https://opencollective.com/probe-rs - Website: https://probe.rs - Code: https://github.com/probe-rs

Update probe-rs/src/probe/stlink/mod.rs

github.com/probe-rs/probe-rs - f70e27a2fde01837e84ab699461459e85a01b1b5 authored almost 5 years ago by Yatekii <[email protected]>
Swap back to probe-rs master

github.com/probe-rs/probe-rs - 919426f24bca91df08309d8bbb36b6bde8a58f60 authored almost 5 years ago by Noah Hüsser <[email protected]>
Remove old uncommented autoselection code

github.com/probe-rs/probe-rs - fa9d664dc663d4d66624b1dd84cf4bb6856fab60 authored almost 5 years ago by Noah Hüsser <[email protected]>
Cleanup argument filtering and add support for protocol selection

github.com/probe-rs/probe-rs - 794d9b34c6113f8272ad6eedf074de7595ef2b8e authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix clippy lints

github.com/probe-rs/probe-rs - a81a5ce9ed56285bb801dcd95314c457bb68b491 authored almost 5 years ago by Noah Hüsser <[email protected]>
Adapt to newest changes

github.com/probe-rs/probe-rs - d5624215afc5a61bff5a7dc7abe56cbb5788686e authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix #1

github.com/probe-rs/probe-rs - de5ff43674cf79e7789d6194e48121832b48e494 authored almost 5 years ago by Noah Hüsser <[email protected]>
Point to master again

github.com/probe-rs/probe-rs - 0b83e8945019f3ad6f973e302195bd45cddbf275 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add JLink support

github.com/probe-rs/probe-rs - 5228d89803017bb67c271497b50b58c65feeb932 authored almost 5 years ago by Noah Hüsser <[email protected]>
Swap back to probe-rs master

github.com/probe-rs/cargo-flash - 5a8cb8a24703f6d683dfc2b1a6c7f45463066856 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add JLink support

github.com/probe-rs/cargo-flash - 68ca721c328ec55b2de501ea5a9d64da12e6ab2d authored almost 5 years ago by Noah Hüsser <[email protected]>
Point to master again

github.com/probe-rs/cargo-flash - a485f35668a45cdfe7b100703da2f3b5cbf993ee authored almost 5 years ago by Noah Hüsser <[email protected]>
Remove old uncommented autoselection code

github.com/probe-rs/cargo-flash - 871386429f912919c7c7017dafd008489fb3451f authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix clippy lints

github.com/probe-rs/cargo-flash - 90f2a482e505bd8b00223437b42dd0fbbcf4dde5 authored almost 5 years ago by Noah Hüsser <[email protected]>
Cleanup argument filtering and add support for protocol selection

github.com/probe-rs/cargo-flash - 2ddc1e31373bb65110da22c5b3ccb18c5b576d4b authored almost 5 years ago by Noah Hüsser <[email protected]>
Adapt to newest changes

github.com/probe-rs/cargo-flash - 6ba3edc928e0f43c53160f5757d1fb7ee44f6af7 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add FromStr for WireProtocol

github.com/probe-rs/probe-rs - de7b0ca5f3e89009e64d739203181985a5a7e757 authored almost 5 years ago by Noah Hüsser <[email protected]>
Remove allow of dead code again

github.com/probe-rs/probe-rs - c21111472683529f3a8084548e855c3163414b1e authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix all warnings except for the cog complexity for now

github.com/probe-rs/probe-rs - 613627bdcf91667faaedaee2fa37a80b335ab25a authored almost 5 years ago by Noah Hüsser <[email protected]>
Cleaned up the gdb stub with hopes of cleaning cognitive complexity; didn't help as expected ...

github.com/probe-rs/probe-rs - 0dd4273d52d24a3f6d6045806124d437cc122e50 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add STM32L0 target

Generated with target-gen using
https://keilpack.azureedge.net/pack/Keil.STM32L0xx_DFP.2.0.1.pack

github.com/probe-rs/probe-rs - 9f672221825ec0b2e3a62c61a4e2ff5ebf6c0d5d authored almost 5 years ago by Danilo Bargen <[email protected]>
Fix page count calculation

github.com/probe-rs/probe-rs - aaf2afc3f768c54499db4b6a4ea71544e95b58f7 authored almost 5 years ago by Danilo Bargen <[email protected]>
Format code

github.com/probe-rs/probe-rs - 6c74ff75cdf9136d77120533a0148defac910b8b authored almost 5 years ago by Noah Hüsser <[email protected]>
Address feedback:

- Generalize ADI init code and move it to the ArmCommunicationInterface
struct
- Clean up errorin...

github.com/probe-rs/probe-rs - 477780d929a5b42e475b682195087e1553b58b5a authored almost 5 years ago by Noah Hüsser <[email protected]>
Update probe-rs/src/probe/jlink/mod.rs

Co-Authored-By: Dominik Boehi <[email protected]>

github.com/probe-rs/probe-rs - 07e3c2c27f4b9cba2e08cdf5a1fcc11ef6017308 authored almost 5 years ago by Yatekii <[email protected]>
Address further review

github.com/probe-rs/probe-rs - 411bff170dad200cbf8440c638651b17cacb219b authored almost 5 years ago by Noah Hüsser <[email protected]>
Add SWD support for JLink

github.com/probe-rs/probe-rs - d0cf5dbd8d4c17e32ff2550b5b4b3d3c6bd1a052 authored almost 5 years ago by Noah Hüsser <[email protected]>
Update probe-rs/src/architecture/riscv/mod.rs

Co-Authored-By: Yatekii <[email protected]>

github.com/probe-rs/probe-rs - a777d78302b327208b1802875c7bad024811f5c0 authored almost 5 years ago by Dominik Boehi <[email protected]>
Working memory read on RISCV

github.com/probe-rs/probe-rs - 428556a8254cdc7bbff721c7d202e47c01a111c9 authored almost 5 years ago by Dominik Boehi <[email protected]>
Update probe-rs/src/architecture/riscv/communication_interface.rs

Co-Authored-By: Yatekii <[email protected]>

github.com/probe-rs/probe-rs - 64b23a5c5e3beea73134d050efeecca1a7022d9a authored almost 5 years ago by Dominik Boehi <[email protected]>
WIP: Halt support for RISCV

github.com/probe-rs/probe-rs - 3c750bdbe9011b037f506c3529d1182b75d866f9 authored almost 5 years ago by Dominik Boehi <[email protected]>
Remove unused code and dependencies

github.com/probe-rs/probe-rs - 8aada798a0f9fe1677508d14ccdb6b64fe91151a authored almost 5 years ago by Dominik Boehi <[email protected]>
Correct instruction for writing CSR

github.com/probe-rs/probe-rs - 634ef0dce32fd1ad332fb7a9201708a45bcb7cbf authored almost 5 years ago by Dominik Boehi <[email protected]>
WIP: Riscv halt works with new API

github.com/probe-rs/probe-rs - 78dc3e2d08e117c798b3ff04be85234993e12445 authored almost 5 years ago by Dominik Boehi <[email protected]>
Add support for step and resume

github.com/probe-rs/probe-rs - 41d9473f5cb2b816f43bb34af9cfedf4e508f2a2 authored almost 5 years ago by Dominik <[email protected]>
Apply suggestions from code review

Co-Authored-By: Yatekii <[email protected]>

github.com/probe-rs/probe-rs - 075c960c0e405093e2d9fa8e8b926cc5aa16162e authored almost 5 years ago by Dominik Boehi <[email protected]>
Reset errors when connecting to RISCV debug module

github.com/probe-rs/probe-rs - 11ff995084b73847a990603340b6f8f867774ba8 authored almost 5 years ago by Dominik Boehi <[email protected]>
Use Github version of jaylink

github.com/probe-rs/probe-rs - 402368ea103153cccf7472e263b6e7ee234ec287 authored almost 5 years ago by Dominik Boehi <[email protected]>
Add register support for RISCV

github.com/probe-rs/probe-rs - 94e909b384e72c25f656c7287b55ebcb8760655c authored almost 5 years ago by Dominik Boehi <[email protected]>
Add timeout to

github.com/probe-rs/probe-rs - 749b85cbc086af6e3186a06eaa5ce35b26ba3119 authored almost 5 years ago by Dominik Boehi <[email protected]>
Initial support for J-Link and RISC-V

github.com/probe-rs/probe-rs - c4e40d0f6f84e635c8cf4b86ac7e4498a87618d4 authored almost 5 years ago by Dominik Boehi <[email protected]>
RISCV Memory Access, using progbuf

github.com/probe-rs/probe-rs - fd47dde0616d5c5b310a5b5568c47b59c2df62e6 authored almost 5 years ago by Dominik Boehi <[email protected]>
Fix breakpoints for RISCV

github.com/probe-rs/probe-rs - cfe28963e0805e1c27227837a32884e26d265d41 authored almost 5 years ago by Dominik Boehi <[email protected]>
Remove files added by mistake

github.com/probe-rs/probe-rs - 644ad1a42c603a2475f9a89a0a3a71802db52749 authored almost 5 years ago by Dominik Boehi <[email protected]>
Address review feedback

github.com/probe-rs/probe-rs - 2aa62623c19c02d3d2a48d27fe3c2a4754f85b42 authored almost 5 years ago by Dominik Boehi <[email protected]>
Don't panic when closing the interface fails

github.com/probe-rs/probe-rs - 9b54c33a8815914b8745c1907c031f3a35589ea2 authored almost 5 years ago by Dominik Boehi <[email protected]>
Update CHANGELOG

github.com/probe-rs/probe-rs - 3d0d2c7eb805616a2a89b3b48c5ab6c877ebce6e authored almost 5 years ago by Dominik Boehi <[email protected]>
WIP: Working halt for RISCV

github.com/probe-rs/probe-rs - 5133cbc974d335fb3432a9a3d2e776901ecb8cb4 authored almost 5 years ago by Dominik Boehi <[email protected]>
Initial support for breakpoints on RISCV

github.com/probe-rs/probe-rs - 40d655aacc2fd8ed5a69af00f9eb8ed0315e8904 authored almost 5 years ago by Dominik Boehi <[email protected]>
Working reset for RISCV

github.com/probe-rs/probe-rs - 72ca2373cea0eed19128ec6a61368538f4f73a68 authored almost 5 years ago by Dominik Boehi <[email protected]>
Cleanup JLink implementation, remove RISCV specific parts

github.com/probe-rs/probe-rs - 9a2bf6a058af7ab38205a664056fa50fc7de9020 authored almost 5 years ago by Dominik Boehi <[email protected]>
Update probe-rs/src/core/mod.rs

github.com/probe-rs/probe-rs - e0b7959dd8a81290c442b4685d71d8b33d6554f8 authored almost 5 years ago by Yatekii <[email protected]>
Add Cortex-M3 support by re-using Cortex-M4

github.com/probe-rs/probe-rs - 7ee252b55cb358d5b15ff2714389833a723f668f authored almost 5 years ago by Matti Virkkunen <[email protected]>
Update probe-rs/src/core/mod.rs

github.com/probe-rs/probe-rs - d63d4f8de1ffe899ab34cf65eb3a40a3181ca0d6 authored almost 5 years ago by Yatekii <[email protected]>
Update probe-rs/src/core/mod.rs

github.com/probe-rs/probe-rs - 31ac11def5dd6898b9d2776ea6bb6a5db7093f29 authored almost 5 years ago by Yatekii <[email protected]>
Initial implementation of new register description

github.com/probe-rs/probe-rs - 9aad359a2f11a0e6f928281bad0d6d8caeaa797e authored almost 5 years ago by Dominik Boehi <[email protected]>
Use static register description, add non-panicking methods for register access

github.com/probe-rs/probe-rs - 16aac92f087455be4a666d3a277a31c7391a0a84 authored almost 5 years ago by Dominik <[email protected]>
Fix clippy lint about clone

github.com/probe-rs/probe-rs - e8a1f8eede27b5860391e063618532217e6a2fa0 authored almost 5 years ago by Dominik <[email protected]>
Add support for DWARF requires-register evaluation

github.com/probe-rs/probe-rs - 00e45a542b65b712fa7738ee0dd0aae7b0e6be06 authored almost 5 years ago by Dominik <[email protected]>
Bump serde_json from 1.0.47 to 1.0.48

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.47 to 1.0.48.
- [Release notes](ht...

github.com/probe-rs/vscode-legacy - ad442e92a76879458eabbd7e85f4f12106e09493 authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Use new probe-rs API

github.com/probe-rs/vscode-legacy - 1a43d5ee9cb6253f53d021589cb346908baf9ed9 authored almost 5 years ago by Dominik <[email protected]>
Merge branch 'master' of github.com:probe-rs/webpage

github.com/probe-rs/webpage - 7dcab77e091d281ea2bfabfb36d14467b082102e authored almost 5 years ago by Noah Hüsser <[email protected]>
Adapt headline and enable tokio multithreading

github.com/probe-rs/webpage - e1967a56594557594029e86220e4488a922e1ec7 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add small webserver to serve index.html

github.com/probe-rs/itm-tracer - 1e4d378ac794e1fa490aeb0370c7d3862eb26580 authored almost 5 years ago by Noah Hüsser <[email protected]>
Typo fix in guide

differnt -> different

github.com/probe-rs/webpage - 9cfc1433e517c741275de8f0bee18af494a0240f authored almost 5 years ago by Mitch Johnson <[email protected]>
Add simple tracer in JS

github.com/probe-rs/itm-tracer - 80c406104c81a630f0744edb922273dc4e33244b authored almost 5 years ago by Noah Hüsser <[email protected]>
Make memory tracing public

github.com/probe-rs/probe-rs - bd0f9edcb64a7a5d8e8beb24ad1a0677a365bfb2 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add clone derive to itm packets

github.com/probe-rs/probe-rs - eb73f407d9bafb59d9fefd92dcaa2fb436febf70 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add serde derives to itm packets

github.com/probe-rs/probe-rs - 8ae401899b24c3e280c63c414bfb8ab8e0c94ef7 authored almost 5 years ago by Noah Hüsser <[email protected]>
Bump direct dependencies to reduce number of indirect dependencies

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/probe-rs - d5cfb78dc5499e21a9db5cb940d5bff7c371b5f7 authored almost 5 years ago by Daniel Egger <[email protected]>
Bump direct dependencies to reduce number of indirect dependencies

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/cargo-flash - 49671b09ca9c854c1ce61c260288a82733ae3e03 authored almost 5 years ago by Daniel Egger <[email protected]>
Initial commit

github.com/probe-rs/itm-tracer - 0c9bcb17e2b217f67b4dff2e7a14aa9752ae97fd authored almost 5 years ago by Noah Hüsser <[email protected]>
Stimuli working properly =)

github.com/probe-rs/probe-rs - b36b9d3e8695f74f9785c02afbd1c4d8f0b8c3ac authored almost 5 years ago by Noah Hüsser <[email protected]>
Demystify register to enable DWT; This is actually an ARM register which ties off all debug components to save energy; It is questionable why this should give bogus reads of the romtables

github.com/probe-rs/probe-rs - 925b710a3e381935cfe93f630190aef2241e96da authored almost 5 years ago by Noah Hüsser <[email protected]>
Romtables are now read properly; Writing a weird register for the STM32 is necessary

github.com/probe-rs/probe-rs - 3129d36059811e456242147093fba08ce16824d9 authored almost 5 years ago by Noah Hüsser <[email protected]>
Romtable reading on the STM is weird somehow. when the STM is connected fresh from reset it has an invalid preamble in the romtables; when @widelbouwman's swviewer is connected once it reads properly afterwards. so it seems like we forget to enable something

github.com/probe-rs/probe-rs - 9d46d5aaad85dbed48ce01e2d67bd8f394c97ce0 authored almost 5 years ago by Noah Hüsser <[email protected]>
Revert some of the Romtable changes; Make the ComponentIter recursive

github.com/probe-rs/probe-rs - 15bbda113516dfc9cdf21b63335970886704a85f authored almost 5 years ago by Noah Hüsser <[email protected]>
More cleanup

github.com/probe-rs/probe-rs - 9935cf93a4b316870ae36f7efc29d0fcfcf731cb authored almost 5 years ago by Noah Hüsser <[email protected]>
Clean up the entire romtable stuff. make more things private and the public interface better structured. Also document stuff.

github.com/probe-rs/probe-rs - c3902772fb262a9b0ab9a0fc3f6b3b1b9aeafcf7 authored almost 5 years ago by Noah Hüsser <[email protected]>
Finalize romtable overhaul

github.com/probe-rs/probe-rs - 16af9e1c6a487dbe38923b65898bc5d63987bc6a authored almost 5 years ago by Noah Hüsser <[email protected]>
Adapt to the new probe-rs API; Also update Cargo.lock (#12)

* Adapt to the new probe-rs API; Also update Cargo.lock

github.com/probe-rs/probe-rs - 4820b78d28e7d12d566b958fac639efd5f0301cb authored almost 5 years ago by Yatekii <[email protected]>
Adapt to the new probe-rs API; Also update Cargo.lock (#12)

* Adapt to the new probe-rs API; Also update Cargo.lock

github.com/probe-rs/target-gen - 6db7a80cc78841e13384e756a5be998ee49bcfcc authored almost 5 years ago by Yatekii <[email protected]>
Implement Component discovery; still has some issues

github.com/probe-rs/probe-rs - a05cda5a39dc07b20f871010cfe085894819157a authored almost 5 years ago by Noah Hüsser <[email protected]>
tracing works

github.com/probe-rs/probe-rs - 23d137aa074a916614c917fa49971317b01914a5 authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix typo

github.com/probe-rs/webpage - 51dfd03a864ac2f97d04b8a68dcb1656ad0e233e authored almost 5 years ago by Hanno Braun <[email protected]>
Add snippets to docker image

github.com/probe-rs/webpage - 386a96c219cfbfe7bcb900e44e34e7ee6881ecc4 authored almost 5 years ago by Noah Hüsser <[email protected]>
Add caching of snippets & md

github.com/probe-rs/webpage - f5a7695352608f8c777ae2220ff5d04bc068eb5f authored almost 5 years ago by Noah Hüsser <[email protected]>
Enable markdown and easy code snippet rendering

github.com/probe-rs/webpage - a94aa7d93e885c3083f0d0cec50bb8385cf38456 authored almost 5 years ago by Noah Hüsser <[email protected]>
Fix wording

github.com/probe-rs/webpage - cfc8bc6bf78ae8571e6c7483aacf3676b74f06f1 authored almost 5 years ago by Noah Hüsser <[email protected]>
Added a theoretically complete ITM example; does not work with STLink in first tries

github.com/probe-rs/probe-rs - 2b985de0445396b918cbfb13cbb985d22c7c7d5b authored almost 5 years ago by Noah Hüsser <[email protected]>
Initial commit

github.com/probe-rs/itm-demo - 875265b7d71973781bc798c83db3ceece43c10dc authored almost 5 years ago by Noah Hüsser <[email protected]>
Add ITM decoder and basic example; untested!

github.com/probe-rs/probe-rs - ee266176e4103ff05b8c77d8738d51b27aff8587 authored almost 5 years ago by Noah Hüsser <[email protected]>
Use master branch of probe-rs

github.com/probe-rs/vscode-legacy - 153d1ae1ed460521368b1845ad443cfd382cba7d authored almost 5 years ago by Dominik Boehi <[email protected]>
Cleanup debug erros, make some functions private

github.com/probe-rs/probe-rs - ea5f3f13a02c9fbf90c3dd2dd0305600b3580824 authored almost 5 years ago by Dominik <[email protected]>
Add function to get PC for breakpoint from source location

github.com/probe-rs/probe-rs - 5cd82d45e14a85238785f162686ea6c29026c07a authored almost 5 years ago by Dominik Boehi <[email protected]>
Add log output when switching ST-Link mode

github.com/probe-rs/probe-rs - 11da80735feab62ea8e95b084caa73b3bc2d538d authored almost 5 years ago by Dominik Boehi <[email protected]>
Improve location search for breakpoints

github.com/probe-rs/probe-rs - da0ef9a5a3ac68c02d832c267cd5cba1a7679073 authored almost 5 years ago by Dominik Boehi <[email protected]>