Dániel Buga

Results 578 comments of Dániel Buga

The CLI is architected as a client-server application. What you see in `cli.rs` just assembles a message, sends it to the server, and then processes the response. The top half...

We should also reduce the number of different ways how we write chip-specific implementations. We currently: - have random inline `#[cfg]` switches - `#[cfg]`-gated functions/trait impls - `#[cfg]`-included modules -...

> The only complication is it doesn't play nice with DMA channel erasure, maybe this driver can be special, since it kinda is Not everything needs to be erased, and...

FYI https://github.com/esp-rs/esp-pacs/pull/302

I think this was closed due to the following and we can just re-open it: ``` MCPs can be closed: [2 options cut] - by folks doing triage, if there...

- [ ] `Missing embassy data for STM32C0[79]xxx`: still pre-production - [ ] `Missing from probe-rs: STM32F048C6Tx`: package doesn't seem to exist? - [x] `Missing from probe-rs: STM32F100VBTx`: ~F1 packs...

Published the generator under https://github.com/bugadani/stm-probers

> Not sure how well that works together with serde though. What I mean is to add some way to preserve those comments. Unfortunately, serde just discards them if you...

The F0, F1 and F2 changes are compared to the latest packs, merged in #2570 - F0 and F1 looks to be rename/reorder, but the amount of changes in F2...

Hmm I got a bit confused by the PIO code - the firmware is still GPIO-bitbanging, right? In that case it might be worth to rebuild this with https://github.com/bugadani/bitbang-dap, there's...