Dániel Buga

Results 578 comments of Dániel Buga

Yes that is what I have in mind, but that will have to be somehow aligned with the other chip families, as well, and not be terribly overcomplicated. Since STM...

How about this? :) No data lost, 28k lines shorter :D

This PR needs unreasonable amounts of work to maintain (it needs an unmerged branch of the generator tool to be kept up to date, and rebasing it needs manual conflict...

STM32 data doesn't encode revisions I believe

Any chance you could provide us a reproducer? I have a number of devices to try, although none of them is an nrf52840. Ah nevermind I can't read, the template...

The only data loss I see happens during boot, before we configure the RTT channel to be BlockIfFull. We can only reconfigure the channels after the control block has been...

I had to make a following changes: - My device is an nrf52833 (a microbit v2) - I'm on windows, so I'm printing all lines, and basically checking in a...

To do something like this, you'll need to keep the "defmt" feature disabled, copy the contents of defmt.rs and modify that for your needs. The "defmt" feature automatically registers a...

Do you actually _need_ to toggle D/C though? The datasheet doesn't require a signal level on it for reading, except for a single bit at a specific time: ![image](https://github.com/rust-embedded/embedded-hal/assets/977627/758ebba3-4d7e-4db3-a8d3-fb6e748b3ddf)

I seem to stand corrected. Can you please also confirm the read does not work if you implement it as two transactins? It is interesting because if display identification is...