Dániel Buga

Results 578 comments of Dániel Buga

Awesome, I got my probe and I can reproduce the same "target did not respond" error with an RP2040. The joys of clone probes with ancient firmware.

I've updated https://github.com/probe-rs/probe-rs/pull/2732 with some things I found and I verified that the PR works with the RP2040. Unfortunately I'm pretty sure this probe will bite us in the butt...

We don't even need these modules for anything, really.

Just... please wait a bit before starting this, I'd like to avoid massive merge conflicts with some of my unpublished branches 🥺

As everyone seems to be working on either C3 specific code, or generic (like the curve fitting), I've started poking at the S3. This thing really isn't documented at all....

@katyo if I am interpreting the C code and examples correctly, curve fitting is not actually used by the ADC driver, rather it's an optional feature for users. Is this...

There were some people on Matrix who were confused how esp-hal, esp-hal-embassy, embassy crates, embedded-hal crates and the rest of the ecosystem are related. Should we add an ecosystem overview...

I think this is something basic that we shouldn't hide in the FAQ.

> Currently, we only have one allocator Wellactually :) If we implement the api for PSRAM, we can specify some types to be placed in PSRAM with this. Sometimes this...

Can we allow per-pin ISR binding (i.e. similar to how we bind interrupts currently, put function pointers into a big table)? Would that help here?