Sean Cross
Sean Cross
When building relatively large projects such as `probe-rs` on macOS, there is a build failure with the error `ProcessFdQuotaExceeded`. This is due to the relatively low number of descriptors available...
This patchset performs a number of improvements: 1. It uses a locally-patched version of `ladspa.rs`, at least until the fixes get upstreamed. This is to work around a new issue...
I'm experiencing a segfault in pipewire when using the ladspa plugin: ``` (gdb) run Starting program: /usr/bin/pipewire -c filter-chain.conf [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New...
### Summary When running `cargo clippy --fix`, it reports: ``` after fixes were automatically applied the compiler reported errors within these files: * ladspa.rs/src/ffi.rs This likely indicates a bug in...
### Summary I'm trying to come up with a configuration array that takes objects that are of a given type. The items in this global list can vary depending on...
### Description Apple has deprecated kernel extensions and may remove them at some point, so the existing `tap.kext` approach for attaching an emulated network to a physical target has a...
When going to https://play.rust-lang.org/?version=stable&mode=debug&edition=2021 in a new browser, hitting "Run" returns a compile error of: ``` Unexpected token '
Implement a reset sequence for the RP2040 by going into Rescue Mode by poking the Rescue DP and then doing a write with the CDBGPWRUPREQ bit clear. This fixes flashing...
Export `arm::communications_interface::DapProbe` to enable creating Sequences that require this struct in their arguments. Similarly, export `riscv::dtm::JtagDtmBuilder` to enable creating RISC-V probes by implementing `DebugProbe::try_get_riscv_interface_builder()`
Update to the unreleased v0.2.0 of nusb. This fixes an issue observed on macos where nusb segfaults when transmitting data of at least 513 bytes.