Matt Ickstadt

Results 31 issues of Matt Ickstadt

cc #67 This allows the `BBuffer` to use a pointed-to memory location rather than an owned array. Some use-cases would be shared-memory IPC, MMIO, or using a specific memory region...

``` $ cargo sweep --help ... -t, --time Number of days backwards to keep. If no value is set uses 30. ... $ cargo sweep -t error: The argument '--time...

I'm using an STLINK-V3 in VCP mode to program a custom board with an STM32H743BIT6. I'm using [probe-run](https://github.com/knurling-rs/probe-run) built with HEAD (c44a1ec), but I believe the issue is in probe-rs....

bug

https://user-images.githubusercontent.com/853158/123317587-cd36e380-d4f3-11eb-938c-1e478464a0fb.mp4 I've hacked together function tracing for a private project which works surprisingly well. I think it's something that we could support with a reasonable amount of effort. I'll describe...

type: enhancement

My application requires fast responses to certain interrupts, so I need to minimize the amount of time that interrupts are disabled. To this end I created an RTT logger which...

pr waits on: review

I'm using a fairly fast MCU (STM32H743XI @ 480MHz i-Cache and d-Cache enabled) with defmt-rtt and panic-probe on a J-Link probe using the WinUSB driver. I never got a panic...

type: bug
status: needs info

### Problem I'll often run a long Ansible playbook and come back to see some tasks have changed or failed. I usually want to check which tasks changed or failed...

feature

I noticed a performance regression with the new glutin code while running on Linux. I'm getting numbers that look like this: New Windows: ~750 fps New Linux: ~50 fps Old...

bug

It would be nice to have automated and repeatable benchmarks in hematite. I see two ways of accomplishing this, and it might be nice to have both: 1. Abstract the...

discussion

Where the registers are owned by a single struct and not shared amongst many channels, etc. Fixes #232