Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

probe-rs

We write open source debugging tools for embedded microcontrollers.
Collective - Host: opensource - https://opencollective.com/probe-rs - Website: https://probe.rs - Code: https://github.com/probe-rs

Add M4; For now this is basically a copy of the M0 as the DHCSR and DHRDR seem to be the same

github.com/probe-rs/probe-rs - db55e4f263091e1183bc0d44b33774a493b481a5 authored about 5 years ago by Noah Hüsser <[email protected]>
Merge pull request #34 from probe-rs/cleanup-cli-crate

Cleanup clippy lints and format cli crate

github.com/probe-rs/probe-rs - 61f97ae44cb515f648dcc3cc30c64e43fbefde08 authored about 5 years ago by Dominik Boehi <[email protected]>
Cleanup dependencies of cli crate

github.com/probe-rs/probe-rs - 21f90eb6bd36cca172a64216a6dc72964c4f36f0 authored about 5 years ago by Dominik Boehi <[email protected]>
Cleanup clippy lints and format cli crate

github.com/probe-rs/probe-rs - 6ffba7bc79e6c64aee17858db2a3f815e223ac05 authored about 5 years ago by Dominik Boehi <[email protected]>
Don't ignore errors for clippy and rustfmt, add annotations

github.com/probe-rs/probe-rs - f103b22e6b0a5b5575b968c45e33c5b8aedfee0c authored about 5 years ago by Dominik Boehi <[email protected]>
Install libusb for Linux builds

github.com/probe-rs/probe-rs - d1c33bd48c1a3d64956f33e5873be6306a893fe2 authored about 5 years ago by Dominik Boehi <[email protected]>
Readd workflow file

github.com/probe-rs/probe-rs - f39f8577039b221b11ef206b2146ea840f54acaf authored about 5 years ago by Dominik Boehi <[email protected]>
Only run on push, avoid running everything twice for pull requests

github.com/probe-rs/probe-rs - 2d4c261c86d6e47da2b320b33780f8c4088be852 authored about 5 years ago by Dominik Boehi <[email protected]>
Readd GH actions

github.com/probe-rs/probe-rs - b01efcad9c1afe82e73a0af523ba6b3dcac59092 authored about 5 years ago by Dominik Boehi <[email protected]>
Fix all cargo build/check warnings

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/probe-rs - b6b9b61360712637580bed5506ba356993c2a148 authored about 5 years ago by Daniel Egger <[email protected]>
A couple of clippy lint fixes

Courtesy of `cargo +nightly fix -Z unstable-options --clippy`

Signed-off-by: Daniel Egger <dani...

github.com/probe-rs/probe-rs - 86dd4f4b316b3a57535e26a1ae7e1078c58d3e2a authored about 5 years ago by Daniel Egger <[email protected]>
A couple of clippy lint fixes

Courtesy of `cargo +nightly fix -Z unstable-options --clippy`

Signed-off-by: Daniel Egger <dani...

github.com/probe-rs/probe-rs - a26854c1dad9261bbc514df10d7a2680478f3f5e authored about 5 years ago by Daniel Egger <[email protected]>
A couple of clippy lint fixes

Courtesy of `cargo +nightly fix -Z unstable-options --clippy`

Signed-off-by: Daniel Egger <dani...

github.com/probe-rs/cargo-flash - 679e72e9efdddb2a09170c75a8c8356390dfc165 authored about 5 years ago by Daniel Egger <[email protected]>
Automatic target selection works

github.com/probe-rs/cargo-flash - b40c182bcf5c02eb2e070820541d936081238959 authored about 5 years ago by Noah Hüsser <[email protected]>
Select flash algorithm on a top level and pass it to functions requiring it instead of having it reside on the target object

github.com/probe-rs/cargo-flash - c6b3f4db6db384ab9a359529cf8badad51772d19 authored about 5 years ago by Noah Hüsser <[email protected]>
Adher to @tiwaluns hints

github.com/probe-rs/cargo-flash - b9dfe7adfee829e7c18a1b96f33c09087e723da0 authored about 5 years ago by Noah Hüsser <[email protected]>
Implement @tiwaluns proposals

github.com/probe-rs/cargo-flash - d326b92805bcc4402d21b3c8e25688f3f9ef2c4f authored about 5 years ago by Noah Hüsser <[email protected]>
Fix capitalization of flash algorithm path during selection

github.com/probe-rs/probe-rs - ad092394fe9660e26cccb2596d2598e0825a8a6f authored about 5 years ago by Noah Hüsser <[email protected]>
Select flash algorithm on a top level and pass it to functions requiring it instead of having it reside on the target object

github.com/probe-rs/probe-rs - 20fba9c3f5e05e571066d40d2d739c0e1a510068 authored about 5 years ago by Noah Hüsser <[email protected]>
Implement @tiwaluns proposals

github.com/probe-rs/probe-rs - ed1bfe8364c87b10dc8ae1f2577fcf40e4d14f15 authored about 5 years ago by Noah Hüsser <[email protected]>
Select flash algorithm on a top level and pass it to functions requiring it instead of having it reside on the target object

github.com/probe-rs/probe-rs - 2ba5932df9a6d376515e87de88227c22e4d39176 authored about 5 years ago by Noah Hüsser <[email protected]>
Implement @tiwaluns proposals

github.com/probe-rs/probe-rs - 57e96124707f328af97f60756a69bc59d15e2226 authored about 5 years ago by Noah Hüsser <[email protected]>
Prepare target definitions for target autodetection

github.com/probe-rs/probe-rs - f2c5072f661e6fc1907541d7eb7674015f067a71 authored about 5 years ago by Noah Hüsser <[email protected]>
Adher to @tiwaluns hints

github.com/probe-rs/probe-rs - a2a73edacb290bd2d3c707e0c5b3ad0a2ba3704d authored about 5 years ago by Noah Hüsser <[email protected]>
Adher to @tiwaluns hints

github.com/probe-rs/probe-rs - 94e657e992a39550187b7f016d2b73c299d409a6 authored about 5 years ago by Noah Hüsser <[email protected]>
Automatic target selection works

github.com/probe-rs/probe-rs - 5e2e1fb8b8d2b2dc356f6e7641fbc7ca63594651 authored about 5 years ago by Noah Hüsser <[email protected]>
Loading local config files (/home/yatekii/.config/probe-rs/targets) as well as direct files (-c argument in cargo-flash) works

github.com/probe-rs/probe-rs - 3ba9acd1871fed8d6d33a883f92626ad7a9064be authored about 5 years ago by Noah Hüsser <[email protected]>
Automatic target selection works

github.com/probe-rs/probe-rs - e8fd6ffe08c7ab63784d366950af5803d2fe96dd authored about 5 years ago by Noah Hüsser <[email protected]>
Merge pull request #15 from probe-rs/cleanup-cli

General CLI cleanup

github.com/probe-rs/probe-rs - d6aea725e1ed5cfc665e1a0035fce85ca689d4c6 authored about 5 years ago by Dominik Boehi <[email protected]>
Handle common options in single place

github.com/probe-rs/probe-rs - 99fcd5903cb3c633f31c6b951ad8bcd97ca19cfc authored about 5 years ago by Dominik Boehi <[email protected]>
Handle common options in single place

github.com/probe-rs/probe-rs - e030aa2199c2f90d95acb9e9af2d13ab55d764b9 authored about 5 years ago by Dominik Boehi <[email protected]>
Handle common options in single place

github.com/probe-rs/cargo-flash - c4f0f8beda164c87270c751a75320529a7eedcfd authored about 5 years ago by Dominik Boehi <[email protected]>
Remove old erase command, add help for debug cli, and better debug cli error handling in general

github.com/probe-rs/probe-rs - 23f75edef8e3dc223689ce3c604ef2a01ca407aa authored about 5 years ago by Dominik Boehi <[email protected]>
Move interactive debugger commands to separate module

github.com/probe-rs/probe-rs - 1e9b8f76b8be03197351eaafb96406d6f49e8e52 authored about 5 years ago by Dominik Boehi <[email protected]>
Introduce a new function valid_access_ports

This function returns a Vec of all valid access ports found at the
current target so users don't...

github.com/probe-rs/probe-rs - 30bf1c6dc65eb0d6d97f0b288ebed02bc65bd478 authored about 5 years ago by Daniel Egger <[email protected]>
Honor entry_present flag

github.com/probe-rs/probe-rs - 75bd9c43fcf5371684e27c3572cc976665edd36a authored about 5 years ago by Noah Hüsser <[email protected]>
Simplify RomTable handling so we get some proper data output

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/probe-rs - e3349c295dba432edc5a44636461c1e9c22de71a authored about 5 years ago by Daniel Egger <[email protected]>
Merge pull request #25 from probe-rs/fix-ahb-access

Set necessary bits for AHB Bus access

github.com/probe-rs/probe-rs - c499a0d9d58fc3d15a4ed418bd96c0d6bba5d118 authored about 5 years ago by Daniel Egger <[email protected]>
Ensure the same CSW register is used for memory access everywhere

github.com/probe-rs/probe-rs - 22ec6206cbc144633ad26ca330c138fe0e214db1 authored about 5 years ago by Dominik Boehi <[email protected]>
Set necessary bits for AHB Bus access

github.com/probe-rs/probe-rs - 8b5c4909006ee7c12161578d984f24c44958d938 authored about 5 years ago by Dominik Boehi <[email protected]>
Actually really fix part number detection

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/probe-rs - c67bfd6d3b5479a0d3f6ddd64e79267a3afa1a59 authored about 5 years ago by Daniel Egger <[email protected]>
Fix PART assembly in ComponentID)

github.com/probe-rs/probe-rs - 788a95f08290ff1b801bc08da32cd0a8785f87f9 authored about 5 years ago by Noah Huesser <[email protected]>
Change error printlns to eprintln. Also change exit value from 0 to 1 on error.

github.com/probe-rs/probe-rs - b052e79ca652f253acdaa41e46ac7b00c25e25fa authored about 5 years ago by Noah Hüsser <[email protected]>
Add new target selection to cli & cargo-flash

github.com/probe-rs/probe-rs - 503597e91d903b4d604fd1b20ec12b317794be07 authored about 5 years ago by Noah Hüsser <[email protected]>
Add stub hint

github.com/probe-rs/probe-rs - f5b3a7b2f379aec1b110f5ed2c08785c9b472ace authored about 5 years ago by Noah Hüsser <[email protected]>
Targets can now defined in a yaml file; Store them inside /home/yatekii/.config/probe-rs/targets. They will be automatically loaded when looking for a target; Fixed all warnings;

github.com/probe-rs/probe-rs - 89900f2916ec00608603a6cde8215ee5289907b8 authored about 5 years ago by Noah Hüsser <[email protected]>
Make target chip selectable

github.com/probe-rs/probe-rs - 126d0f7196cf9380e599b7bcd276e24dd7f7a1ea authored about 5 years ago by Noah Hüsser <[email protected]>
Update README.md

github.com/probe-rs/probe-rs - a549e4667d27f4b6164d09a32203bbc40b607d71 authored about 5 years ago by Noah Hüsser <[email protected]>
add get_target

github.com/probe-rs/probe-rs - 67a0374ca5d6e003e0f84b903bcd255840dcdcdd authored about 5 years ago by Noah Hüsser <[email protected]>
Add definition for STM32F042

github.com/probe-rs/probe-rs - e9d3d08815e7e518d5ed64e7e23bd1db3347fb9a authored about 5 years ago by Noah Huesser <[email protected]>
Add ocd-targets

github.com/probe-rs/probe-rs - 3824977d3860cc29510f658ac3e83c87a3fc43bf authored about 5 years ago by Noah Hüsser <[email protected]>
Selecting a custom chip-description file works for cargo-flash.

+ Added error bubbling for target selection.
+ Fixed many other things.

github.com/probe-rs/probe-rs - 8db7ad368aebe4dd96f64d5a6d3599a7c166d9aa authored about 5 years ago by Noah Hüsser <[email protected]>
Add new target selection to cli & cargo-flash

github.com/probe-rs/probe-rs - 67a96e2370ac984c8aebee1c5b8949113d32551c authored about 5 years ago by Noah Hüsser <[email protected]>
Selecting a custom chip-description file works for cargo-flash.

+ Added error bubbling for target selection.
+ Fixed many other things.

github.com/probe-rs/probe-rs - 612ccfe1606b00bad48fb534c7de1ed3f3c5cc4f authored about 5 years ago by Noah Hüsser <[email protected]>
Update README.md

github.com/probe-rs/probe-rs - a54eacc3b26caa1cd021c0fa8d77a101e9d965c5 authored about 5 years ago by Noah Hüsser <[email protected]>
Add ocd-targets

github.com/probe-rs/probe-rs - 6d320b86b75f8e0695d8c3bc0efe27694badb8b7 authored about 5 years ago by Noah Hüsser <[email protected]>
Make target chip selectable

github.com/probe-rs/probe-rs - b6a0fb5d30ecb6e118d5f50e1be1a435bb00a7ab authored about 5 years ago by Noah Hüsser <[email protected]>
Add stub hint

github.com/probe-rs/probe-rs - dd926a378982f61009a48de36082c9e6eda2a3a1 authored about 5 years ago by Noah Hüsser <[email protected]>
Change error printlns to eprintln. Also change exit value from 0 to 1 on error.

github.com/probe-rs/probe-rs - 4e934c5029d397b726121b0c4d921568060b1da1 authored about 5 years ago by Noah Hüsser <[email protected]>
Targets can now defined in a yaml file; Store them inside /home/yatekii/.config/probe-rs/targets. They will be automatically loaded when looking for a target; Fixed all warnings;

github.com/probe-rs/probe-rs - c476545133a33e29e4af629ebcbc96fcee4d1466 authored about 5 years ago by Noah Hüsser <[email protected]>
Targets can now defined in a yaml file; Store them inside /home/yatekii/.config/probe-rs/targets. They will be automatically loaded when looking for a target; Fixed all warnings;

github.com/probe-rs/cargo-flash - f1432bf2db652609e4a5630cd8da997c571370b1 authored about 5 years ago by Noah Hüsser <[email protected]>
Change error printlns to eprintln. Also change exit value from 0 to 1 on error.

github.com/probe-rs/cargo-flash - be1f4ab5330f97416c164a9152d2ee8b2401e48b authored about 5 years ago by Noah Hüsser <[email protected]>
Add ocd-targets

github.com/probe-rs/cargo-flash - dd4da1c8c85dc5b24dd32bff38262d0ab73b140f authored about 5 years ago by Noah Hüsser <[email protected]>
Make target chip selectable

github.com/probe-rs/cargo-flash - 85b84283cd3a9bfe32a0ee9a1a53c96a7f47e31d authored about 5 years ago by Noah Hüsser <[email protected]>
Add new target selection to cli & cargo-flash

github.com/probe-rs/cargo-flash - 7e0ff04b35c4c13e824fc40c3a876fa318710cae authored about 5 years ago by Noah Hüsser <[email protected]>
Update README.md

github.com/probe-rs/cargo-flash - 2fa2cb3e595213f523b952637908793ef802f27f authored about 5 years ago by Noah Hüsser <[email protected]>
Selecting a custom chip-description file works for cargo-flash.

+ Added error bubbling for target selection.
+ Fixed many other things.

github.com/probe-rs/cargo-flash - c0ccf14c0619f348830a2a30034ec344dc2a0cfd authored about 5 years ago by Noah Hüsser <[email protected]>
Delete .travis.yml

github.com/probe-rs/probe-rs - 4ffdc33aa0566b4fe75ffb9833d355bc63ec971b authored about 5 years ago by Yatekii <[email protected]>
No crates (#19)

* Made everything one big crate instead of small ones
* Clean code a little
* Clean up versions

github.com/probe-rs/probe-rs - 1e76b27239b25185810a63060549b6dadb7de867 authored about 5 years ago by Yatekii <[email protected]>
No crates (#19)

* Made everything one big crate instead of small ones
* Clean code a little
* Clean up versions

github.com/probe-rs/probe-rs - 3f9927d1bcd26c8086ff3b9b57ce7b1e6306bcc3 authored about 5 years ago by Yatekii <[email protected]>
No crates (#19)

* Made everything one big crate instead of small ones
* Clean code a little
* Clean up versions

github.com/probe-rs/cargo-flash - 5d20c40c8756302e2ede9cf4e29dbd5ef49004b5 authored about 5 years ago by Yatekii <[email protected]>
Fix the cargo-flash binary after rebasing

github.com/probe-rs/cargo-flash - b4ed202160c7948cd5355237b8a946fd023dc538 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix the cargo-flash binary after rebasing

github.com/probe-rs/probe-rs - bae62c40258791db30d82d427910e34dbc9eaae4 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix the cargo-flash binary after rebasing

github.com/probe-rs/probe-rs - 13854c7fa683f02a2139f6f2ae04ddfb2fe253cd authored about 5 years ago by Noah Hüsser <[email protected]>
More generic commandline options (debug probe instead of ST-Link)

Signed-off-by: Daniel Egger <[email protected]>

github.com/probe-rs/probe-rs - 3488f497bcb18bf5509341135002e2d2cadb3d36 authored about 5 years ago by Daniel Egger <[email protected]>
Implement code review changes

github.com/probe-rs/probe-rs - 4d0e0a62d10515566cda350781fa502c85a70aa0 authored about 5 years ago by Noah Hüsser <[email protected]>
remove old comments from pyocd

github.com/probe-rs/probe-rs - c6f9f377f75b1ea21413495a1875086b1c2907c7 authored about 5 years ago by Noah Hüsser <[email protected]>
Move core into target

github.com/probe-rs/probe-rs - dedcc17029af3579c76474d4391d8205649e5c97 authored about 5 years ago by Noah Hüsser <[email protected]>
Remove old method for downloading

github.com/probe-rs/probe-rs - 38a0f8fe392e3566b136c4692a04f619bbfc12cb authored about 5 years ago by Noah Hüsser <[email protected]>
Remove old method for downloading

github.com/probe-rs/probe-rs - e0d18874fa528b5e2b02d4bc9042aae4906bf10d authored about 5 years ago by Noah Hüsser <[email protected]>
Remove old method for downloading

github.com/probe-rs/cargo-flash - 1c0908968eae3d48db05088f357d4c3edcf94acf authored about 5 years ago by Noah Hüsser <[email protected]>
Fix issues with NRF 51 flash writer

The NRF 51 flash writer is moved to the cli crate, and now erases
all pages up to the end of the...

github.com/probe-rs/probe-rs - 22f9d1c8c77d573b97439a4974250aca662b0ef4 authored about 5 years ago by Dominik Boehi <[email protected]>
Add missing write to TAR register in write_block32

github.com/probe-rs/probe-rs - b78d5346611a576a97a95310d44b5d6201e5adf0 authored about 5 years ago by Dominik Boehi <[email protected]>
Add reset functionality for Cortex M0

github.com/probe-rs/probe-rs - f1f5d2a45ea9d46fa035fa9a62514400dfe63ac5 authored about 5 years ago by Dominik Boehi <[email protected]>
Update readme

github.com/probe-rs/probe-rs - 132d8182f7224c28add462a7754405bd717c890a authored about 5 years ago by Noah Hüsser <[email protected]>
Fix crate links

github.com/probe-rs/probe-rs - 1e9c020b6f5f64e131324d2c48d8400cbdf125a1 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix crate links

github.com/probe-rs/probe-rs - dfbc7e82c4c0d000ae7a0cf021a9b8dedb00087b authored about 5 years ago by Noah Hüsser <[email protected]>
Fix crate links

github.com/probe-rs/cargo-flash - 8375508679196e87e79cda5eca39a96bb5df756b authored about 5 years ago by Noah Hüsser <[email protected]>
Fix metadata for cargo-flash

github.com/probe-rs/cargo-flash - 73dee02fadedc009b7639c725a0f00e585563366 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix metadata for cargo-flash

github.com/probe-rs/probe-rs - 99e2e7789fabc4cb7c0254ec71f657fef7d8c654 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix metadata for cargo-flash

github.com/probe-rs/probe-rs - 28c0cc38935ca923f1038eb458913566c6806b62 authored about 5 years ago by Noah Hüsser <[email protected]>
Fix some build errors with the probe -> debug_probe rename

github.com/probe-rs/probe-rs - f7b89deed83a6c4c641727f494e81ceea027370d authored about 5 years ago by Noah Hüsser <[email protected]>
Fix some build errors with the probe -> debug_probe rename

github.com/probe-rs/probe-rs - 759691e56588609a33a1dcdd60b0b6e7e8f2a35c authored about 5 years ago by Noah Hüsser <[email protected]>
Fix some build errors with the probe -> debug_probe rename

github.com/probe-rs/cargo-flash - b94fffd653ef28433b2ced88724da4cb57cdd32f authored about 5 years ago by Noah Hüsser <[email protected]>
Fix wildcard dep

github.com/probe-rs/probe-rs - 0f7c69bd4f989caa0059575534f1484543ca1cfe authored about 5 years ago by Noah Hüsser <[email protected]>
Change probe crate name to debug-probe and add README for cargo-flash

github.com/probe-rs/probe-rs - a6c17270a1716a4dba147abc3d6a4d1b63753397 authored about 5 years ago by Noah Hüsser <[email protected]>
Change probe crate name to debug-probe and add README for cargo-flash

github.com/probe-rs/probe-rs - 07021d49516eae3b3421f194d87eed092b7ce699 authored about 5 years ago by Noah Hüsser <[email protected]>
Change probe crate name to debug-probe and add README for cargo-flash

github.com/probe-rs/cargo-flash - 371d53be3b00164abcfcdcd1e4db2c990a1a21dd authored about 5 years ago by Noah Hüsser <[email protected]>
Rename memory crate for no name conflicts

github.com/probe-rs/probe-rs - 96358f9a6a3b2d080d6b5057dae356d1a46ac31d authored about 5 years ago by Noah Hüsser <[email protected]>
Rename memory crate for no name conflicts

github.com/probe-rs/probe-rs - 652c1ca5759049f39af05ebf67ea35960c94784d authored about 5 years ago by Noah Hüsser <[email protected]>