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

Merge #116

116: Bump probe-rs from `45d2540` to `7b33b4b` r=Yatekii a=dependabot[bot]

Bumps [probe-rs](htt...

66cf51da7b1542b7db7ffea157694a550416176a authored over 4 years ago
Merge #115

115: Bump probe-rs-cli-util from `45d2540` to `7b33b4b` r=Yatekii a=dependabot[bot]

Bumps [prob...

d4069806d7fa17fc77651c7b48f49baf135bb546 authored over 4 years ago
Bump probe-rs from `45d2540` to `7b33b4b`

Bumps [probe-rs](https://github.com/probe-rs/probe-rs) from `45d2540` to `7b33b4b`.
- [Release n...

2cca082c9302aca7411a5e8fd71388f571b21ffb authored over 4 years ago
Bump probe-rs-cli-util from `45d2540` to `7b33b4b`

Bumps [probe-rs-cli-util](https://github.com/probe-rs/probe-rs) from `45d2540` to `7b33b4b`.
- [...

d7ee7bf0c6856049d6c69685e745483124d9aa4f authored over 4 years ago
Bump probe-rs-cli-util from `45d2540` to `7b33b4b`

Bumps [probe-rs-cli-util](https://github.com/probe-rs/probe-rs) from `45d2540` to `7b33b4b`.
- [...

3e88c508b9a6690742e93fdd3d185938b7522830 authored over 4 years ago
Bump gdb-server from `45d2540` to `7b33b4b`

Bumps [gdb-server](https://github.com/probe-rs/probe-rs) from `45d2540` to `7b33b4b`.
- [Release...

086e5646ef8f566bda84a112ff66f26441b956d9 authored over 4 years ago
Merge #116

116: add git commit hash to version r=Yatekii a=benmkw

as discussed on matrix this may be helpf...

c8e1fba019acc5af19e92e295871dd538f0654e0 authored over 4 years ago
Merge #412

412: Add support for MAX32665 and MAX32666 microcontrollers r=Yatekii a=Rahix

Just generated th...

7b33b4b42ea1de33c98cb2e46986217e7c86f515 authored over 4 years ago
max3266x: Fix SRAM size

The auto-generated description from the CMSIS-PACK incorrectly defines
the SRAM size. Move the ...

ecb5d3803512dce87299c2d02ddd243f4b1eda5f authored over 4 years ago
Add support for MAX32665 and MAX32666 microcontrollers

e1ee995ea5da2b4c7bf60577eb0ad862042f7dc1 authored over 4 years ago
Merge #411

411: closes approximately 83,333% of issue 16 r=Yatekii a=benmkw

ref #16

I could use Defaul...

1e50898bfa98ed395f6de9a5338b19fc9c418c26 authored over 4 years ago
convert parameter for function call into Registers struct

closes approximately 83,333% of https://github.com/probe-rs/probe-rs/issues/16

98b2a95883f51a033af7a39ff78fb6c9d44a5ca5 authored over 4 years ago
Merge #410

410: closes https://github.com/probe-rs/probe-rs/issues/278 r=Yatekii a=benmkw

Co-authored-by...

3f36fa32bc4ac0a7a4cca89e1afc58c551e979e6 authored over 4 years ago
Apply suggestions from code review

thanks for the suggestions :)

Co-authored-by: Yatekii <[email protected]>

66e3926eaa52a4664b87477f25de89b64bfe2bd8 authored over 4 years ago
Merge #409

409: apply some clippy hints to remove them from showing up in code review r=Yatekii a=benmkw

I...

5aaeada076d2cc7470b017234a258f5584cf91e2 authored over 4 years ago
apply some clippy hints to remove them from showing up in code review

the nested if and << 0 are arguably worse now, not sure if you just
want to have the clippy warn...

bc412cb162520cb5284ffa3b97c9cc62ce1b00dd authored over 4 years ago
closes https://github.com/probe-rs/probe-rs/issues/278

1846cfce17e02c2ae5cefb29e06f5e0f80694cce authored over 4 years ago
Added a bunch of stm32 id's

1d10a97543a59bfa07c5119c0a6daa0596caae34 authored over 4 years ago
add git commit hash to version

as discussed on matrix this may be helpful for user bug reports

I could not find a way to forma...

3a7675732dcfe4c23427d0a7236b5c5d0da61598 authored over 4 years ago
[ST-Link] Ensure all data is written / read in USB bulk transfers

b755ff62234e2ec395ffc68949630023aee24b09 authored over 4 years ago
Use dedicated ST-Link API for CPU Register Read / Write

6dd8fa2aa24b2101a565e88999ff11aad678c18f authored over 4 years ago
Merge #408

408: Update gimli requirement from 0.22.0 to 0.23.0 in /probe-rs r=Tiwalun a=dependabot[bot]

[/...

21b26ad020cf07cd797593c503a7c8f3a8530fca authored over 4 years ago
Fix compatiblity with gimli 0.23.0

d771e541cf50ee3433c260b33ba1b28873db4006 authored over 4 years ago
Update gimli requirement from 0.22.0 to 0.23.0 in /probe-rs

Updates the requirements on [gimli](https://github.com/gimli-rs/gimli) to permit the latest vers...

78a9f297fe6fb80d7b8ba8986b9d2c48de393afc authored over 4 years ago
Merge #406

406: Update object requirement from 0.21.0 to 0.22.0 in /probe-rs r=Tiwalun a=dependabot[bot]

U...

0c11ad07b248051ced2810175e4d63f23d9f582b authored over 4 years ago
Update object requirement from 0.21.0 to 0.22.0 in /probe-rs

Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest ve...

3a7d70bb4e1e78aca83726bf58098878f27c42b2 authored over 4 years ago
Merge #405

405: Fix the coloring of the build output of all CLI utils r=adamgreig a=Yatekii

Co-authored-...

2d828cf6433510336d58be7036b109a1b0de9180 authored over 4 years ago
Fix the coloring of the build output of all CLI utils

7c2c8607bb13ce3e45924267276cdbd1f747fe54 authored over 4 years ago
Merge #403

403: Adding "core" value to the nRF91 Series r=Yatekii a=macthestack

Fixes #402

Co-authored-by...

0dc58279886928b4b46bc446bedbd46bb52fc10a authored over 4 years ago
Adding "core" value to the nRF91 Series

a0933205fc97989fd21526f7f49b3e2d54e53d35 authored over 4 years ago
Merge #400

400: Add EFM32PG12 target r=Yatekii a=timokroeger

Extracted from `SiliconLabs.GeckoPlatform_EFM...

c0330d90f564b8217495bf5c8029e1edcec5cba5 authored over 4 years ago
Return plain Vec from list_jlink_devices()

Change to return Vec<DebugProbeInfo> instead of Result<impl Iterator> to match
the other list_x_...

48573deee64895e4ef474dd5d8b6f2d691bef89d authored over 4 years ago
Add EFM32PG12 target

Extracted from `SiliconLabs.GeckoPlatform_EFM32PG12B_DFP.3.0.0.pack`
Removed duplicates. Differe...

c4a4294587a2e65739b32dc7e8272efd8e5cd138 authored over 4 years ago
Added some more types

c3179417a01079bbff3eee5056a9f051a491b85f authored over 4 years ago
Merge #397

397: Implement chunking of large 8-bit reads for stlinkv2/v3 r=Yatekii a=pinealservo

This follo...

b1a212eeb7cf1f90b5792ae8489791fcaa6fc431 authored over 4 years ago
Refine comments based on review feedback

b7b69c8963cc65550257d2985ac35ef4ad56c15e authored over 4 years ago
Format fix.

e68ebfca42fb003e88c70973ec61cd1e4c93fcfd authored over 4 years ago
Implement chunking of large 8-bit reads for stlinkv2/v3

This follows the pattern already implemented for 8-bit writes; small reads go in
one 8-bit read,...

138535ab028d5ab173be1a302e54fea2ce328d38 authored over 4 years ago
Merge #385 #396

385: Update base64 requirement from 0.12.0 to 0.13.0 in /probe-rs-t2rust r=Yatekii a=dependabot[...

75c1d7099df6ce63d64d3f2284bc3e83914d90e0 authored over 4 years ago
Update base64 requirement from 0.12.0 to 0.13.0 in /probe-rs-t2rust

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit th...

9c53ad04a3bdcfcd40c9517e421236a1f27b906d authored over 4 years ago
Merge #384

384: Update base64 requirement from 0.12.0 to 0.13.0 in /probe-rs r=Yatekii a=dependabot[bot]

U...

caffb82cb8394f73a23b3c93b5f6f89c4dda53cc authored over 4 years ago
Now reading all APs instead of only the first.

Abstracted the rom table components a bit.

8ec0ee69e6b4abf1fdb6150c6726f1d3667c77bd authored over 4 years ago
Update cargo_metadata requirement in /probe-rs-cli-util

Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permi...

9dfed7dd2901e4577e63a7329d2359197c3988c8 authored over 4 years ago
Merge pull request #1 from probe-rs/master

Update

8ec8eec355666c0a001a3af7a598c25f540364cd authored over 4 years ago
Merge #298

298: STM32L4xx can now flash more than 64kB r=Yatekii a=korken89

Based on this project: https:/...

0dc90f2b48b3853fc59f1ed895de597b051d0d91 authored over 4 years ago
Merge #382

382: Added target files for ATSAMD21, ATSAMD51 r=Yatekii a=ryankurte

hey this is, so cool! i'm ...

f48f92eaebbf6d64d4f7119939f18e4295fb0386 authored over 4 years ago
Bump structopt from 0.3.18 to 0.3.20

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.18 to 0.3.20.
- [Release notes]...

b0062749a1b514ed74f062e469c7b4012382650b authored over 4 years ago
Merge #390

390: add STM32L1 target r=Yatekii a=hdhoang

Generated from Keil.STM32L1xx_DFP.1.2.0.pack.

Ho...

3761e8fb2e79bfa692217c19be0e0e17825fec52 authored over 4 years ago
add STM32L1 target

Generated from Keil.STM32L1xx_DFP.1.2.0.pack

ded0fd55a093ca70b5926df2b6ec996597058a44 authored over 4 years ago
Merge #389

389: Fixes read language error r=Yatekii a=bfrog

Prior to this change I'd see probe-rs-cli info...

ea1115e47af8ef21803775f86cbf6175f26895fb authored over 4 years ago
Fixes read language error

Prior to this change I'd see probe-rs-cli info fail on my machine with
my probe as it tried to d...

41f5c39f16988fe088598f62532076702774a75e authored over 4 years ago
Merge #386

386: CMSIS-DAP: Cut trace output of buffers to only show first trailing zero r=Yatekii a=adamgre...

4d8058d1bcb1c0b348717a7d375fc7d736fafeb6 authored over 4 years ago
Refactor buffer tracing to a helper function

7e24e3e413adbf4929da7f42230696bccb7b67ae authored over 4 years ago
Merge #387

387: CMSIS-DAP: Match only on VID/PID if no SN is specified r=Yatekii a=adamgreig

This resolves...

1e2a932ddd721317440d91c50f9c773d99dbf173 authored over 4 years ago
CMSIS-DAP: Match only on VID/PID when no SN is selected

f9759d3ce96256fdd9675e5bd3049087233241ae authored over 4 years ago
CMSIS-DAP: Cut trace output of buffers to only show first trailing zero

c42b2e9521e9cede47a61cedde3535d359fc6e04 authored over 4 years ago
Update base64 requirement from 0.12.0 to 0.13.0 in /probe-rs

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit th...

299e2f5b4430af988780bc34f61589c61d70fa22 authored over 4 years ago
Added Atmel/Microchip SAMD{21,51} series to targets, note on target generation to readme

16bad4dfbfe8eb147f3cd2c981080b479441becc authored over 4 years ago
Bump tui from 0.10.0 to 0.12.0

Bumps [tui](https://github.com/fdehau/tui-rs) from 0.10.0 to 0.12.0.
- [Release notes](https://g...

e732f93cbaa83914b469ace3fb7b06446251c1ed authored over 4 years ago
Merge #74

74: Bump serde from 1.0.115 to 1.0.116 r=Tiwalun a=dependabot[bot]

Bumps [serde](https://github...

988c28071cdad98d5653975979c698bbc0b96c7f authored over 4 years ago
Bump serde from 1.0.115 to 1.0.116

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.115 to 1.0.116.
- [Release notes](http...

3a342f8febb09db5c1ed78b4d99e84ca0d0af660 authored over 4 years ago
Merge #87

87: Bump structopt from 0.3.17 to 0.3.18 r=Tiwalun a=dependabot[bot]

Bumps [structopt](https://...

17a3843e24889e5ab199e95c9a3d2c0c4bbcd39b authored over 4 years ago
Merge #84

84: Bump actions/checkout from v2.3.2 to v2.3.3 r=Tiwalun a=dependabot[bot]

Bumps [actions/chec...

d2c3a71c08eb9ab3b9daee215c400f85578a2964 authored over 4 years ago
Merge #89

89: Bump structopt from 0.3.17 to 0.3.18 r=Tiwalun a=dependabot[bot]

Bumps [structopt](https://...

9e3a6874cc75ae72d46ed9856483de5232a2ad16 authored over 4 years ago
Merge #91

91: Bump actions/checkout from v2.3.2 to v2.3.3 r=Tiwalun a=dependabot[bot]

Bumps [actions/chec...

69e082fe16db63e4eeda9478fb55b1b07bd563c9 authored over 4 years ago
Bump structopt from 0.3.17 to 0.3.18

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.17 to 0.3.18.
- [Release notes]...

cacdaf196fddbf60c00452b8192db58fcfb643a9 authored over 4 years ago
Bump actions/checkout from v2.3.2 to v2.3.3

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release ...

f03fdbcb9393fae7ff119b8bf9c14b88321799e7 authored over 4 years ago
Bump actions/checkout from v2.3.2 to v2.3.3

Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release ...

b3d428271a227b7c604106cd3fe75cd172eae0a0 authored over 4 years ago
Bump structopt from 0.3.17 to 0.3.18

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.17 to 0.3.18.
- [Release notes]...

991938d1bc91dfddf5a80c62b6ea3f4ee44bdb93 authored over 4 years ago
Merge #380

380: Add STM32WLE target r=Tiwalun a=ijager

This adds 3 chips: 64k, 128k and 256k versions.

Co...

8bd8e6e49d2d6246088f57c6530616890f106e81 authored over 4 years ago
Add STM32WLE target

This adds 3 chips: 64k, 128k and 256k versions.

0a735cd882e19ddd4e8d5f536e0effb66a4ecbe8 authored over 4 years ago
Merge #378

378: Make FTDI an opt-in feature r=Yatekii a=jonas-schievink

Co-authored-by: Jonas Schievink ...

2b5f7308937a696c07db72a3ab038a269d29b2bf authored over 4 years ago
Make FTDI an opt-in feature

34ac5ec1801dfc791fe4875df31093720b8cf1a7 authored over 4 years ago
Merge #375

375: Clarify naming of probe interfaces r=Yatekii a=Tiwalun

Co-authored-by: Dominik Boehi <do...

8262576839a8f4dd6c01350205a9229f82caf353 authored over 4 years ago
Rename SWO interface to make it more consistent with other interfaces

ff38d88a04af5a76077f9580b290fff7012d32ad authored over 4 years ago
Clarify naming of probe interfaces

61799e9c092ece78274e52860062767aa7389013 authored over 4 years ago
Merge #369

369: Use dedicated ST-Link APIs r=Yatekii a=Tiwalun

This uses the dedicated APIs for memory rea...

7ff12251295069855ac2df11f9a37da7a765d231 authored over 4 years ago
Review feedback

ce3aa67f7be777e0280aa3dd6f7ad1ff67aeafb7 authored over 4 years ago
Apply suggestions from code review

Co-authored-by: Yatekii <[email protected]>

1100bbc95ae0c03fcba153f01b4e46cc85958fcb authored over 4 years ago
Merge #374

374: Add speed option to ram_download example, improved error message for mismatch r=Yatekii a=T...

1a3c417ab88755b36eea5a8985b0f400180f6313 authored over 4 years ago
Merge #376

376: Fix links in changelog to point to working compare views r=Yatekii a=Tiwalun

Co-authored...

79705597989e7794b210323b3bfce8cddb0830ef authored over 4 years ago
Merge #80

80: Point links in the changelog to the cargo-flash repository r=Yatekii a=Tiwalun

Co-authore...

c1ee159a16f194b1f1ed1dcdc9d207dd63eba3dc authored over 4 years ago
Fix links in changelog to point to working compare views

2e50098c02b5263d815b76fef7c4d6d03741eab0 authored over 4 years ago
Point links in the changelog to the cargo-flash repository

a12faec67f3edc9a52c8bd9665ce4d644ad1caf3 authored over 4 years ago
Add speed option to ram_download example, improved error message for mismatch

8c73d9bdbbac5150fe5a47bad98dbeca1dce5961 authored over 4 years ago
Merge #73

73: Revert stupid hardcoded format for channels and add config r=Yatekii a=Yatekii

Co-authore...

d23224d164e358919ebfabcb598e978518ba4089 authored over 4 years ago
Revert stupid hardcoded format for channels and add config

8f78488a1ae0e71219598e6750d25ab2f6d23ae3 authored over 4 years ago
Fix memory read /write to different APs

a1fae88eea9196ccf79c58ca5d48aa8257d42121 authored over 4 years ago
Basic, working version of dedicated STLink API

452c7648530026df7f7dbcc24e642334ca44421d authored over 4 years ago
Merge #70

70: Exclude broken crossterm version r=Yatekii a=Tiwalun

Co-authored-by: Dominik Boehi <domin...

a4a0eafed98757a6a6e81c335e9ff083a9b47075 authored over 4 years ago
Exclude broken crossterm version

1b0cfa4851dc66035d8cfbad30f7f73fa827c50e authored over 4 years ago
Merge #370

370: stlink: send_jtag_command retry if target returns SwdApWait/SwdDpWait. r=Yatekii a=Dirbaio
...

bf641fc4d89477a3ab4985f782ba29eb5926e562 authored over 4 years ago
stlink: send_jtag_command retry if target returns SwdApWait/SwdDpWait.

e889c664ca4dda039c153b27aad51c1f125065d0 authored over 4 years ago
stlink: change uses of device.write to send_jtag_command where possible, remove redundant check_status calls.

6a2091ec652a54672187aec66096d7530399d410 authored over 4 years ago
stlink: change StLinkUsb::write cmd from vec to slice.

This reduces memory allocations and allows calling write multiple
times with the same cmd withou...

1e9d378391e898be33248522f2f13d8687da0d86 authored over 4 years ago
Merge #368

368: m0/set_breakpoint: match a single halfword r=Yatekii a=japaric

the current logic matches b...

d655ed5e70b0e704c4ddf407b004ab170231c340 authored over 4 years ago
m0/set_breakpoint: match a single halfword

c8c241b19a232f4be43cfb7a1116143b80ce401c authored over 4 years ago
The download procedure async/multithreaded

8a6d14bdd5b76cf9961f9c59cbed5e4ae4c96144 authored over 4 years ago
Revert "Change some of the things needed in #242."

This reverts commit d4a9c749d4a34dade3b6f7716095b9f50837a8db.

2b2e1f359d6108c6ecab26f7a9cf592fc47d6c3c authored over 4 years ago
Change some of the things needed in #242.

- Add architecture specific core description structs which can hold dp and ap as well as some ot...

d4a9c749d4a34dade3b6f7716095b9f50837a8db authored over 4 years ago