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 #621 #622 #624

621: Bump actions-rs/clippy-check from 1 to 1.0.7 r=Tiwalun a=dependabot[bot]

Bumps [actions-rs...

049aea47cb9bfbca07d4d4634a573b1a9ec717e9 authored almost 4 years ago
Merge #623

623: Bump actions/checkout from 2 to 2.3.4 r=Tiwalun a=dependabot[bot]

Bumps [actions/checkout]...

b47469f13ec62f37b8a7934a854f56e103ff78d5 authored almost 4 years ago
Bump actions-rs/cargo from 1 to 1.0.3

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1 to 1.0.3.
- [Release notes]...

172ba65350acb8af05961643e358c5d75daed241 authored almost 4 years ago
Bump actions-rs/toolchain from 1 to 1.0.7

Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
- [Releas...

d33dd114adcf68bab68a2c23851e6533fd9b6b97 authored almost 4 years ago
Bump actions-rs/clippy-check from 1 to 1.0.7

Bumps [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) from 1 to 1.0.7.
- [...

ae586d716795b6a87f40a7020a7b247a509f3a3a authored almost 4 years ago
Bump actions-rs/clippy-check from 1 to 1.0.7

Bumps [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) from 1 to 1.0.7.
- [...

266abdfbe43c4d2d2748e81f241af7c502d9bfc0 authored almost 4 years ago
Bump actions-rs/cargo from 1 to 1.0.3

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1 to 1.0.3.
- [Release notes]...

fa840325b21afdf71492b835ed1a5c7a42abf2a6 authored almost 4 years ago
Bump actions-rs/toolchain from 1 to 1.0.7

Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
- [Releas...

bc8bf1f48ca01c919cd1218f2bb2126030026513 authored almost 4 years ago
Bump actions-rs/toolchain from 1 to 1.0.7

Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
- [Releas...

5abbea4ece6a35a587bd49682cd896618734ad6e authored almost 4 years ago
Bump actions/checkout from 2 to 2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes]...

4a18d4cb9a25150c15b70ae707dcb35db669cdde authored almost 4 years ago
Bump actions-rs/cargo from 1 to 1.0.3

Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1 to 1.0.3.
- [Release notes]...

d9fd0fc4a122a4c2dbb2d3d944501301086c4ca5 authored almost 4 years ago
Bump actions-rs/clippy-check from 1 to 1.0.7

Bumps [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) from 1 to 1.0.7.
- [...

1ca6bf4862018516d16548487963cf5b93985049 authored almost 4 years ago
Merge #171

171: Improve CLI help output r=Yatekii a=Tiwalun

Separate the options which are forwarded to 'c...

913b5c603591c1731415f7000b04b5a0c89bd0e0 authored almost 4 years ago
Merge #619

619: Nrf91 flashing fixes r=Tiwalun a=Dirbaio

- Update target yaml for nrf91. Generated from `N...

1bfa933f826186e6da22297ff0e03eb0be21458b authored almost 4 years ago
Merge #618

618: Allow flashing IHex file with probe-rs-cli r=Yatekii a=roblabla

Allows running `probe-rs-c...

8f1b66c96f13066ff09246bcdbeb2889adf060ea authored almost 4 years ago
Allow flashing IHex file with probe-rs-cli

112dc9b1d5171f76d7ca6d468fe1a52b1865e45a authored almost 4 years ago
jlink: increase wait retry count.

This is needed for nrf91 flashing to not time out.

c11f676b00e64ae140856741df45af2debea9b6d authored almost 4 years ago
jlink: stop read/write block transfers when done

3aaac721ea0a8dd950fc78d3d24f20879f81f0b0 authored almost 4 years ago
jlink: add cap to idle_cycles backoff.

ab674dcf5ea7ec1153025760b6e0884da792c2fc authored almost 4 years ago
jlink: propagate SWD WAIT errors.

If there's a WAIT error, all subsequent transfers fail with FAULT errors.
Convert them to WAIT e...

e2d5564f6cbd33aebf90fca3cb1692e7d6b0ac8c authored almost 4 years ago
Update target yaml for nrf91.

Generated from `NordicSemiconductor.nRF_DeviceFamilyPack.8.38.0.pack`

794b4229c7142f3f8f69fa0d1b5e9fd03b639143 authored almost 4 years ago
Improve CLI help output

Separate the options which are forwarded to 'cargo build' from
the options which are used by car...

6c8d425316f64697505edd6fccd1c0c8e6962391 authored almost 4 years ago
Merge #212

212: Bump crossterm from 0.17.7 to 0.19.0 r=Yatekii a=dependabot[bot]

Bumps [crossterm](https:/...

4c9abb7830f8b3c6671e5bd336282f159d9a9996 authored almost 4 years ago
Bump crossterm from 0.17.7 to 0.19.0

Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.17.7 to 0.19.0.
- [Release n...

413cf33de24ffcc4ff6d39e37090967bfe6a1fc7 authored almost 4 years ago
Merge #214

214: Use indicatif exported from CLI utils to avoid versioning problems r=Yatekii a=Tiwalun

C...

db8caef2fae5c26120fa6f74d289d97c4de573d6 authored almost 4 years ago
Use indicatif exported from CLI utils to avoid versioning problems

0dee2f9d213e33802fdfa2a740b5e7618d67c45a authored almost 4 years ago
Merge #615

615: Add caching to CI r=Yatekii a=Tiwalun

Co-authored-by: Dominik Boehi <[email protected]>

68854f1d2b67ea7054254c68948e048eb2412d94 authored almost 4 years ago
Only one Linux build, more caching

98d0727f8b73009b89f5b32c4e8a669b42533d58 authored almost 4 years ago
Add caching to CI

f2b5de2c3e37345c9a50a1c54e5f7eb2cd4e0a31 authored almost 4 years ago
Merge #614

614: `README`: Add installation instructions for fedora r=Tiwalun a=Urhengulas

Tested on Fedora...

03b7a9ad771f2de630c3d911c5b626a21eb1ada6 authored almost 4 years ago
`README`: Add installation instructions for fedora

Tested on Fedora 34.

17e00c15ce833e1efcc7c53271eb2709f92763cb authored almost 4 years ago
Merge #613

613: Fix a bus congestion when polling the chip too often. r=Tiwalun a=Yatekii

Previously, when...

b6ad1c9cdd5296743d219512edcb453c48fee362 authored almost 4 years ago
Make the delays less agressive (always 1ms instead of increasing) to not tank overall flashing performance

a384f1b2fa408316d9c1720f6e30699fb909cf3e authored almost 4 years ago
Merge #170

170: Use re-exported libs from probe-rs-cli-util r=Yatekii a=Tiwalun

Co-authored-by: Dominik ...

14f4911393314272fa66a6c7b43a6781aabd9faf authored almost 4 years ago
Use re-exported libs from probe-rs-cli-util

caa731285a93d26f64f6cbc8eda58e5e6c540d5c authored almost 4 years ago
Implement the wait strategy on all ARM core types

c32d9923d8049f86f3bb9e34c355c33fb19515b0 authored almost 4 years ago
Fix a bus congestion when polling the chip too often. Previously, when waiting for a flash algorithm routine to complete, the algorithm on the host side would poll the core state relentlessly, leading to frequent timeouts when polling longer operations, such as sector erase, for completion. Now we do two things: a) we honor the timeouts given to us with the flash algorithm description files properly, and b) we poll the core at maximum once per 10ms with increasing delays each time. This results in significantly less traffic and as a nice byproduct way less log traffic.

82b31ddb5395232b36dfdbaaa774322ec9bb3ea6 authored almost 4 years ago
Merge #612

612: Fix newly introduced clippy lints. r=Tiwalun a=Yatekii

This changes a lot of naming to be ...

c5186f3e6249a9ed3197952bf398355774344e7a authored almost 4 years ago
Fix the clippy lints with the ftdi feature

e1cec6e4eb51c5ddc2dc4a69e142a139cc6e2636 authored almost 4 years ago
Merge #510

510: Implement register write commands in gdb-server r=Yatekii a=ruabmbua

The way the register ...

98f164c2f01ad94f4aefc0a38e282f69ac031740 authored almost 4 years ago
Merge #609

609: Fix 8 bit reads on ST-Link r=Yatekii a=Tiwalun

Before this PR, reads of a single byte on S...

4dc61e8ab2fb53c3df9b0dd6ca9825823f5570c4 authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into gdb-server_write-registers

54f5a84f534bd8f52e91e0c429bac4c2813584c0 authored almost 4 years ago
Merge #611

611: fix riscv abstract command handling (register writes failing) r=Yatekii a=ruabmbua

I bisec...

ae8ca60f96352e9c0e096ad95589c9c603433851 authored almost 4 years ago
fix riscv abstract command handling

enter_debug_mode() probes for autoexec capability, but forgets to reset the
register in the dm. ...

621ef24decd5f1c10c75c37e5e525fae1a85f2d4 authored almost 4 years ago
Merge #610

610: Fix riscv backend hart scanning r=Tiwalun a=ruabmbua

It looks like the hart scanning code ...

a48ad6725bd33655d3cd2bd86716fcdf01551808 authored almost 4 years ago
Fix riscv backend hart scanning

use anynonexistent flag, for determining a non-existing hart index

841af5337808e6127061bfaa21e2fff9e245854c authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into gdb-server_write-registers

d395e7d53623ab6133abff2c9c64918ab6214545 authored almost 4 years ago
moved gdb-server write register value parsing to handlers

bc5c61406dd2cf2a97cf5ec2d5876b8157393c2f authored almost 4 years ago
Fix 8 bit reads on ST-Link

Before this commit, reads of a single byte on ST-Link were extended
to a read of 2 bytes, to wor...

80bee421da9c2206031df8d5182a836f4f6cc735 authored almost 4 years ago
Merge #607

607: Export libs from util r=Yatekii a=Tiwalun

Export the `indicatif` and `log` crates to avoid...

ae5ce333ab8424493ec57822d67b2605af6a4e28 authored almost 4 years ago
Merge #169

169: Use updated flash API in probe-rs r=Yatekii a=Tiwalun

Ensure cargo-flash compiles with pro...

eaf319699a29e2bc22966de5ca972a9162b292d6 authored almost 4 years ago
Remove unecessary structopt dependency

8f5daebfe96c29345d168d183248b4e472e38f99 authored almost 4 years ago
Use updated flash API in probe-rs

ebc2f123fc8c87fa91a7753c0011edf1126610bb authored almost 4 years ago
Re-export crate to avoid version conflicts

95ab1efbadba875d5a2f14540289da43a09b269d authored almost 4 years ago
Merge #605

605: Flashing API improvements r=Tiwalun a=Dirbaio

This PR includes 2 usability improvements to...

990aed663696ed6de3cdc41d3601e7bc82b3c1f1 authored almost 4 years ago
flashing: own the data instead of borrowing.

150bbe690f3894f83947afa875b8c7f92417c6f6 authored almost 4 years ago
flashing: use DownloadOptions in FlashLoader.

772b9f94af9142b2f631c32893c4f3466a90dec1 authored almost 4 years ago
Merge #604

604: Fix hex flash loading. r=Yatekii a=Dirbaio

- Fixed u16 overflow in ExtendedSegmentAddress....

34f4fd3e7103e006058f9680e4f7afd9a84878ef authored almost 4 years ago
Fix hex flash loading.

a54bafa99a05da94acaaa2d22edb4bc70d59f27d authored almost 4 years ago
Update object dependency to 0.24.0

e110d6a08e865e753b033204154679a89e8daa27 authored almost 4 years ago
Update gimli dependency to 0.24.0

ca6f68a2d0314d8682c90a7e3d728d7fde69b770 authored almost 4 years ago
Merge #602

602: Update indicatif requirement from 0.15.0 to 0.16.0 in /probe-rs-cli-util r=Yatekii a=depend...

ae2b32d5fc9173e2f5223de66b4a3316088cd05c authored almost 4 years ago
Merge #210

210: Bump tui from 0.13.0 to 0.15.0 r=Yatekii a=dependabot[bot]

Bumps [tui](https://github.com/...

09b6d0f9fe8323bae98528ffcb1ec7cff222aac3 authored almost 4 years ago
Update indicatif requirement from 0.15.0 to 0.16.0 in /probe-rs-cli-util

Updates the requirements on [indicatif](https://github.com/mitsuhiko/indicatif) to permit the la...

cb030f8b763e33d7b54876f74b445850970b402d authored almost 4 years ago
Bump tui from 0.13.0 to 0.15.0

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

68d537a7200bd5e908b9e8d48446755e0d26ed0f authored almost 4 years ago
Merge #563

563: Update cargo_metadata requirement from 0.12.0 to 0.13.1 in /probe-rs-cli-util r=Yatekii a=d...

441a825486587b67f3a093cf3b2003918d448544 authored almost 4 years ago
Cater to the weird change in the cargo_metadata API surface.

7c8d9560637cb516d07160eb2ec8705bffbcf880 authored almost 4 years ago
Merge #209

209: Add changelog entry for PR 205 r=Yatekii a=Tiwalun

Changelog entry for #205

Co-authored-...

5de608f283041b17eb83e4ab511eefc04238cf51 authored almost 4 years ago
Update CHANGELOG.md

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

163246a40a44b759588e00d4e897e967efc8f7ae authored almost 4 years ago
Add changelog entry for PR 205

ac1939c5111acd75016fa792b1f64ad8ce69af0e authored almost 4 years ago
Merge #205

205: Switch to the figment crate for configuration parsing. r=Tiwalun a=tim-seoss

The `config` ...

a86bf56a6ae89ee2087f201dee2a0983330a4e34 authored almost 4 years ago
Merge branch 'master' into figment

90f5a79e1d048688e8fb4d43dec9bf5f456459af authored almost 4 years ago
Fix merge conflict with master

9e27c1d2e0e2ce457f6f80079531832a10bd1e18 authored almost 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...

42f99c43dad7589636e9b2c7286aad9e787796b8 authored almost 4 years ago
Merge #166

166: Bump anyhow from 1.0.38 to 1.0.40 r=Yatekii a=dependabot[bot]

Bumps [anyhow](https://githu...

f7eb88c116bc76bf94ecf4aa777a3e74902b2bbc authored almost 4 years ago
Bump anyhow from 1.0.38 to 1.0.40

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.40.
- [Release notes](https...

f56596277ba7d85c6c3e32fa9592b4ca9ca4c927 authored almost 4 years ago
Merge #592

592: Update cargo_toml requirement from 0.8.1 to 0.9.0 in /probe-rs-cli-util r=Yatekii a=dependa...

ff4776503bb57502179ed9ffced7e203968fa161 authored almost 4 years ago
Merge #203 #206 #208

203: Bump serde from 1.0.123 to 1.0.125 r=Yatekii a=dependabot[bot]

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

14d6a2c0846cb0dbffe107094331c689e99ef858 authored almost 4 years ago
Bump serde from 1.0.123 to 1.0.125

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

e4c612aad120b9d1a1c01c3d7cb0de255a1e3ac4 authored almost 4 years ago
Merge #588

588: Update simplelog requirement from 0.9.0 to 0.10.0 in /probe-rs-cli-util r=Yatekii a=dependa...

a0400bc062744940aebfb9d2a6abd6bf5103d2e6 authored almost 4 years ago
Merge #163

163: Bump thiserror from 1.0.23 to 1.0.24 r=Yatekii a=dependabot[bot]

Bumps [thiserror](https:/...

ea1c71ec1e024567e63e0229e134e61fbf52484a authored almost 4 years ago
Merge #198

198: Bump serde_json from 1.0.62 to 1.0.64 r=Yatekii a=dependabot[bot]

Bumps [serde_json](https...

a60e533f36b8f20ce9abb3b451e970ac219ccd06 authored almost 4 years ago
Merge #596 #597

596: SAME5x and SAME70 targets r=Tiwalun a=john-terrell

Added targets for the following Microch...

08d9fa2a1ae42d7c2ac230bf4e6c8c8adadeecf4 authored almost 4 years ago
Merge #594

594: CMSIS-DAP Improvements r=Tiwalun a=adamgreig

WIP for a number of CMSIS-DAP improvements.
...

085e8d1f2653c54b3d50816ad4137cf7e2143f28 authored almost 4 years ago
CMSIS-DAP: Use 'CMSIS-DAP' as the probe name

89692f5823c421033910a30658b09aae84cc2c99 authored almost 4 years ago
Merge #578

578: Update rustyline requirement from 7.0.0 to 8.0.0 in /cli r=Tiwalun a=dependabot[bot]

Updat...

2b732a373ec703c69eb111282eb657a2e8417b56 authored almost 4 years ago
Update rustyline requirement from 7.0.0 to 8.0.0 in /cli

Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the lat...

abee958331b5d1f1f2400a8b0e44e29aa4148a15 authored almost 4 years ago
Merge #591

591: Update capstone requirement from 0.7.0 to 0.8.0 in /cli r=Tiwalun a=dependabot[bot]

Update...

a9255a0691b5ce179bea8d4ffe93674b6b7dc60a authored almost 4 years ago
CMSIS-DAP: Always use best USB transfer size, closes #448

80c596fd80286867735b1ccda4378c6f101c8de4 authored almost 4 years ago
Clean up CMSIS-DAP USB log messages

9d928fce193d2c4ac1db07291e8e047410724246 authored almost 4 years ago
Add Microchip SAMD10 to supported targets

Used https://github.com/Microchip-MPLAB-Harmony/dev_packs v3.9.0, and
target-gen to generate the...

f85bf0f754a3e3f4fed0f73d2cb6f4d15e9b8974 authored almost 4 years ago
SAME5x and SAME70 targets

05c49fa2135c7f7e0edbdc6b908be2e6315792fb authored almost 4 years ago
Rename daplink to cmsisdap.

ae7dac397bb7624911f0957e114599bf1aafb03c authored almost 4 years ago
CMSIS-DAP: discard pending data for v2 probes as well

This implements the suggestion from #424.

Co-authored-by: Bryan Cantrill <[email protected]>

d36f9bea02fd7ba1dcfd4d10d7fa5375c1fd5342 authored almost 4 years ago
CMSIS-DAP: Always scan for HID probes, combine with v2 probes.

f082b125097c82cdb36c4602ccb4becd14684935 authored almost 4 years ago
CMSIS-DAP: Set HID report size to probe's reported packet size. Closes #282.

191080d5ff315ac94b4baa0731a37648024533ca authored almost 4 years ago
Update cargo_toml requirement from 0.8.1 to 0.9.0 in /probe-rs-cli-util

Updates the requirements on [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) to permit the ...

a78b5e7e769e3cca1ee8b8a06b05a2758dbc3d2e authored almost 4 years ago
Bump goblin from 0.3.4 to 0.4.0

Bumps [goblin](https://github.com/m4b/goblin) from 0.3.4 to 0.4.0.
- [Release notes](https://git...

f080196b3c8b2f7657b82f15932d95a80796eaa1 authored almost 4 years ago
Update capstone requirement from 0.7.0 to 0.8.0 in /cli

Updates the requirements on [capstone](https://github.com/capstone-rust/capstone-rs) to permit t...

155bcd0f7322e73b680d52f9e5395fb61be11cc8 authored almost 4 years ago
Merge #590

590: Add support for Microchip/Atmel SAM4 devices. r=Yatekii a=john-terrell

This PR contains tw...

8112c28912125a54aad016b4b935abf168812698 authored almost 4 years ago