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 error

4b273cdc8799b7283a554f37683bfd3ebc348919 authored over 4 years ago
Merge branch 'master' into store-interface-state-persistent

163e2d3e0850f8b827c102d82e824f4f0ae00dbc authored over 4 years ago
Move ARM specific functions to the ARM module

1589ccea9e355b314e4f85af76fd6724c726eaa7 authored over 4 years ago
Fix infinite recursion, reset registers after hard reset

a268655900595a94b8bbe983c0a8fae0d195c01d authored over 4 years ago
WIP: Hacky version of attach under reset, works on my devboard

0adae9f55d2a37f42c7f2c7ddffc9c94fe9ee12c authored over 4 years ago
Try a hardreset to init on the stlink if attach doesn't work

37c046b1a4862b0f4bc70d1743bcba6193c5d90f authored over 4 years ago
Format

6eb616e3657cf05e555c3ae3e2c186d0d24ce6db authored over 4 years ago
Address feedback

0f604c8bb73e0c18e2985413566593a1b685c5f7 authored over 4 years ago
Implement the hard reset for all probes and shell them out into a separate function

7895027333ef0c76ba5e56bb8c19c67dd3d3bbf7 authored over 4 years ago
Use hard reset to execute the StLink init sequence if it does not work out of the box

81e3abdcadd8342cc871290bb23858184620da6f authored over 4 years ago
Fix rebase

8bd8b4d26f127c9821d4431b8cd14e789008024b authored over 4 years ago
cargo fmt

2ff29ff597f3213998f16533556a06057c3ded90 authored over 4 years ago
Add another error to retry

b6e5de9c218f365f589eb74c1aa02266c6ea3326 authored over 4 years ago
Update STM32H7 targets

4553d39e544f55899c576efd3ed12c1371b6221d authored over 4 years ago
Merge pull request #145 from probe-rs/itm

Implement itm tracing

043b1b49bf83a14e321d05269e8db083d31fde2b authored over 4 years ago
Remove stale return of error in the romtable preamble checking

33df3991c973804124d7fba9c00a5083f33c37f6 authored over 4 years ago
Add 'remove_swv_data_trace'

8f8600def8922ba946630dae3a6eb5c5b222e38a authored over 4 years ago
Refactor SWO/SWV trace handling.

This commit updates the probe-side `SwoAccess` trait to add
new enable and disable methods, incl...

00c4d0d88abcdd9f2fd5d98a48c265639fd7257e authored over 4 years ago
Add STM32-specific DBGMCU setup

dac9e472923808bba33d037a3c556d154b9182ae authored over 4 years ago
Fix stlink tests

13d291c17209d930c6e9684f7aa97193baeda4d6 authored over 4 years ago
Call enable_swv from setup_swv and rename it enable_tracing

ed161308a19f0031797be472c5773597c0b173a2 authored over 4 years ago
Move SwoConfig, SwoAccess, SwoMode to architecture/arm/swo.rs and re-export from mod.rs

0b03e67142724850ea6cf8d13a8a9ea7c48812a1 authored over 4 years ago
Implement stop_trace_reception and make start_trace_reception variable baud rate

4ae7f9021adf1e7697b0af9e39c9ce05c74d4308 authored over 4 years ago
Shameful rustfmt run

0175d8e45e0e975d9ab8761651a206fd74a872d5 authored over 4 years ago
Update tcp_itm example to use SwoConfig

0c41105ca1b58af58a82d8610766f3040ebf37b8 authored over 4 years ago
add binary name to log

9f433380d1bedb690daf7127c4400dc2e1c41f21 authored over 4 years ago
Remove accidental inclusion of commit log file

e0552487552c5116a907ed4e04d716952e799084 authored over 4 years ago
specify directory to save logs to

99bcc1e65ae86c76afc2bf22dba4ad9b05e4f091 authored over 4 years ago
Always enable DWTENA of DEMCR to have romtables show up properly

0d67781845304e2f5fa7d79f471830bb9aa6ed87 authored over 4 years ago
Handle bad preamble gracefully

0c2457bc97617b58f3cc6345fb487ccdb0c3741d authored over 4 years ago
Fix trace setup in example

007daff7b578c484aa857a0a6159d21e071a8dc8 authored over 4 years ago
Fix the timeout to 10ms because 0 would block forever and readd the poll of the buffer size

add850b3422d0beef07747ac27cf11a92af550d6 authored over 4 years ago
Add a swo_read_timeout method which allows the caller to specify a read timeout until which the function will block whereas swo_read resolves immediately

03696f16b9c3d06848857e4bb939cb2ae59600fb authored over 4 years ago
rename itm -> swo where applicable

6fa524807862d29a1319cbdfe5444eab405354d2 authored over 4 years ago
Rename occurences of swv to swo

f6e7bfc14a3ec80a29018c52a7f663a1ddec3d15 authored over 4 years ago
rename get_interface_itm -> get_interface_swo

44e77eedad59b49032a51d1a04bcd234344aa33a authored over 4 years ago
Merge branch 'master' into itm

d70093b7cbebfcf20a45f08eb157146243dbc845 authored over 4 years ago
Improve reliability

7a1fa17b4f09c775a6d76cad489cd33b2b9214c9 authored over 4 years ago
Update colored requirement from 1.8.0 to 2.0.0 in /cli

Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest v...

d59b77b07cead0521a0226bad5a0feb1b75d71cb authored over 4 years ago
Sort FlashRegions and always use the first one in the address space

ab2bcef5919775c0650a64c3df91a601796410cd authored over 4 years ago
Run rustfmt

488eda08d41468677e18bcf918af0123446ac6db authored over 4 years ago
Merge contiguous flash regions

42ff9a8ee80b9d90fd641d3af80222b4589a746f authored over 4 years ago
Update ci.yml

Set VCPKGRS_DYNAMIC: 1 to fix the CI error.

c8ef20c28899621bb6f0c84dd562c8bba044cfe3 authored over 4 years ago
Do not call continue just because of a missing langauge #301

c6cf4c395d1f3e57b96ce32f054f2e3582e950c2 authored over 4 years ago
Dont fail on a serial_number reading because not having one is valid #301

90ffe89eff4679b7d9e3e697040f49fade7e32db authored over 4 years ago
Prevent index out of bounds for USB devices without language support #301

932005fcdcf1c783580cdeaf63093f42c0e0629d authored over 4 years ago
Clear all hardware breakpoints on attach

696ad2f61892d27626c2e619c0fe019df8ade5df authored over 4 years ago
Clear all hardware breakpoints of all cores on attach/detach

3375a4cbe460716163c498a76974ade06bdc724d authored over 4 years ago
[CI] Install libusb for windows

1b901895cac08817c5f8a6bd0980a40daeea4f2f authored over 4 years ago
Remove unused shift_dr function

5b5225bb412c4e8578c8da775d3b61246341b477 authored over 4 years ago
Mention ftdi module source

d04016734e40540d88efb61c3dc6bbd86e32da45 authored over 4 years ago
rustfmt

a08cb636d091a95d420906a4041123ab16188044 authored over 4 years ago
Add support for FTDI probes

476530d760d6c6bcbbd7dabdad03315bbbacce31 authored over 4 years ago
Add support for STM32L5 targets

8bb53577ccee46550c0b688dfc2d13c1cd896083 authored over 4 years ago
Merge pull request #312 from evanrichter/master

Reduce runtime panics. Addresses #190

251c60b4a946f2902fbe83ef76015abd592607df authored over 4 years ago
Reduce runtime panics. Addresses #190

* remove possible runtime panics from riscv code

* replace asserts by returned Err in stlink

*...

3743a1d42c1fda7e12264c166ca65047e4c987df authored over 4 years ago
Merge pull request #311 from Tiwalun/fix-riscv-init

Fix typo in RISCV init code

e46449e5b79552ae2b140148401465e3ff8f4e69 authored over 4 years ago
Remove unecessary debug statements

c676bdbd27caf9e7bce9a252aab5c4f21a5da73b authored over 4 years ago
Fix typo in RISCV init code

e57c842908ed4ad2b4c0ecb3b8c474e36af18942 authored over 4 years ago
Fix examples

789924da8bf8041c907a7b8f30de53331dd4a5f2 authored over 4 years ago
Add comments for ApInformation

9bed9a65406cb07cfe40cef3ad9c4171f05f9e93 authored over 4 years ago
Store memory width of memory AP persistently

c708561d6f8ab3854e3c553f99b44c53337a1275 authored over 4 years ago
Fix clippy lints

572d1ed2b680069d9ffd3e03bed3d2d83686e3f9 authored over 4 years ago
Workaround for #30, to ensure local config files are loaded

4bf5905c02ecae92c8bcb598a36fb065ebca1ef0 authored over 4 years ago
Add support for STM32G4... targets

ab9f00e1f1dd67818240b61505d337705ae9fe0d authored over 4 years ago
STM32L4xx can now flash more than 64kB

42d3100f8e703537336f2443e407c54e92075c7c authored over 4 years ago
Ensure algorithm names always lower case (#23)

Always keep the names lower case as they are based on filenames
which where the casing might not...

335473da34fbc42dc9004ebc9525c89852f9385c authored over 4 years ago
first pass at history buffer

7f5e27ac1e1433ef7f3de8747ae462ca137fdc44 authored over 4 years ago
Open a DAPv2 even if only the VID/PID pair matches and no serial was given (#296)

* Open a DAPv2 even if only the VID/PID pair matches and no serial was given

* Fix readout of...

2bad253cd304e0db6ac9951aba9b58107d6103f3 authored over 4 years ago
Update colored requirement from 1.8.0 to 2.0.0 in /gdb-server

Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest v...

58d67615bb16a1c34d7a02ba5ea55cb1cd4f0ab8 authored over 4 years ago
cargo fmt

29e2606373db6c43e94bc12d79d88dfb3d86685c authored over 4 years ago
Make more return types public

* CoreInformation is used as return type in our debugging functions (halt, step etc.)
* Architec...

ea6ff6af21fb1ee7bd2cb6422c9aff1a549c1ea4 authored over 4 years ago
Use anyhow in the probe-rs-cli, so that wrapped errors are shown

ab592caa2567f6ae04de2bd03f84b57c3715d41b authored over 4 years ago
Add firmware version check for STLINK-V3 probes

4d3fa4ae09681de2896c42191c8ee287b3604a74 authored over 4 years ago
Add a comment about unsupported firmware version

aac2462c45c9647d249eeeedff5f3a4931b7b879 authored over 4 years ago
Improve formatting of multi-line error messages

6ac18c91894bd0c564f86b292cd32c9210b6d012 authored over 4 years ago
Improve log message

While this may seem absurd to CS people (like me), in English one
generally starts counting at one.

5302b64413054eb52136343ff2e409e342038b54 authored over 4 years ago
Update gimli requirement from 0.21.0 to 0.22.0 in /probe-rs

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

d6e1717634c90cd6b12c3bedd2306c22ccda1741 authored over 4 years ago
Add more logging

6a607cf8fd0c19adf98a631cd3b60beba6e1226e authored over 4 years ago
Update CHANGELOG.md

Co-authored-by: Danilo Bargen <[email protected]>

4644eb9b2d971610afce19674520660706d268dd authored over 4 years ago
Bump versions & update CHANGELOG

63db42ca5efcdc8fca94a1988b8dd5f0c9e1cac4 authored over 4 years ago
Fix a bug where text in the RTT UI could not be selected

94e5639cbce61d9b4bdcbadfe79a2f80421fabf9 authored over 4 years ago
Fix a bug where entering text into an down channel would not work on enter

c8964d379d85a3a062c5c71ba855c28f42755fdf authored over 4 years ago
Derive `Debug` for `ChannelState`

100b6ead757ff293ebc20fbb92f18b5060688959 authored over 4 years ago
Upgrade to latest `probe-rs` version

The `reset_and_halt` call now requires a timeout argument. I'm not sure
what an appropriate valu...

d5c49d2471ca19bef595fbf61d9261051ab8377b authored over 4 years ago
Run `cargo update`

Not sure what's up, but I'm getting a huge diff in Cargo.lock on every
`cargo build` that I run....

ab2c6f5c5c9dd703dd5d8ecefae7146381778d62 authored over 4 years ago
use textwrap to wrap lines

1e2a614a2026b0fc712dbcb689744629ed7eff31 authored over 4 years ago
Improve warnings

f5d936977b0bb4ad9a3fc1757c4d772c0fe76e52 authored over 4 years ago
Update to probe-rs:0.8.0

f6d0576547df7a999f18e022d442d3469d015212 authored over 4 years ago
Prepare for release & update CHANGELOG

0c5077ef8037c7f49c58b360c762b8e7090e0dc2 authored over 4 years ago
Fix missed things in changelog

3a09a2cd6afc544560cdf9504f38b96df8e4027d authored over 4 years ago
Prepare for 0.8.0 & Update CHANGELOG

c1f7ca673de34cd46567b8fc169d02e84e688f1b authored over 4 years ago
Update CHANGELOG.md

Co-authored-by: Danilo Bargen <[email protected]>

906693506fa1e590cfda445d65db2a2882fa7060 authored over 4 years ago
Update CHANGELOG.md

Co-authored-by: Danilo Bargen <[email protected]>

3be8677436cfde985831893878977fab20c32ca7 authored over 4 years ago
Update CHANGELOG.md

Co-authored-by: Danilo Bargen <[email protected]>

a2eb63b50a5d4be9edb001b81edabe962b57f21f authored over 4 years ago
Fixed a bug where a probe-selector would not work for the JLink if only VID & PID were specified but no serial number

6bb3c13eb43746078e62a05ec1b947412e2b6956 authored over 4 years ago
Print error if no channels are configured

This prevents a panic in `current_tab` that would happen otherwise.

daad75c6afe9242b28a72dc21585b6a2ad62fad9 authored over 4 years ago
Change order of RTT UI initialization

This allows for aborting the intitialization due to problems with the
RTT channels, without requ...

23925a9f9cb8e7f4f643fcfda989854ab688ea63 authored over 4 years ago
Run `cargo update`

3e0d2071d1ae89b7b0ccb02af17d674879389ac1 authored over 4 years ago
Prevent progress bars from swalloging log messages

088d7900a68fefb75a1d6f3f836ec266f2328771 authored over 4 years ago