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

Global app configuration system and Hive system user/group management (#7)

* Added global app config system with hive user/group management

* use new hive uid/gid globa...

github.com/probe-rs/hive-software - 1067e6d62665386e9f8a1d358b0ec691138fca37 authored 10 months ago by Thierry Kühni <[email protected]>
Update cargo install command in the readme to use Cargo.lock (#2158)

github.com/probe-rs/probe-rs - 40771c97dc797a5e0da51850f68f49751e85b94a authored 10 months ago by Andrey M <[email protected]>
Fix IPC socket ownership to have Hive group instead of nogroup so runner user can access it. Eliminate users crate and use nix instead

github.com/probe-rs/hive-software - 9004356c2330eedb2a49ce8b691138b4b8fe387b authored 10 months ago by Thierry Kühni <[email protected]>
Workaround for rust analyzer to allow for mutually exclusive features

github.com/probe-rs/hive-software - e4e92fd12f0e60147693ddae6bb3c55324d61ea3 authored 10 months ago by Thierry Kühni <[email protected]>
Fix fuckup of switching to probe-rs dev. Crates using probe-rs stable should now build.

github.com/probe-rs/hive-software - 037ab2d9ba41f3939a42a06dd90cf740e60bde73 authored 10 months ago by Thierry Kühni <[email protected]>
Some more misc cleanup (#2179)

github.com/probe-rs/probe-rs - 37d40b998a6e51bddd38944275fa11dda8465aa9 authored 10 months ago by Dániel Buga <[email protected]>
Do not debug-print VariableType variant when hovering over a variable (#2177)

github.com/probe-rs/probe-rs - ff2370fb80e89a6a0fea23d08b767dcba67cf9c9 authored 10 months ago by Dániel Buga <[email protected]>
Fix svd bug (#2176)

github.com/probe-rs/probe-rs - 857a856d0e64513d68763f42afeb860691321ff5 authored 10 months ago by Dominik Boehi <[email protected]>
Merge pull request #15 from probe-rs/dependabot/cargo/minor-fac05aa105

Bump the minor group with 4 updates

github.com/probe-rs/log-viewer - b966842ffee5acc6e3163facee57d86794bc8c64 authored 10 months ago by Noah Hüsser <[email protected]>
Clean up variable value parsing (#2175)

github.com/probe-rs/probe-rs - 3665a6f7e8edb0f5708c6581ba5714081c99c8bd authored 10 months ago by Dániel Buga <[email protected]>
ADIv5: Fix a bunch of mistakes in `ArmProbe::write` (#2172)

github.com/probe-rs/probe-rs - 93d1a0d9dcfa713fd86fb2932f041adff48f2c9a authored 10 months ago by Dániel Buga <[email protected]>
Bump the minor group with 4 updates

Bumps the minor group with 4 updates: [web-sys](https://github.com/rustwasm/wasm-bindgen), [wasm...

github.com/probe-rs/log-viewer - 2b5d8400b5a56123f69b60aa01c64fc4d5800430 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement writing C variables (#2171)

github.com/probe-rs/probe-rs - c25e04516ea76ccc2d992666b753859f91c4d7a2 authored 10 months ago by Dániel Buga <[email protected]>
Update all non-major dependencies (#2174)

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

github.com/probe-rs/probe-rs - 0584a983cd098a62cf6d77ec88c5871b4653bdba authored 10 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Ensure we have valid descriptor data when initially accessing espusbjtag (#2173)

github.com/probe-rs/probe-rs - fcfdfd859f4d40f67ac49ab8d71cafd6f923748a authored 10 months ago by Scott Mabin <[email protected]>
Split SVD variable cache into a separate struct (#2160)

github.com/probe-rs/probe-rs - 93f91e8d15f260f80da60c3058416f20fdcdd48d authored 10 months ago by Dominik Boehi <[email protected]>
Fix segfault in prettytable-rs (phsym/prettytable-rs#145)

github.com/probe-rs/hive-software - adec4e66cd89231dd646b63eafb59939b675b154 authored 10 months ago by Thierry Kühni <[email protected]>
Setup: Install bubblewrap sandbox

github.com/probe-rs/hive-software - 509fa9f7ed45324a8a0746b9e232d5aa3bf4bac7 authored 10 months ago by Thierry Kühni <[email protected]>
Setup runner user

github.com/probe-rs/hive-software - c869fa9c78a132867158db9ee53d2e8c06d4f5d5 authored 10 months ago by Thierry Kühni <[email protected]>
Provide API token for WS handshake in hive CLI

github.com/probe-rs/hive-software - 548ed16b4099be94a2750d8c412390a716d5a747 authored 10 months ago by Thierry Kühni <[email protected]>
move probe-rs stable to latest master to avoid hidapi feature collision

github.com/probe-rs/hive-software - 24c5230dc3c66b6fce11b2106649f984977bfde3 authored 10 months ago by Thierry Kühni <[email protected]>
fix cargo check in CI

github.com/probe-rs/hive-software - 0dcc844d32048e19831ef507b3be94d3823d0f97 authored 11 months ago by Thierry Kühni <[email protected]>
fix clippy warnings

github.com/probe-rs/hive-software - de34c8e6a28702cf0e920584babd8b1767a5c3d3 authored 11 months ago by Thierry Kühni <[email protected]>
fix CI due to transitional dependencies with testcandidate and stable probe-rs

github.com/probe-rs/hive-software - 585f4f5d4a5d3d7a4ff31812096009f93e98cc4a authored 11 months ago by Thierry Kühni <[email protected]>
Fix hive cli workspace to funciton with new testcandidate location, update testcandidate imports due to probe-rs/probe-rs#2027

github.com/probe-rs/hive-software - d947e2bbff24d2be1c3b89dc37598e2ad3410b34 authored 11 months ago by Thierry Kühni <[email protected]>
Fix hidapi build error due to cargo including the probe-rs testcandidate and stable in the same build

github.com/probe-rs/hive-software - 91d84aff2b41a904239ac3abeb459a4cb3af2b66 authored 11 months ago by Thierry Kühni <[email protected]>
Update defmt_decoder (#2167)

github.com/probe-rs/probe-rs - a003183d2350c1bc1a90b2ace61cec34da28f7d6 authored 11 months ago by Dániel Buga <[email protected]>
Halt the core after attaching so sequences can run freely (#2151)

github.com/probe-rs/probe-rs - 62755fd6f9e395d51c66c7a3f384ed4a2d41e94a authored 11 months ago by Scott Mabin <[email protected]>
Update cargo.toml parser to be able to parse modern cargo files

github.com/probe-rs/hive-software - 60e43e623559d07aa3eafc5c7d66ffca503e3adc authored 11 months ago by Thierry Kühni <[email protected]>
Make target search reactive again

github.com/probe-rs/hive-software - 19fd1ccf280d5957e2c56df31a7bddaa5a223d65 authored 11 months ago by Thierry Kühni <[email protected]>
Auto apply probe-rs udev rules during hive setup

github.com/probe-rs/hive-software - 7346f8ae57126ba8278c519b425805170f04404e authored 11 months ago by Thierry Kühni <[email protected]>
Remove unused code (#2166)

github.com/probe-rs/probe-rs - 89342085dc9f7343c64d1a6f00fac5225d1f882b authored 11 months ago by Dániel Buga <[email protected]>
Rework `unit_info`'s `read_memory` & some general cleanup (#2165)

github.com/probe-rs/probe-rs - dc6ffb3a3ee8dc51419540d9e28652740f060316 authored 11 months ago by Dániel Buga <[email protected]>
Fix SWDIO for J-Link (#2144)

github.com/probe-rs/probe-rs - a79dc5557402cf4c80bf57818a7b1e8bdfa0fc10 authored 11 months ago by Dominik Boehi <[email protected]>
Implement token based authorization for test API endpoints (#5)

* update hive-db to support automatic bincode deserializing on sleds `Iter` struct

* reexport...

github.com/probe-rs/hive-software - 8cf9673c3edaace547a31c252562f4423d6cee88 authored 11 months ago by Thierry Kühni <[email protected]>
Unwind C enum variants, handle all C versions known by gimli, fix struct members (#2157)

github.com/probe-rs/probe-rs - 1859d6332e98caf501be088bac04551bad35fd30 authored 11 months ago by Dániel Buga <[email protected]>
Fix clippy warning, use rustc 1.76 (#2159)

github.com/probe-rs/probe-rs - 4925367ffc275bd1e4fd76e8edfd9e24bf17d211 authored 11 months ago by Dominik Boehi <[email protected]>
Fix: temporarily pin defmt-decoder version (#2155) (#2156)

github.com/probe-rs/probe-rs - aeb607298e39c7c1bdc6603daba93bcc5296c4c3 authored 11 months ago by Tommy G <[email protected]>
Extract language specific variable type handling (#2150)

github.com/probe-rs/probe-rs - f5a1110c9ce82a580a6498962a997b5c2365aeaf authored 11 months ago by Dániel Buga <[email protected]>
Move coredump to a separate file, use efficient read (#2147)

github.com/probe-rs/probe-rs - f1bb3c6b5723f1f4c6077e35265d03c15686504e authored 11 months ago by Dominik Boehi <[email protected]>
debugger: Don't put existing value into error message (#2154)

github.com/probe-rs/probe-rs - 59675f09ac29feea4c9d877865a37f365dd9cb28 authored 11 months ago by Dominik Boehi <[email protected]>
Fix: Debug cannot resolve variables with DW_AT_accessibility attribute (#2149)

github.com/probe-rs/probe-rs - b5eb7ba1fd796b0520f4451da5a2e6fc827ba079 authored 11 months ago by JackN <[email protected]>
Merge pull request #84 from probe-rs/fix_cwd_default

Add DebugConfigurationProvider for configuration defaults

github.com/probe-rs/vscode - c14d5c7d6080f72e40ce29fa5b8f67ea7d2bc4d1 authored 11 months ago by JackN <[email protected]>
Add DebugConfigurationProvider for configuration defaults

github.com/probe-rs/vscode - 75725e8423ed3acc26c2298067e61416321a7bbf authored 11 months ago by JackN <[email protected]>
Assign default `cwd` correctly.

github.com/probe-rs/vscode - 3f4a45e48e68152af00754a6fd4d1cadfab76cf8 authored 11 months ago by JackN <[email protected]>
Update to embedded-test v0.3.0 and embassy-executor v0.5.0

github.com/probe-rs/embedded-test-example - fa5f92b626a950707804b4095e29eb6d91bfac1f authored 11 months ago by Timo <[email protected]>
Merge branch 'rtt-target'

github.com/probe-rs/embedded-test - 25132079044613b943da426f65a9ff633f1f715c authored 11 months ago by Timo <[email protected]>
Bump macro version and update changelog

github.com/probe-rs/embedded-test - 55dfe76e7f17b982961d6b851098edb60d7ee393 authored 11 months ago by Timo <[email protected]>
Update to embassy-executor 0.5.0

github.com/probe-rs/embedded-test - 45e0ac5bea2f2918668ca69494ae5e579b9f511e authored 11 months ago by Timo <[email protected]>
Assign default `cwd` correctly. (#83)

* Assign default `cwd` correctly.

* Fix prettier

github.com/probe-rs/vscode - 01a006a3298023e0d28393eef6d8efd621dfd7c6 authored 11 months ago by JackN <[email protected]>
Fix logging via target-rtt

github.com/probe-rs/embedded-test - 15b0a151bdedb840501b1fec9986eb504403bfc6 authored 11 months ago by Linas Nikiperavičius <[email protected]>
Fix cargo subcommand build instructions (#2141)

github.com/probe-rs/probe-rs - cef1df972d8d1327083db9d7bb2208c0f34a4e12 authored 11 months ago by Dániel Buga <[email protected]>
Deduplicate `resolve_cwd` (#2142)

github.com/probe-rs/probe-rs - 3f496848c99cf28ff17e4a3d55e9ada5d62890c7 authored 11 months ago by Dániel Buga <[email protected]>
Add ESP32 target (#2102)

github.com/probe-rs/probe-rs - 7dc5872f113d224a49587b70e94edc105b94769a authored 11 months ago by Dániel Buga <[email protected]>
Try to improve C debugging experience (#2134)

github.com/probe-rs/probe-rs - e75bff6401ca04845b337819ad3095a052d29e3f authored 11 months ago by Dániel Buga <[email protected]>
Allow specifying data load address, shrink ESP flash algos (#2099)

github.com/probe-rs/probe-rs - 8f5106b8d5eb04251801a4a276a9889a016a9c08 authored 11 months ago by Dániel Buga <[email protected]>
Simplify `FlashAlgorithm::assemble_from_raw` (#2093)

github.com/probe-rs/probe-rs - 71a03c8f1303e8903d297517a95aab4f26d63ec0 authored 11 months ago by Dániel Buga <[email protected]>
fix(deps): update all non-major dependencies (#2138)

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

github.com/probe-rs/probe-rs - 9fee650456dc8728a49e2829aa4b5da9f5ffb275 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
RISC-V: CH32V307 support (#2136)

github.com/probe-rs/probe-rs - 85097c26c8ab6a59acf49f4940a9d99e7c037cac authored 11 months ago by Marek Vrbka <[email protected]>
Build for 64bit ARM linux (#2097)

github.com/probe-rs/probe-rs - 2c10e34aa6ee430c7cec2fbbcd773e150cad20df authored 11 months ago by Noah Hüsser <[email protected]>
Cargo Embed: publish channel data over optional tcp socket (#2126)

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

github.com/probe-rs/probe-rs - b286869e8c7f02fbc665141d1cc43b21223ce8d9 authored 11 months ago by Ingmar Jager <[email protected]>
update nusb, attempt to detach ftdi drivers (#2107)

github.com/probe-rs/probe-rs - 8dc7860d2731d247ad88127884e5cc4e2ffeb644 authored 11 months ago by Dániel Buga <[email protected]>
Have the frontpage show a permalink to latest release installer (#110)

github.com/probe-rs/webpage - b0e0d281572b2415db5f51a2951207503e51173d authored 11 months ago by Noah Hüsser <[email protected]>
chore(deps): update ratatui to 0.26.0 (#2133)

github.com/probe-rs/probe-rs - 43ca360c12b91f05055b238e3bb285b8585e910d authored 11 months ago by Josh McKinney <[email protected]>
Some minor cargo-embed cleanup (#2130)

github.com/probe-rs/probe-rs - 1d692a3009fb30afef964b3f961a20b2f6bb68d0 authored 11 months ago by Dániel Buga <[email protected]>
Don't panic if `current_local_offset` fails (#2129)

github.com/probe-rs/probe-rs - 80f4138c1969547570fde47435f21a086a65c200 authored 11 months ago by Dániel Buga <[email protected]>
Exit retry loop when using JTAG (#2120)

github.com/probe-rs/probe-rs - 46538d55f45654056ea51b9917b4b3201e989c8a authored 11 months ago by Dániel Buga <[email protected]>
Downgrade debug log that should not be a warning (#2128)

github.com/probe-rs/probe-rs - 0bc728690a07d066a3602c819a76680624640b38 authored 11 months ago by Dániel Buga <[email protected]>
RISC-V: Abstract away the underlying transport protocol (#2103)

github.com/probe-rs/probe-rs - 96f76a6e801a5391485ac5984504b3eb990d9bd3 authored 11 months ago by Marek Vrbka <[email protected]>
Merge pull request #82 from bugadani/executable

Fix debuggerExecutable being ignored

github.com/probe-rs/vscode - a6aeacad24b57780e7f9531a8ebb091f6cde8d06 authored 11 months ago by JackN <[email protected]>
Fix debuggerExecutable being ignored

github.com/probe-rs/vscode - beeb023d3d2506f1fafedb6dd7e48ac5bfd73ed3 authored 11 months ago by Dániel Buga <[email protected]>
Minor cleanups around `load_hex_data` (#2124)

github.com/probe-rs/probe-rs - a3427721fc6d922dfb900724d967e04339388d2b authored 11 months ago by Dániel Buga <[email protected]>
Don't match partial chipname if we have an exact one (#2121)

github.com/probe-rs/probe-rs - 216771eca427f508fb362e2dab34bda98dd11701 authored 11 months ago by 9names <[email protected]>
Use new M1 runners, update cargo-dist (#2117)

github.com/probe-rs/probe-rs - 02eb6af4ac179551698a8a6a406b3d59e73f493b authored 11 months ago by Dominik Boehi <[email protected]>
Improve initial debug port connection for multidrop (#2092)

github.com/probe-rs/probe-rs - 7fb56bf4b80c1ec07c72a494ed49a6af0fa1b131 authored 11 months ago by Dominik Boehi <[email protected]>
Merge pull request #14 from probe-rs/fix-seq-handling

Properly detect spans

github.com/probe-rs/log-viewer - 5fea6cb65b6f52b2ea3d1efda8c8c5ec661a7fa5 authored 11 months ago by Dominik Boehi <[email protected]>
Fix clippy warning

github.com/probe-rs/log-viewer - 65829035ab8f8c4aae3b383014f9042231d6c7ae authored 11 months ago by Dominik Boehi <[email protected]>
Properly detect sequences

github.com/probe-rs/log-viewer - 463152e193c07c8752288a06ae9e805e19e99f99 authored 11 months ago by Dominik Boehi <[email protected]>
Rename the arm_jtag module to arm_debug_interface (#2114)

github.com/probe-rs/probe-rs - 150d53d0520b6308d24652c35d21cf217aa48348 authored 11 months ago by Dominik Boehi <[email protected]>
Use WARN as the default log level (#2113)

github.com/probe-rs/probe-rs - 14a8230d08d23e436eacd646457f3e1ea1b31a7f authored 11 months ago by Dániel Buga <[email protected]>
Merge pull request #13 from probe-rs/remove-log

Remove test log output

github.com/probe-rs/log-viewer - 12eae2a7880e7dea090c72fe09c079a43db6edd7 authored 11 months ago by Dominik Boehi <[email protected]>
Remove test log output

github.com/probe-rs/log-viewer - 5d237b052c11475f5a0d3a005e3ae9f90ced9433 authored 11 months ago by Dominik Boehi <[email protected]>
Merge pull request #5 from probe-rs/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.5.0

Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.5.0

github.com/probe-rs/log-viewer - a16459c58e203825dd919e0e50c2b46f6c832156 authored 11 months ago by Dominik Boehi <[email protected]>
Merge pull request #6 from probe-rs/dependabot/github_actions/jetli/trunk-action-0.4.0

Bump jetli/trunk-action from 0.2.0 to 0.4.0

github.com/probe-rs/log-viewer - 47918b0575651ebaf08e87df87511f1dbdfaa58e authored 11 months ago by Dominik Boehi <[email protected]>
Merge pull request #12 from probe-rs/dependabot/cargo/minor-7be481eb50

Bump the minor group with 2 updates

github.com/probe-rs/log-viewer - 8470718f79bb92ccba33c7c25629334961fe464f authored 11 months ago by Dominik Boehi <[email protected]>
Bump the minor group with 2 updates

Bumps the minor group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [iterto...

github.com/probe-rs/log-viewer - a03d228f6e83c51aef97ec545eca9f5aebcd243f authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jetli/trunk-action from 0.2.0 to 0.4.0

Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action) from 0.2.0 to 0.4.0.
- [Releas...

github.com/probe-rs/log-viewer - 437a6e89a7d9df3b1133d6b39d1e603a810bbd51 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.5.0

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-ac...

github.com/probe-rs/log-viewer - 0ab636e23058d7e05058b41af9f1eb0b73e988f0 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #11 from probe-rs/fix-compilation

Fix compilation

github.com/probe-rs/log-viewer - 9605ac52238411b5e26d2fc8dbc93074bdbadf9f authored 11 months ago by Dominik Boehi <[email protected]>
Run CI for merge group

github.com/probe-rs/log-viewer - 5a5f574dc57bf4fcaec80f6046c67f0507023e0c authored 11 months ago by Dominik Boehi <[email protected]>
Fix compilation

github.com/probe-rs/log-viewer - 69420db89ed8eaf8d6611e7c0f4c570449af0004 authored 11 months ago by Dominik Boehi <[email protected]>
Fix CI after probe rs update

github.com/probe-rs/hive-software - e7e285f1bca88e2dec0fee2696671f0af552f243 authored 11 months ago by Thierry Kühni <[email protected]>
fix(deps): update all non-major dependencies (#2111)

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

github.com/probe-rs/probe-rs - 73acf92686a62489049b6da6fce940bf94b07da8 authored 11 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merge pull request #9 from probe-rs/Tiwalun-patch-1

Don’t deploy from branches

github.com/probe-rs/log-viewer - 580a78e4671910c8a6b2f498d0a6dab6618bc62b authored 11 months ago by Dominik Boehi <[email protected]>
Make probe drivers public (#2027)

github.com/probe-rs/probe-rs - 153f90924bf0693941627f4f550874c6b9f3178c authored 11 months ago by Dániel Buga <[email protected]>
Don’t deploy from branches

github.com/probe-rs/log-viewer - c8e4372071cfb33a7f00f98309dc0b03b430e8c8 authored 11 months ago by Dominik Boehi <[email protected]>
Merge pull request #8 from probe-rs/dependabot/cargo/minor-df8f0471c9

Bump the minor group with 8 updates

github.com/probe-rs/log-viewer - f0010e6fc9cd049283f47511fe1de0d167a75740 authored 11 months ago by Noah Hüsser <[email protected]>
Merge pull request #7 from probe-rs/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

github.com/probe-rs/log-viewer - 6dd0b8423651ed9e4e40874e11b93faf2e486d56 authored 11 months ago by Noah Hüsser <[email protected]>