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

Format

0ff078181f859bc337795ca16ce6d830463fb6cf authored about 5 years ago
Made the GDB stub more foolproof

2979cb6a377269906efdd918d6a7c64632a03ea0 authored about 5 years ago
Relocate the gdb-server machinery into a lib/bin crate which features a binary to open a simple GDB server as well as a lib which enables other crates to open a server

7ad07e5cdc62d333f585e6f9b987cb8799475a7e authored about 5 years ago
Implement mon reset

253335178f1aca911f762f1af40e9a352fc3e968 authored about 5 years ago
Relocate the gdb-server machinery into a lib/bin crate which features a binary to open a simple GDB server as well as a lib which enables other crates to open a server

7060e1d8370335b6e08673eff9935e7c0aea21af authored about 5 years ago
Only auto-select probe when a single probe is connected.

e0abc3b4db1f4f961fe9f3d55066b10856d1e2b8 authored about 5 years ago
Only auto-select probe when a single probe is connected.

addb9eac1618c34f96b5366acdfd557a726acbd8 authored about 5 years ago
Add functions to list all probes, and open probes from DebugProbeInfo

529bcad9e5409d79fecca68041c435397936dcf0 authored about 5 years ago
Add functions to list all probes, and open probes from DebugProbeInfo

592b4d5120b81194f0c0cadcaa9725139ec5f6a3 authored about 5 years ago
Use address instead of count for sector definition

d30b209fe6ef78e2a2b994992990be8fa9fa6ba8 authored about 5 years ago
Fix size of erased sectors in progress bar

2131fad182187522416dfd15409cc543f5eb5457 authored about 5 years ago
Initial support for flash with different sector sizes

08930a3caecb28ef77b81a7b9aecc4eaf4235cad authored about 5 years ago
Fix tests

1dc0904382bff57a8818ba0add6d42ebc2666846 authored about 5 years ago
Fix size of erased sectors in progress bar

6d1d87b1c65f63c172fc18716ed96c812b2a0222 authored about 5 years ago
Add the previous targets again

29539c5658bf831f429a039bf4ecddd857131911 authored about 5 years ago
Run rustfmt

8c490478e221aecbb2e6c7bb630d7af978aab41f authored about 5 years ago
Rename range to flash_range

1e5ca0f22947cf1ede24c994c09f32edc4fb9858 authored about 5 years ago
Fix flashing for STM32F4 (and maybe others)

Add support for multiple flash algorithm per chip,
and automatic selection of the right one.

Ad...

711e4086e4af2d1d9a9d356a1ed03115e613eb0f authored about 5 years ago
Make the flash blob in the yaml base64

c414d0ad87221577066989820b86dcd10d4e26c9 authored about 5 years ago
Use a HashMap for all the algorithms; Use a range for the flash properties

4b7c49527de63cc4c6d62b910e5324addbb38c9b authored about 5 years ago
Use a HashMap for all the algorithms; Use a range for the flash properties

5f17db9f1ff08caae521f6fc5caad454a9c0faa4 authored about 5 years ago
usb PID added for Nucleo64 stm32f411re

35180d2d0489125c3fd9214abfdee48ac090953d authored about 5 years ago
Split code generation into separate crate

Code generation is now done by the probe-rs-t2rust crate, which
makes it easier to run it separa...

a0decb8f526965c9f4b46ab2773bbc6704e8e38b authored about 5 years ago
Use only quote macro for target codegen

47e7ff8b876b4d56cdab10ed199cb649c3fffe18 authored about 5 years ago
Check revision of FPBU

0c56cbd40624a7979bb1d850fb9ed3c35b35bbcc authored about 5 years ago
Fix breakpoint setting for Cortex-M4

11b871dea658133a82b7c5bb8f11fbc82ff7361f authored about 5 years ago
Merge pull request #116 from probe-rs/no-progressbars

Add a flag to disable progressbars

2dcc241568902a030d28cc29722046610882be9d authored about 5 years ago
Add option to disable progress-bars

9551f84c43e3e2490fda8096f552fa353ed5dc60 authored about 5 years ago
Add option to disable progress-bars

ac08a3d463b073fdfc172d8d248537012de74a2a authored about 5 years ago
Disable progress bars

dde613439571c558f3b1de012f2f12ab482d98ca authored about 5 years ago
Disable progress bars

c2f265ddd22ede1326412c6313c3aef1f7cf7a0c authored about 5 years ago
Add support for multiple breakpoints on Cortex-M0

0797cc6c8f3d2a815ae99aba97c6a60266e48d87 authored about 5 years ago
Fix clippy warnings

fa4ca3d7f6908855e375f7608b540af73bb3d020 authored about 5 years ago
Fix formatting

8cde71cb8ee8bc0ce6d6ad736525098c6960612a authored about 5 years ago
Use addresses to clear breakpoints

0b7a0d1fa15899a882d4d2238f6980927bad02cb authored about 5 years ago
Add breakpoint support for Cortex-M4

d8932d1d51becce766301afa763a7ae8c75fa30c authored about 5 years ago
Fix clippy warnings

194496191ae20dfea7389c6af6461d65f700641b authored about 5 years ago
Add breakpoint support for Cortex-M33

a21ffd1aed6e2e0fc1fe1a6fa80923c8a022daf5 authored about 5 years ago
Update issue templates

544e3f7db0f275b3d80e71899694255eae693c87 authored about 5 years ago
Add support for flashless or ramless devices

For exemple NXP LPC18x0 and LPC43x0 do not have any internal flash,
they instead support various...

ef5dbb8b381be46258896c9a003104d576ae4b81 authored about 5 years ago
Merge pull request #5 from aurelj/reproducible

Sort devices so that a given input pack always give the same output yaml

f4381744814a88217ec0e8b54b272b33116f1a38 authored about 5 years ago
Sort devices so that a given input pack always give the same output yaml

This makes it much easier to compare yaml output from two slightly
modified packs or to compare ...

5dffa49dbcb1286648740a6a9db6887eafc780f0 authored about 5 years ago
Add STM32F4 targets

7922af8a7595881503d8db4f26aa3b537d8f3668 authored about 5 years ago
0.3.0 rease

eb365c08e95d41bddb13813104f69b977f29d954 authored about 5 years ago
0.3.0 rease

dcd661854b174fe8f5a88b2a411ae3832c6d6c49 authored about 5 years ago
Add c3 ad

711253d7bdb4f5108cd6081c0a92c7b7d714ec98 authored about 5 years ago
Fix the automatic chip detection (#106)

* Fix autodetection for nRF chips

* Improve error message when chip autodetection fails

245a53346941d6dcfb582fd42ab201bc5ab41444 authored about 5 years ago
Better explain usage of cargo-flash

e696b1278440b87df0b5c20822dd858923ee1eb8 authored about 5 years ago
Merge pull request #95 from probe-rs/use-block-transfer

Use block transfer

bffbea5bd08956d30bbfbc22bab519a5ef6b2478 authored about 5 years ago
Remove commented out code

6343611fa9b715653d36d06a5e52f8dcb2aff827 authored about 5 years ago
Fix example to work with newest structopt version

a341cf5c4caaef0457c2ed930782c1e333ca0fc0 authored about 5 years ago
Fix tests for block write

1fbd15a6b3ff5957fc446ae2e0d41156d1a1fdbe authored about 5 years ago
Change naming to be more consistent

2536748a9f42e0c1a8ad40d064b5a15c448b9481 authored about 5 years ago
Use block transfer for large memory writes

c3386ac9b01304f4dff53b2825f5c0eb918f10a3 authored about 5 years ago
Use automatic target selection in example

be126709a45b8e1d9e164e7c8f6f135b315e3fdd authored about 5 years ago
Use log::debug! instead of debug!

94732d95b185cc940d34c70efb23abd05095e214 authored about 5 years ago
Use block transfer for large reads

e9d5f4c75d6625da5cbc94a7f5eabe313530de6b authored about 5 years ago
Update dependencies (#4)

* Use structopt for argument parsing

* Update dependencies

* Fix version in Cargo.toml

e65adb13a2a97b1fa64c0e225f285fb0f1fa46bf authored about 5 years ago
Update dependencies (#99)

* Update probe-rs dependencies

* Replace objekt with dyn-clone as the crate got renamed.

*...

c3c815b14ab5de2b11e7600cc7566df4d848fd25 authored about 5 years ago
Add progress reporting; Does not print progress yet

71488f789c33ba1dd80605da32dd6c5664246f23 authored about 5 years ago
Progress bars work

d1643d4e4cab68d6e421f423f6071ae9157433c9 authored about 5 years ago
Run rustfmt and clippy

7ca08c1f498efd2c252b46e0ab5d8a5787fdfc0f authored about 5 years ago
Add progress reporting; Does not print progress yet

41a87c2905717c1af4013fce2fe16b4537847b65 authored about 5 years ago
Display proper times for progress bars. Only start second progress bar after the first one. Fix the spinner

92c3c3284cd95c3e917d83347859ccdb4554d89f authored about 5 years ago
progress now gets reported via a callback. this is way cleaner and easier to use. only the spinner does not update nicely yet.

ad094637e1b89ab93bf920ea6877ec6e3bfa67b1 authored about 5 years ago
Progress bars work

971e38529622463f62cf5014b43a78f2161157a4 authored about 5 years ago
Beatify bar. Display progress in bytes. Fix alignment

6615b90e7686d14be613f57366e186dd9b5236ad authored about 5 years ago
Run rustfmt and clippy

e509f4249721bfe8bfd730eb830be3d2f5aa8f1f authored about 5 years ago
WIP; still no PB printing

f6257c5f228a28c1d9ef86848e4e47332011f497 authored about 5 years ago
Beatify bar. Display progress in bytes. Fix alignment

a31efff7d5b9ed3691207e50de7ebeafe722c1fd authored about 5 years ago
Make flashing interface cleaner

30e560c4ffd207d6b6668eb59d8d54b71121abfb authored about 5 years ago
Run fmt and clippy

23798d62d94831a43267514be4c8c03ced412417 authored about 5 years ago
Run fmt and clippy

0d63e54090994ac4c3d0e5f70d06844d9b993d84 authored about 5 years ago
Run rustfmt

ef52320a0bc83c609804feaaecfc2499effca08a authored about 5 years ago
Run rustfmt

30284c4935eccb06ac8422b70deca7a7b803650c authored about 5 years ago
progress now gets reported via a callback. this is way cleaner and easier to use. only the spinner does not update nicely yet.

aa6a95dd9f932c0bc1657617855212b9ec7e65a9 authored about 5 years ago
WIP; still no PB printing

b66da77d278396195b3b154b9ff177e7d94264da authored about 5 years ago
Display proper times for progress bars. Only start second progress bar after the first one. Fix the spinner

71987cdbd9134a258b92d3b560d8ed9b79532f6b authored about 5 years ago
Make flashing interface cleaner

8c60b6bc0710d7cb6348b17b8c273a2a3d87394c authored about 5 years ago
Add cargo flash example to README

21540e28b5dc67b139a10196642fb8eabe449619 authored about 5 years ago
Add GitHub workflows for CI

81d1b9f55eb53eb08e798240eff84e1be56a8d02 authored about 5 years ago
Fix clippy issues introduced by last PR

Good thing we will have CI now ;)

c1c320efc19455f85800a1761fd47a83834cbc1e authored about 5 years ago
Use git dependencies instead of path dependencies

Otherwise it will randomly break in CI and for people trying to use it.

d9e75ba8300a438bdf74efe8a65f2d86e6ab7861 authored about 5 years ago
Show filename when opening failed

Old panic message:

'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { c...

c234ed0272c814cd11e49103f157e3ca5311839c authored about 5 years ago
Run cargo fmt

bcb485349a757a50e2852cc0a5a6bea43a2b8b41 authored about 5 years ago
Update README.md

520bf94b203b5c477cd4a4fb767acf1fc461ef3b authored about 5 years ago
Update CHANGELOG.md

e9e6fcc09ace00edc17c6dc810ff1a1812317ddf authored about 5 years ago
Update README.md

ef6c760508db1d9efaa43a0b2014f78476f73967 authored about 5 years ago
Update README.md

d10c66108fbdacfe2fe292cf087761a2b48227df authored about 5 years ago
Move the debug_probe module into probe

4f9ea972e3a1c9b27559fd66e3683faf5abe5305 authored about 5 years ago
Move the WireProtocol struct

d3c7bbdaec9a49848fb3e89e76d50d2883410a32 authored about 5 years ago
Move memory module to coresight

6f58c5dd3190358bd17e671b1aef47e0e325402b authored about 5 years ago
Move the debug_probe module into probe

8fc177e783da8358347702f5b5eef31f30a4241f authored about 5 years ago
Move flash module from probe/ to /

c200806dcf82dc043f769ff144fc3a8fb2fac3f3 authored about 5 years ago
Move the WireProtocol struct

4c574e47561d5f8c8794c37f39a49667c7482cd6 authored about 5 years ago
Move flash module from probe/ to /

5640252df23275baee3745e3ad34b995a6819354 authored about 5 years ago
Simplyfy romtable module

0f5a32e08ca5f387c14f97eaf2d7b40d965612b2 authored about 5 years ago
First draft of the config structure for cmsis pack based flashing configuration (#86)

* First draft of the config structure for cmsis pack based flashing configuration

* Remove re...

4dda1fc14e5e1ba633a28503b540857875cc24df authored about 5 years ago
First draft of the config structure for cmsis pack based flashing configuration (#86)

* First draft of the config structure for cmsis pack based flashing configuration

* Remove re...

f1ee66feaf9f4baa36e6ec35e7896cb85374b39c authored about 5 years ago
Add initial support for Cortex-M33

Most of the code is based on the M0, with some small adaptions
to the register definitions.

885fd1f996090fd87c4007290c80425bce65112a authored about 5 years ago