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

Merge pull request #8 from probe-rs/updates

Single workspace configuration

github.com/probe-rs/probe-rs-debugger-test - f4bc75b826ae3abe7b18fac5a1eba8ddb80bc4bb authored almost 2 years ago by Noah Hüsser <[email protected]>
Debugger: Slightly relax the RISC-V restriction when handling of `restart` request. (#1569)

github.com/probe-rs/probe-rs - 2c2f023666d12cdae9b907c2897b3c17389db8a2 authored almost 2 years ago by JackN <[email protected]>
Voltage translators now track target VCC

github.com/probe-rs/rusty-probe-firmware - 681b8299851f0faf923d56dcce394f7d5ba88f4e authored almost 2 years ago by Emil Fresk <[email protected]>
Update to latest RTICv2

github.com/probe-rs/rusty-probe-firmware - 2819790e438c4be7a89abbc9a8f2c1a5c04ec5ba authored almost 2 years ago by Emil Fresk <[email protected]>
Merge pull request #5 from glaeqen/master

Fully qualify `MaybeUninit` type

github.com/probe-rs/flash-algorithm - c734d173ef36f9dba51dc542e9a7f8236cbe334e authored almost 2 years ago by Noah Hüsser <[email protected]>
Fully qualify `MaybeUninit` type

github.com/probe-rs/flash-algorithm - 3618a0ff904b72d99574ce142ba827d341139598 authored almost 2 years ago by Gabriel Górski <[email protected]>
Fix whitespace

github.com/probe-rs/flash-algorithm - b3fbdf7d36c613b7b163d2c3e1d6e28bffcbb1a8 authored almost 2 years ago by Gabriel Górski <[email protected]>
Experimental support for debugging binaries compiled from `.c` files. (#1558)

github.com/probe-rs/probe-rs - ab78a5f9138551de437a390d5b62b06d4e941f25 authored almost 2 years ago by JackN <[email protected]>
Single workspace configuration

github.com/probe-rs/probe-rs-debugger-test - a77e42769d9d8a2b3b219cd4fbc9c83597328a16 authored almost 2 years ago by JackN <[email protected]>
panic-rtt-target with CS

github.com/probe-rs/rtt-target - ec89dcc46b4cf9aa7b84b2c207e335a83645fd8c authored almost 2 years ago by Per Lindgren <[email protected]>
Set the flash range of RP2040 to the max supported size (#1567)

github.com/probe-rs/probe-rs - ff7c570cae29c32adbf3026b19990f6ebd941bb7 authored almost 2 years ago by Mathias Koch <[email protected]>
Add reset catch sequence for Silicon Labs EFM32/EFR32 Series 2 chips (#1556)

github.com/probe-rs/probe-rs - fd85bdf5d81d1c4232ed29cfb6f832fb343f8831 authored almost 2 years ago by Simon Schubert <[email protected]>
Fix clippy lints introduced in 1.68.0 (#1566)

github.com/probe-rs/probe-rs - c434d0824957fcc9240f18fccb41ac0daf8ef196 authored almost 2 years ago by Dominik Boehi <[email protected]>
Detect changes in the PROBE_RS_TARGETS_DIR (#1562)

github.com/probe-rs/probe-rs - d6aa2e820bb8a2c8d786524d411c8ee214f36765 authored almost 2 years ago by Gabriel Górski <[email protected]>
Add support for `monitor reset` and `monitor reset halt` commands (#1565)

github.com/probe-rs/probe-rs - 6c556cc621aee5f47e9cc3070c34bc9f3d109765 authored almost 2 years ago by Max Barnash <[email protected]>
Update to use the new dap-rs API

github.com/probe-rs/rusty-probe-firmware - 4a2698c09115bf4faa665cb145d2cb55dd5ed1b5 authored almost 2 years ago by Emil Fresk <[email protected]>
WIP: Refactor source for `probe-rs-debugger` (#1557)

github.com/probe-rs/probe-rs - b9dd1a4c80e31be68daab607403c641504827592 authored almost 2 years ago by JackN <[email protected]>
Fix typos (#75)

* Fix typo

* Fix another typo.

* More typos and grammar.

github.com/probe-rs/webpage - c3224864fcd0947abb14bdaf4aaa6112576450d0 authored almost 2 years ago by Andrew Walbran <[email protected]>
Fix typo (#74)

comand -> command

github.com/probe-rs/webpage - 139afaf9034b52b93501e39963bae1b423c35896 authored almost 2 years ago by Andrew Walbran <[email protected]>
Implement verify function

github.com/probe-rs/flash-algorithm - 680ba43bd49afdb37cd19279d30c1f06d13e1f19 authored almost 2 years ago by Jackson Ming Hu <[email protected]>
fix(deps): update all non-major dependencies (#1555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/probe-rs/probe-rs - f52176c118c8be3cab50f003baad72b500b0b436 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update deps and remove dependency on vulnerable remove_dir_all (#1554)

github.com/probe-rs/probe-rs - 0ed212ff8faa9fa06ef0a1dab8380db6a69cb7e2 authored almost 2 years ago by Dominik Boehi <[email protected]>
Add support (Part 1) for 'gdb-like' commands to be typed into VSCode Debug Console REPL. (#1552)

github.com/probe-rs/probe-rs - 1e65d959519ea6df325f285fa2fedb55b1baca3b authored almost 2 years ago by JackN <[email protected]>
fix(docs): update library quickstart (#73)

A few small updates to bring the library quickstart docs in line with current probe-rs (0.17.0).

github.com/probe-rs/webpage - 11d18e3e4f1c2af3752e55e446256f002b289b26 authored almost 2 years ago by sethp <[email protected]>
Allows add_target_from_yaml function to accept multiple sources (#1547)

github.com/probe-rs/probe-rs - 59a2e0ab0c6bf13f081be718be2dc67614fdc85b authored almost 2 years ago by capvor <[email protected]>
Merge pull request #24 from robamu/mueller/section-for-reading

small section related to read via RTT

github.com/probe-rs/rtt-target - 4d8bdd8e371f0701595dbfed0b185db188516c2e authored almost 2 years ago by Dario Nieuwenhuis <[email protected]>
Fix repository links

github.com/probe-rs/rtt-target - 5c34f090123109316242aec6439b6401afbc16d1 authored almost 2 years ago by Noah Hüsser <[email protected]>
Make example more rusty

github.com/probe-rs/rtt-target - 594d2ffdc16df2f7319319508c4ebc91a53e5bab authored almost 2 years ago by Noah Hüsser <[email protected]>
Update to cargo dist 0.0.4, build for Apple M1/M2 (#1553)

github.com/probe-rs/probe-rs - 51775204f8b1d096f625a86d74da82247995995d authored almost 2 years ago by Dominik Boehi <[email protected]>
Prepare for release

github.com/probe-rs/rtt-target - 59b236ce50e44826031adbfc12742e4a0b8d5d6c authored almost 2 years ago by Noah Hüsser <[email protected]>
Fix all clippy lints

github.com/probe-rs/rtt-target - c72dec6c748ab06ed05f19db89b0ebb1cfb0dba5 authored almost 2 years ago by Noah Hüsser <[email protected]>
Fix example

github.com/probe-rs/rtt-target - e07ef0add068ac82611adbb085c1527820d2519e authored almost 2 years ago by Noah Hüsser <[email protected]>
small section related to read via RTT

github.com/probe-rs/rtt-target - d4a8224d786058cbeca3d536362b3e960347199e authored almost 2 years ago by Robin Mueller <[email protected]>
Merge pull request #16 from xoac/only-debug

Add macros that are included only in debug build

github.com/probe-rs/rtt-target - fdaabd7e1465d51f59cf39bb0ddee80bb3d10a99 authored almost 2 years ago by Noah Hüsser <[email protected]>
Apply suggestions from code review

github.com/probe-rs/rtt-target - 7ca38993b74c9349c034ac8393cde66c69117478 authored almost 2 years ago by Noah Hüsser <[email protected]>
Make clear when debug macros are included. Hide debug module from doc

github.com/probe-rs/rtt-target - 7c775c560bf822774b80964c3a12a76f3e2d3fe4 authored almost 2 years ago by Sylwester Rąpała <[email protected]>
Add macros that are included only in debug build

github.com/probe-rs/rtt-target - ed264ca123f7f3587337a8196d77e3ec1107054c authored almost 2 years ago by Sylwester Rąpała <[email protected]>
Merge pull request #32 from tgross35/rdbg

Add rdbg! macro

github.com/probe-rs/rtt-target - 59782d749eb03d555a79a19e1fb3305b45125c99 authored almost 2 years ago by Noah Hüsser <[email protected]>
Merge pull request #31 from tgross35/fix-ra-pub

Make `up` and `down` fields public to appease rust-analyzer

github.com/probe-rs/rtt-target - a0dc30dacaf622b95cc44de31cc4f33696e3c213 authored almost 2 years ago by Noah Hüsser <[email protected]>
Merge pull request #29 from danc86/license-text

add license-file to crate metadata

github.com/probe-rs/rtt-target - b11be777e25cde68a280599d9663cb2bf1a93357 authored almost 2 years ago by Noah Hüsser <[email protected]>
Merge pull request #28 from Dirbaio/cs1

Use critical-section 1.0 for locking.

github.com/probe-rs/rtt-target - b2709807346619f2302f6cb386e00b5f5400ae88 authored almost 2 years ago by Noah Hüsser <[email protected]>
Merge pull request #3 from jannic-dev-forks/fix-build

Update Cargo.lock

github.com/probe-rs/rusty-probe-firmware - 7deabe164d3b2681bc548712307115f3eca2da80 authored almost 2 years ago by Dario Nieuwenhuis <[email protected]>
Update Cargo.lock

Fixes the following error:

```
Updating git repository `https://github.com/rtic-rs/cortex-m...

github.com/probe-rs/rusty-probe-firmware - 3ee297c608cf944509d7ebfec869f3920139c906 authored almost 2 years ago by Jan Niehusmann <[email protected]>
probe-rs-debugger: Fix "Launch/Attach" behavior. (#1550)

github.com/probe-rs/probe-rs - 4fed241f3929d1ae5ed3a8c92647473db6dcb89d authored almost 2 years ago by JackN <[email protected]>
`probe-rs-debugger` updates related to MS DAP protocol implementation. (#1548)

github.com/probe-rs/probe-rs - af582f51385e91c05738da01e79143aa568fe055 authored almost 2 years ago by JackN <[email protected]>
Add support for EFM32TG11B family (#1549)

github.com/probe-rs/probe-rs - 3b50a8b0f5410ab304928494e84ddee0ee56131f authored almost 2 years ago by n8tlarsen <[email protected]>
Use cargo-dist to release binaries (#1544)

github.com/probe-rs/probe-rs - b380ee74ab87bc23930e27efa57c8916aad0679c authored almost 2 years ago by Dominik Boehi <[email protected]>
Disable dependabot (replaced by renovate bot) (#1543)

github.com/probe-rs/probe-rs - 3b08fbdc2f9c1cd7050368202737f4b3794a20ac authored almost 2 years ago by Dominik Boehi <[email protected]>
chore(deps): update all non-major dependencies (#1545)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/probe-rs/probe-rs - 16aca7573a2b6d427ebe8d1de79ccb2a01f715b7 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use the correct flash base address when testing flash algorithm with target-gen (#1542)

Hi all,

This PR is an attempt to fix this issue:
https://github.com/probe-rs/flash-algorithm-te...

github.com/probe-rs/probe-rs - f9cf2ea335aa484e190d6d1f3158a59b666f35c2 authored almost 2 years ago by Jackson Ming Hu <[email protected]>
Update fedora prerequisites (#1533)

The cargo-embed install was complaining about being "Unable to find
libusb-1.0" until I also ins...

github.com/probe-rs/probe-rs - 9d842aeec1a87869905f6b98a1b3aa2aec9c4ff0 authored almost 2 years ago by Duncan Parkes <[email protected]>
Merge pull request #2 from tgross35/feature-flag

Put the panic handler behind a feature flag

github.com/probe-rs/flash-algorithm - 0d68027422914da8193effb5b1507598d97afb7d authored almost 2 years ago by Noah Hüsser <[email protected]>
Put the panic handler behind a feature flag

github.com/probe-rs/flash-algorithm - 588c8ca195565f63d39eb30387e8546475b150c7 authored almost 2 years ago by Trevor Gross <[email protected]>
Merge pull request #1 from Dirbaio/fix-build

Fix build, add Cargo.lock.

github.com/probe-rs/rusty-probe-firmware - 3cfcf8c72fbba0f1641d640a85dcc56e2d47192f authored almost 2 years ago by Noah Hüsser <[email protected]>
Merge pull request #3 from vccnfitingh/optional-functions-as-features

Make EraseChip optional

github.com/probe-rs/flash-algorithm - 0b24c514add921c65d5a6b8498346ece5bcb5e65 authored almost 2 years ago by Noah Hüsser <[email protected]>
Fix build, add Cargo.lock.

github.com/probe-rs/rusty-probe-firmware - f9100f49713fcb9f335360b13970b591c4d4db0e authored almost 2 years ago by Dario Nieuwenhuis <[email protected]>
Removes actions-rs/cargo and actions-rs/clippy-check from GitHub Actions (#1522)

Uses cargo & clippy provided by dtolnay/rust-toolchain

Fixes #1396

github.com/probe-rs/probe-rs - c5e8c29aea15a51e6bbe6e038942dc55d670f4b3 authored almost 2 years ago by Martins Polakovs <[email protected]>
Make EraseChip optional

According to [1], only Init, UnInit, EraseSector, and ProgramPage
are mandatory.

[1]: https://o...

github.com/probe-rs/flash-algorithm - 0bbc407bcc1f4e1e77ad89a1c1c4e187f6619f94 authored almost 2 years ago by Nils Fitinghoff <[email protected]>
Merge pull request #54 from probe-rs/fix_launch

Fix debuggerExecutable is invalid and fails to launch

github.com/probe-rs/vscode - 04ebb748acb452fc6bfe543ab4eb2eede8db0fff authored almost 2 years ago by JackN <[email protected]>
fix debuggerExecutable

github.com/probe-rs/vscode - 09f3931fd52df18305515f4d9c37377c230cef05 authored almost 2 years ago by JackN <[email protected]>
Merge pull request #53 from probe-rs/test_publish

Test publish.yaml

github.com/probe-rs/vscode - 4a923bf007ff268028134ffe4ca5fcc4cf949005 authored almost 2 years ago by JackN <[email protected]>
Update README and publish conditions

github.com/probe-rs/vscode - acec5f1d4e53904e07acc8ddd2f25556f24eb678 authored almost 2 years ago by JackN <[email protected]>
Merge branch 'test_publish' of https://github.com/probe-rs/vscode into test_publish

github.com/probe-rs/vscode - f82ad686d46cef3cff0e8b83cb0b1f9e91fbe6bf authored almost 2 years ago by JackN <[email protected]>
Merge branch 'master' into test_publish

github.com/probe-rs/vscode - 5731788fc431606744ee86ffaadf7ef756bacde4 authored almost 2 years ago by JackN <[email protected]>
Undo changes in ci.yml

github.com/probe-rs/vscode - d75fd4f504bf5ec38d24534c267aa1114f446cc6 authored almost 2 years ago by JackN <[email protected]>
Revert "undo change to ci.yml"

This reverts commit 3d172ccc30e1714927ceaaee100443d80630c426.

github.com/probe-rs/vscode - 0c8ade3e965627efab924640d2b01cb0a1736964 authored almost 2 years ago by JackN <[email protected]>
undo change to ci.yml

github.com/probe-rs/vscode - 3d172ccc30e1714927ceaaee100443d80630c426 authored almost 2 years ago by JackN <[email protected]>
Test publish.yaml

github.com/probe-rs/vscode - e254e4f704bf20bcc767f62454cd5075f968b297 authored almost 2 years ago by JackN <[email protected]>
ci.yaml only run when changes on pull_request

github.com/probe-rs/vscode - 6bc5e2dd08640ab294add11ef871b0883d7a92bd authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - b2109ec8866a48e98e6a06fe0800fcdadb9e5662 authored almost 2 years ago by JackN <[email protected]>
Merge pull request #52 from probe-rs/readme_change

README files for GitHub and extension marketplace

github.com/probe-rs/vscode - 30986f1bc71e9ab1af5b901d2c8b3d17f4eafcf0 authored almost 2 years ago by JackN <[email protected]>
Merge branch 'master' into readme_change

github.com/probe-rs/vscode - d514b099985c4c583b4d12530b1387d7e8d1fd9d authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 018fc4f2756dd9761ec3368d07d86797d8ca38af authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - de2728dfa3f716830580f8bae8eed13cde9c7db9 authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 5155398b19a7e24980630ec8bfb5d06f88cf64d1 authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - daf674bea9c1333898210565925e821be89ed2b3 authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 1974b9450ab23bd2ef9979e9c27e2aa244a1c9d1 authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - e9b986dae1490e3027e45207ba6c770996ba1a69 authored almost 2 years ago by JackN <[email protected]>
Merge pull request #51 from probe-rs/feat/settings-cli-location

Support configurable debugger executable

github.com/probe-rs/vscode - 4ae9bbdcd673e70e6632cde979913eb34d47687b authored almost 2 years ago by Dominik Boehi <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 14edf83591a742f6d5d0881eb8ff61812ebf581a authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 581d2ef761eb94a913f52fcc453f7f4266066c75 authored almost 2 years ago by JackN <[email protected]>
README files for github and extension marketplace

github.com/probe-rs/vscode - d32645bb3fa304530e4f3c6b29825750b72092f3 authored almost 2 years ago by JackN <[email protected]>
Merge branch 'master' into feat/settings-cli-location

github.com/probe-rs/vscode - 9982eadc5b173d54a6293a90fa8afeb7c7338d56 authored almost 2 years ago by JackN <[email protected]>
Merge pull request #50 from probe-rs/noppej-patch-1

Improving publish.yml

github.com/probe-rs/vscode - e13a1fccc9ee7854a8e53c1b7772a86d77a75b91 authored almost 2 years ago by JackN <[email protected]>
Update publish.yml

github.com/probe-rs/vscode - 770ecd82ffa5add1ede438285d88dda12bab7e37 authored almost 2 years ago by JackN <[email protected]>
Merge pull request #49 from probe-rs/readme_fixes

Readme and Package changes

github.com/probe-rs/vscode - 23da815fcd0f0a9ea872b1da130fe0a26ad5bf59 authored almost 2 years ago by JackN <[email protected]>
Update package.json

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

github.com/probe-rs/vscode - c634eceeb7c02468a7876e2cc2713999b2b4a9a6 authored almost 2 years ago by JackN <[email protected]>
Readme and Package fixes

github.com/probe-rs/vscode - 590338b4d1ea055fb3f226218ceb7ea3ff76b7fa authored almost 2 years ago by JackN <[email protected]>
WIP: Configurable adapter exe

github.com/probe-rs/vscode - 470a2253300dcea32eea0d47d548ae64b5033629 authored almost 2 years ago by Dominik Boehi <[email protected]>
fix: Keywords in package.json should be an array (#48)

* fix: Keywords in package.json should be an array

* Run prettier

github.com/probe-rs/vscode - 435f2f4eeeff17306f24c06abc7bde889b41dbff authored almost 2 years ago by Dominik Boehi <[email protected]>
Merge pull request #45 from probe-rs/prepare_to_publish

Prepare to publish to VSCode marketplace

github.com/probe-rs/vscode - 93469bcd15083a4f746a971f9ed794533415f709 authored almost 2 years ago by JackN <[email protected]>
Updates for VSCode extension release to marketplace (#71)

github.com/probe-rs/webpage - 3356ceb09bb9492fceaa5a08ac5a90a18394dee0 authored almost 2 years ago by JackN <[email protected]>
Various fixes to README.md

github.com/probe-rs/vscode - 40bb3e673160debd6b0819b0849789f202f744ef authored almost 2 years ago by JackN <[email protected]>
Change version number to 0.17.0

github.com/probe-rs/vscode - 060ffb41ae6bc8c0a5e423ce2e4b92006cab576d authored almost 2 years ago by JackN <[email protected]>
Update CHANGELOG.md

Co-authored-by: Noah Hüsser <[email protected]>

github.com/probe-rs/vscode - ff147bcf78f5d0fcd0a58a87720833e09696ac24 authored almost 2 years ago by JackN <[email protected]>
Refactor startup code in debugger (#1511)

I've tried to refactor the "startup" code of the debugger to make it a
bit easier to read, the a...

github.com/probe-rs/probe-rs - dc5eb11ba23a5abfd1dd734385b93c7edd60f490 authored almost 2 years ago by Dominik Boehi <[email protected]>
Updated keywords

github.com/probe-rs/vscode - 19897b7b9e496ded58e7040efc31497bc7491e43 authored almost 2 years ago by JackN <[email protected]>
Reduced 'package.json' keywords to resolve VSCE publish bug.

github.com/probe-rs/vscode - 5c83d1a7499c0eb46a2861ba06aa617df962f99f authored almost 2 years ago by JackN <[email protected]>
add problem watches for esbuild

github.com/probe-rs/vscode - 1b5ad06604d5a0dc93e76e8fc8b8975d574acd3a authored almost 2 years ago by JackN <[email protected]>
Feat: Add default debug_core_stop sequence (#1525)

Add the default implementation for `debug_core_stop`, taken from
https://open-cmsis-pack.github....

github.com/probe-rs/probe-rs - 89e06fcbcb5792b00945fd84dbaca295952b65c2 authored almost 2 years ago by Dominik Boehi <[email protected]>