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

Remove unused direct_read/write_register

8b303ab2e8f66dbdd42eb3e115c0e223e4045d0d authored almost 5 years ago
Automatically batch DAPlink writes

ad656e845aad1201f8547721f809d573ea36c9e8 authored almost 5 years ago
Add CHANGELOG entry for DAPlink queuing

83438c0050ba2574faaf56614d71f991e049d89f authored almost 5 years ago
Add snap for build_sectors_and_pages without empty pages

3ce580d2d616cf94718c988d5ee3381682b6bbd4 authored almost 5 years ago
Modify insta snaps for fixed FlashFill page_index

3980415d9dec753427b5556d74065d524755cf40 authored almost 5 years ago
Skip empty pages when not restoring

ed1ccf80d06237521ca41439ef4b168295c3aaea authored almost 5 years ago
Drain USB HID buffer at connection

8e3c3f737fc6bd5841759ab9191b391b8f592bb1 authored almost 5 years ago
Fix it's->its typos

ca0894599162a5d589b462557e88bcf91cc66493 authored almost 5 years ago
Support setting SWD speed on DAP probes

29b788dc03fafe7ffcd4410f2ebde3ad2bb0823b authored almost 5 years ago
Add STM32F3 support

282200dc7ac0220808cffeb35d4ce717074b4b61 authored almost 5 years ago
Fix deployment

a73f64f2caec97a91d110e1f6076552bf0672e0d authored almost 5 years ago
Fix deployment

f4161de0378465d4a7f816fa16361ce0aaac001c authored almost 5 years ago
Make sure hard reset is not crashing any probe driver

7a826f483d83499bdb28b1bd8f457a3ad75ad2b9 authored almost 5 years ago
Make stlink status logging and handling nicer

57fdc9b32f0dd8cd4df9a2cbc6ef23f99e18684c authored almost 5 years ago
address feedback

39917904c1c53c4e46248cf535b5fa3f744c0858 authored almost 5 years ago
Remove specific chips from README

Currently it looks like the tool only supports about five chips which isn't the case.

1d2f8cf282ba26f03a3b6d940c44ca975caae999 authored almost 5 years ago
Add J-Link to README

ae5714d4fc17f7f3d61cc82c32f48106c651bbc8 authored almost 5 years ago
[FIX] typo: tms_enter_idle -> tdi_enter_idle

353ad4f4c77d84b10b688f20b6f5475dd265accd authored almost 5 years ago
eprintln + exit instead of panic

0d6c5890779e6a7275073ac8a497e56216f6dec9 authored almost 5 years ago
Check wether input and output dir exists

If the output directory does not exist target-gen will spend some time
generating the yml files ...

6da408d0a33e0a316ca287e7451a1e76005d1a27 authored almost 5 years ago
formatting

5dc921fcb7d9ae8cbb77bd3fbca4bc47f70d31d8 authored almost 5 years ago
adding support for generating yml files for cortex M7 chips

48512807272d7f12a60727b6b977b8d42e8c6d2a authored almost 5 years ago
also adding the integer overflow check to intersects_range

e1cfe70473ee4d6ae5495bbf4c2bd2467496367a authored almost 5 years ago
Adding support for M7 and STM32H7

Add generic support for M7 chips by aliasing them to the same behaviour
as the M4 and the M3. Fu...

8d2b77e8fc64823ac408ef3b7a5c0f3beb26c016 authored almost 5 years ago
Adding support for lots of Holtek chips

I only tested HT32F523xx chips myself, all others are untested and
should be considered a source...

e95c9926eef96aae6a36856874c0770dbc3c25f5 authored almost 5 years ago
Add --work-dir flag

0e7bc17fba42e7bd9264f4a4d7a4e8eb2b2ecaa6 authored almost 5 years ago
Address feedback

19c621194b368999f92b4dde100587fd9c5505c0 authored almost 5 years ago
Update README.md

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

d4dd5adacfe46ab23a1202b4a7c94696ecd1c8b8 authored almost 5 years ago
Address feedback

5df0db04076e4667d8dabf9078863f6b7f2a5519 authored almost 5 years ago
Update README.md

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

dacdd122814fbebb0a8bfce9420813b26987c0a1 authored almost 5 years ago
Update README

dcb876936e44fef53de2d94731b311cbdf24341c authored almost 5 years ago
Add sponsors section

430d57ba1faa35619db5145baebe333f256ef9d6 authored almost 5 years ago
Address review

88a56e566f6496f995a1c617b33df8b46c7dee84 authored almost 5 years ago
Update README.md

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

33b68e8772d7cbf098d019bec9a4d2f5e9256e00 authored almost 5 years ago
Update the CHANGELOG for 0.6.0

e62b21684a4a812c33edc24ac9fab30cfc1fd768 authored almost 5 years ago
Ensure probe can be used if autodetect fails

When creating an interface fails, we should return the probe again.
Otherwise, the probe becomes...

702ca8e46ee576fb761bd3fe9fe04089cbd21968 authored almost 5 years ago
Ensure unsupported protocols are not used

f7c7febe7f9ae550d82cc13cb818109f09ca4ffe authored almost 5 years ago
Actually use apt update for all builds, also update checkout action

8a1c736a343a5721691aabb26215be7d2e900144 authored almost 5 years ago
Update apt information before install

We're seeing 404 errors when trying to install packages. Hopefully
this improves that.

fe03fc4cf6147bb7e59255a588e4e8db42b4431d authored almost 5 years ago
Implement true 8-bit read/write

05511d0b73879f8cd562bd875dca1dc7ce1a9a18 authored almost 5 years ago
Add doc-comment

4e6ba65cefffd3a8fa978d36d4f25a40943f6df3 authored almost 5 years ago
Mention spec chapter

e0f82c694e6aa71db06e9b07c5b38d1231c490d7 authored almost 5 years ago
Fix docs for the 8-bit access functions

435be3778242b6829ce9f1dcc7f7f30736aa3600 authored almost 5 years ago
Check support for non-32bit data size

5b4539dcf732b24e6bc1aa6876bea8bade7ddcc3 authored almost 5 years ago
Fix MockMemoryAP

aca337850a4dc4a64afcf356db87f7febb5ce30b authored almost 5 years ago
Add change log items

d77de28d65e3dd2d524d92cddba8f3eca9a2016c authored almost 5 years ago
Handle ADIMemoryInterface initialization errors

67fb34c0672fe8413efca218ebfc9340faaccc3b authored almost 5 years ago
Improve logging of ELF loading

5ae850b7ff4632d60d432aa08888f8de81b1956f authored almost 5 years ago
Return an error when the ELF has unexpected contents

31977737d7051e446089e952ee0ede7b09ebc4cd authored almost 5 years ago
Improve logging

5a1f1ed4b8adb83099ac79139d848a6c7e08e5e1 authored almost 5 years ago
Add an argument to directly provide an ELF via an argument

55519d50128ad12e0ce2d657855b7683252db944 authored almost 5 years ago
Address feedback

342565f58e3903b085db70ef9b198491053e80f1 authored almost 5 years ago
Fix warnings

e9d2b3bcb91cca6cae622f97936d2bc9a3780e20 authored almost 5 years ago
Fix inverted ifs

e4abf705f124c95d4e6825d1ee5f6cb612c3fe3c authored almost 5 years ago
Fix double attach which could prove difficult for certain probes

eb9352986b9a647d677520a13341824a8a12decc authored almost 5 years ago
Final bugfixing and CHANGELOG update

288deb0d9bf7145a40b7310c22be47832a188690 authored almost 5 years ago
Fix clippy lints

af40eacab2748fcb13d4241fbbf6d1cfaef49dd4 authored almost 5 years ago
Adapt to the new download function signatures

8f3c55f435e2c86e01fde12f23552ed73a88c241 authored almost 5 years ago
Change progressbar annotation restoring bytes

ddeebaa079544ff8ecd6e2701a4e60b1765b3a3e authored almost 5 years ago
Add filling capabilities

+ Added a flag to selectively fill the erased portions of the lfash with
previous contents
+ Adde...

45f34313c13131ddc98b2bf13fa1a74035909565 authored almost 5 years ago
Remove old, untrue hint from the CLI; Set proper probe-rs versions

d4a993cbdfbd6dcc9089cacab4c94440e14f841b authored almost 5 years ago
Use git dependencies

d07aab46befba2a43374ee22c858a605dcf89149 authored almost 5 years ago
Prepare for 0.6.0

ffb57fc54b8732eee8df6dc7e7210ca5f04c19f6 authored almost 5 years ago
Remove irritating println

57a7418388d2d4ddf65a0565401b8d3d1f9d5723 authored almost 5 years ago
Point to probe-rs master

36d96636151cd6d0677142c72cbfe60c53646c3e authored almost 5 years ago
Change message for flash page restoration

134b376c6e0f88ab45e6ab556c769836d6eb633c authored almost 5 years ago
Preparations

b23383f6d87fd5c89fcd422404dd8393ad67b3ad authored almost 5 years ago
Update object crate, remove capstone from probe-rs

6f3b09c5293d9fc94685b5e0392e86dac53d178f authored almost 5 years ago
Flash algo fix (#181)

* Improve error messages for register read & write operations for the ARM architecture

* Fix ...

aa493e04ce376f695b8d76ae08195585b109b208 authored almost 5 years ago
Change default JLink protocol to SWD

8a042e5bbedc0e74e7c6b98653ce2db5f5ef3d8c authored almost 5 years ago
Improved docs, added debug, changed to use duration is the events

Rustfmt fix

ddd4a970395fa50e3a9e202bcd1c3f3641a04270 authored almost 5 years ago
Replace owned Strings and Vectors with Cow

The auto-generated code for the target definitions contained a lot
of Strings and Vectors. For t...

8a61f3d22e37bff9fee0fea2928c2e73a1c357f3 authored almost 5 years ago
Update changelog, increase version of probe-rs-t2rust to 0.6.0

094fd82e70b90b6036b4f9334541a3999d592b5f authored almost 5 years ago
Fix building without builtin targets

bfaf10e0363ef1eeba6f9674e60f9d2977860ccb authored almost 5 years ago
Update changelog

17f4db4b076148a8c1a9f700e1f046aae2ef98a1 authored almost 5 years ago
Simplify 8-bit access in adi_v5_memory_interface

Refactored out all the address alignment code, and replaced some of the
clever byte handling wit...

3c9b388850773b11cec34e5be9eb0ad14c2b9e32 authored almost 5 years ago
Use pread/pwrite for nicer code

e0c63c61ee817739f7385dca71a29369c5d42ce6 authored almost 5 years ago
Fix math errors in read_block8

b50236d3a282a82772fe940ddc9a0d05a382814e authored almost 5 years ago
Fix clippy lints and a typo

f1484ded6cfb1c752315ed98278a7b1a36412660 authored almost 5 years ago
Rewrite tests for adi_v5_memory_interface

All tests now test various address(/length) combinations to ensure that
all edge cases are cover...

1bb86c7c76d6bfd63d56cb231bd7cd5974c114bd authored almost 5 years ago
Specify endianness for pread/pwrite everywhere

271dfa18ffbc2c9c1f8dde1addea64dac6b540b1 authored almost 5 years ago
Merge pull request #178 from probe-rs/0.5.2

Prepare for 0.5.2

24ef64597dd9572806f6a505e9d508e1a0864b99 authored almost 5 years ago
Add missing changelog entry for ST-Link fix

97575483c9ddd694f09e9b48fb8b44802f44b8e7 authored almost 5 years ago
Remove types for DebugPort versions, improve errors

ad33c5e8898a039f6becfd9c815bf24cef25ca08 authored almost 5 years ago
Fix tests

fdf3ec87eab94f87087a12f9b3728dd593011238 authored almost 5 years ago
Fix memory writes for ARM platforms

When using a Memory AP to write data into memory, we only
wrote the value into the 'DRW' registe...

22b69ab230bcd669121289a94b243b391fe13b05 authored almost 5 years ago
Merge branch 'master' into 0.5.2

4df0919f03475196ded135c5543e00527f8c65f2 authored almost 5 years ago
Update changelog

5180e559f034f59e6155851fa45d12add7b45a92 authored almost 5 years ago
Update CHANGELOG.md

c97b681abd8be72bf91bb9dc17dd4df50e8038da authored almost 5 years ago
Fix parsing of yaml files on the go when probe-rs is already running (not compile time)

8253fd006b64e47295f64c5a3758f1543ba46afb authored almost 5 years ago
Bump Cargo.toml version

5c88e14ef37470cfcbfdd0d8c933f5a77d71e9a8 authored almost 5 years ago
Prepare for 0.5.2

d0e69edf6bec92f9810f51388de35843755bade8 authored almost 5 years ago
Ensure the configured speed is always used for the STLink

dac11993e56fb77b496ce94a8e6fcb14e1a6c016 authored almost 5 years ago
Update changelog

a49e9c72e604cd77de12ec41aa707098072a3dd7 authored almost 5 years ago
Add speed setting

8f40113cb2b9c634b2a78fcc7d6a477fd13cc8df authored almost 5 years ago
Run rustfmt

10d8c6ff9fb6c73b24506994f3babfddb0fda609 authored almost 5 years ago
Implement speed/set_speed methods for DAPLink

74a1e1c340e1553dea79105201939f0e44a8cc5c authored almost 5 years ago
Implement speed/set_speed methods for JLink

a39f7b64f323ea5626e6718d0a3d180563153613 authored almost 5 years ago
Implement speed/set_speed methods for STLink

699c661263195663c0998e5737c37b93f4f359d0 authored almost 5 years ago
Fix typo

c4554aa55c1ca8e6ce29c340fa34b8db599ce687 authored almost 5 years ago