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
e614317a5d0c16696c57481b2f3f4b3c81b57a66 authored about 4 years ago
519: Fix clippy complaints r=Yatekii a=Yatekii
Co-authored-by: Noah Hüsser <[email protected]>
abe64f30b2c3367b978ee045386c941ecf39a597 authored about 4 years ago94d2ee7f31c983509d6ab7dd30a0be92954b7052 authored about 4 years ago
521: Update reqwest requirement from 0.10.10 to 0.11.0 in /probe-rs r=Tiwalun a=dependabot[bot]
...
23c603fb38877d92df46df39475770a17c62b864 authored about 4 years ago
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the late...
b64f3f038e3a7e9abff20f890690044038726795 authored about 4 years agobea8f51ae54cca97d47a3c40736ea97a9938116d authored about 4 years ago
516: Specifc names r=Yatekii a=Yatekii
Co-authored-by: Noah Hüsser <[email protected]>
410d45c34eb072998b156e66619423306849c7ba authored about 4 years agoa3699dbd068547e65308a6f52525d7a66a8acacf authored about 4 years ago
d6c16e74276869527b0023311115cf67c2f148e9 authored about 4 years ago
471: Cache value of CSW register r=Yatekii a=Tiwalun
Cache the CSW register, so that it's only ...
1f20163f03b15ec7dbc74af1bf9a812d48b17770 authored about 4 years ago57170bf8a39d86ae36d3fb624598b840972dc458 authored about 4 years ago
515: Add batching for JLink r=Yatekii a=Tiwalun
Support for batching SWD transfers for the JLin...
301f8d829500835ed86332f652d13ee9b02aac7d authored about 4 years ago49c2d958c610bcb25876d6a8a6403c7fcef7d5c3 authored about 4 years ago
504: Update simplelog requirement from 0.8.0 to 0.9.0 in /probe-rs-cli-util r=Yatekii a=dependab...
d824ce812cefb9a5d9d6d59bcbef1182bea8fbe2 authored about 4 years ago431: ARM romtable components identification r=Yatekii a=diondokter
This PR adds identification ...
29bee983489da21e13e43c32dfaec6e919f74f78 authored about 4 years ago514: Add a simple RAM benchmark script r=Tiwalun a=Yatekii
Co-authored-by: Noah Hüsser <yatek...
69b4b5fd4f1fd6e5210f7fc87433b3e9d9518d3f authored about 4 years agofed5989d68ac6e86200db44615c8c4658dcca8dc authored about 4 years ago
4c800e940361778346a7eebc1476aa60672b0645 authored about 4 years ago
29920e41aa838471436fda0025165985afba40c0 authored about 4 years ago
8798bf9bc9ff3934858c8eb5fae9cb611d113b0f authored about 4 years ago
c4d8214a1530b20cddc9548b18c222917f452019 authored about 4 years ago
9188fab7742ccf0b0c37964dbc8f9e9f5030d879 authored about 4 years ago
7b82f9046af3cac63872ff2d2c8ce47fcec4ac87 authored about 4 years ago
392f4c81a2e5eda8a13f3cffa035df23a616d208 authored about 4 years ago
e1193c568efd2a5a0eb7dfdc48b973d3a2aa5f7e authored about 4 years ago
005239ab9fdb0ccbb6e7670f27c03652efbdb2a8 authored about 4 years ago
1441b09f88cb3d67370df9251b4b8bfeb9343841 authored about 4 years ago
27e8790503ef5dada9df9200a846b51f14df1baa authored about 4 years ago
76247f248f9c626108402412a2490cc5abbac587 authored about 4 years ago
This initial implementation combines the two transfers, which are
usually necessary for a regist...
513: Rework JLink SWD sequence r=Tiwalun a=Javier-varez
Removed some comments about the format ...
cda82a899475a067db1400cbe452aa94828f9582 authored about 4 years ago175: Bump textwrap from 0.13.1 to 0.13.2 r=Tiwalun a=dependabot[bot]
Bumps [textwrap](https://g...
0c7e5f2c6398605607e9155c76d1ce3ff0076756 authored about 4 years ago
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.13.1 to 0.13.2.
- [Release notes](...
9ed2570e8b0a0c7ed8fd28c562371fed1e69e00d authored about 4 years ago
Removed some comments about the format of the SWD sequence not matching
the specification. In re...
2c3cd4fa620d33cb730a10bb3b2dff044c67051c authored about 4 years ago
# Conflicts:
# probe-rs/src/session.rs
a8214622ecdb3ab7d8a276b5570e33b3545a0765 authored about 4 years ago
512: fix typo in readme r=Tiwalun a=bugybunny
Co-authored-by: Marco Syfrig <marco.syfrig+gith...
a98d19abf7e28b7ed6c0bb35a76ce3bf21f94d6b authored about 4 years ago22c3c3436d8552a1453571ff7855b6a87b03683b authored about 4 years ago
174: Update textwrap crate r=Yatekii a=Tiwalun
Co-authored-by: Dominik Boehi <dominik.boehi@g...
e8b662f99220e900f44ccbcc9f5f51ec4606a611 authored about 4 years ago173: Flush log on exit r=Yatekii a=Tiwalun
Flush the log file when exiting, otherwise it could ...
2083ab766e397878674f162c1750fc2dda084fb3 authored about 4 years agof31ebf0335b655444a7b31ed8036cc30a87594c8 authored about 4 years ago
Replace `textwrap::wrap_iter` with `textwrap::wrap`, `wrap_iter` is not
supported anymore.
bb2a544d73a63892995ba29f86f68f7b78680ece authored about 4 years ago
162: Bump serde from 1.0.117 to 1.0.118 r=Tiwalun a=dependabot[bot]
Bumps [serde](https://githu...
2e1f26b8b59ba1be280dad00df70fbef12e8bd7d authored about 4 years ago172: Bump anyhow from 1.0.34 to 1.0.37 r=Tiwalun a=dependabot[bot]
Bumps [anyhow](https://githu...
07e239fa518355b87bec5373c621b1a929c2df1d authored about 4 years ago152: Bump anyhow from 1.0.35 to 1.0.37 r=Tiwalun a=dependabot[bot]
Bumps [anyhow](https://githu...
2fd605ba82d9f1f7c0222e0ee95341373507427f authored about 4 years ago511: riscv: fix abstractauto register address r=Tiwalun a=JJJollyjim
`abstractauto` was incorre...
10a927cae43acb7b79c61bd52f9cbfddee5bfddb authored about 4 years ago
abstractauto was incorrectly specified as being at 0x38, which is
actually the address of sbcs (...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.34 to 1.0.37.
- [Release notes](https...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.60 to 1.0.61.
- [Release notes](ht...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.37.
- [Release notes](https...
8ff5b31df1fd253aeead351d541be2c2891e8204 authored about 4 years ago
9814441994b383c85d18daa7da9360e9cf2329c2 authored about 4 years ago
31b7fa0b34a8a25bdba9666cd643981f4f5b497d authored about 4 years ago
df5779ebf92ca805d43a75d8e4fef6dc5d3576d0 authored about 4 years ago
e9c28e572aea830aa16413af6787ea74b5b7e2b0 authored about 4 years ago
1ae3ef67f6583271df09c3d594cee88623f96873 authored about 4 years ago
cf3bade92f28ce3df96ad93422ca6a960f90082f authored about 4 years ago
506: Replace goblin crate with object crate r=Yatekii a=Tiwalun
Reduce the number of dependenci...
a01185aa60cf140801d8517ce15bc2e88f60145c authored about 4 years ago4e9dc284e7f6645214bb751f7a04c7abe596a385 authored about 4 years ago
a8c3b927d99c7a3ebbd80d9b01491bb3349584e3 authored about 4 years ago
Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the ...
08394069f5c786d83427ef9c2e83a6d1714ecba8 authored about 4 years ago503: Update rand requirement from 0.7.2 to 0.8.0 in /probe-rs r=Tiwalun a=dependabot[bot]
Updat...
f38cd71aac42981de1a1d9c2d5311f9c5c679acb authored about 4 years agoUpdates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest ver...
1f1776bb107dcf48351c315b948bf96bb524c429 authored about 4 years ago501: Fix double whitespace in DebugProbeInfo r=Yatekii a=dbrgn
Before:
[0]: Dual RS232-H...
452f59564faae7d18d2d72d15c8eacbd04ef6576 authored about 4 years agoBefore:
[0]: Dual RS232-HS (VID: 0403, PID: 6010, FTDI)
[1]: J-Link (J-Link) (VID: 136...
489: Update object requirement from 0.22.0 to 0.23.0 in /probe-rs r=Tiwalun a=dependabot[bot]
U...
9503ae5fb951f86af3fa3d71100c339640c3481e authored about 4 years ago499: Replace failure with anyhow r=Yatekii a=Tiwalun
failure is not supported anymore, so it's ...
a6e117117e44846f54784b66d683a99f2b50334a authored about 4 years agod0f1895e62051f83268fab5ba299c899e8671fb7 authored about 4 years ago
d0520b606ef075ac2d66d91bfb0c4cd45f3bd66b authored about 4 years ago
498: Initial support for GDB target description r=Yatekii a=Tiwalun
Initial support for GDB tar...
ddd0a29f7f4e387bafebb54053e0beac3d00eb6b authored about 4 years ago6bed346264cc786398c217f67cd65a3e3eab8f9a authored about 4 years ago
64925fc35f24d404e8d9ee153d9d892fe6aa66cf authored about 4 years ago
493: gdb-server riscv support r=Tiwalun a=ruabmbua
gdb-server: added riscv support
* add arc...
0e294d60f6917b2e09e93a221d44f0ccb1389925 authored about 4 years agoCo-authored-by: Yatekii <[email protected]>
c4e178c538a709bba3210840e3cfad395b74d38a authored about 4 years agoCo-authored-by: Yatekii <[email protected]>
e926c189a37efbb095e8638f54bc461352c0e5dc authored about 4 years agoCo-authored-by: Yatekii <[email protected]>
9f4c47dadcdfe58594d00ea15a767223af42cf70 authored about 4 years agoCo-authored-by: Yatekii <[email protected]>
5be7d17e01efd3a563852bca759d941199e912f1 authored about 4 years ago497: Add target() function to access the target of a session r=Yatekii a=Tiwalun
Co-authored-...
9012336bb35d72f6ee2c7b114c86cb1b8e5ff63f authored about 4 years agoc6db9d3bfd3f7db39ad8ef2df2dd937b932ad1a0 authored about 4 years ago
9c99c4855369f448d01ad499512e7650ee76341e authored about 4 years ago
c53be1146816e60c4cc5c668ec5769eab17b8be3 authored about 4 years ago
* add architecture specific part to gdb-server
* translate register ids from gdb to probe-rs
* r...
ef902eaac38295fd4da00655c8b875b998a9987a authored about 4 years ago
0fbdbba27e8c20d67559b842416bc210c6380724 authored about 4 years ago
492: Switch nrf52 flash algo to the one from pyocd. r=Yatekii a=Dirbaio
This switches to the fl...
23cd914255d25b628deaf53a5983901158f806f4 authored about 4 years ago491: Make get_target_by_name public again r=Yatekii a=Tiwalun
Co-authored-by: Dominik Boehi <...
23c6f0497dc2985a94fd27a2e1d1865b20d45a4f authored about 4 years agoc7a683678f7ff2be86c84eee33eabfad8b5b7c69 authored about 4 years ago
29f7ab87eb5381d2f7affd362d40650439b4721a authored about 4 years ago
Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest ve...
4377934717a5a285e830ad3d15426b9dc6ef0608 authored about 4 years ago488: Rename flash to Nvm in probe-rs-t2rust r=Yatekii a=Tiwalun
Rename `Flash` to `Nvm` in prob...
7abad46e2f3e0a41aa145b29831cf47538191431 authored about 4 years ago34944c428402e814f31f94417bcdaebbccc12d82 authored about 4 years ago
cbc4739cb51639520659e3c8e09d6303dd097374 authored about 4 years ago
487: riscv: try to use abstract commands for CSR access (speed improvement) r=Tiwalun a=ruabmbua...
205a8088aa8f9f303ba1a162fc7417b9517bad58 authored about 4 years agob64895e38eba0bc03fe0e7364cd8debc9f45a7a6 authored about 4 years ago
91265e6aeca458312e4789f983ec7dda0e0817a0 authored about 4 years ago
Instead of using program buffer for accessing (almost) all CSR,
try to use abstract commands dir...