Daniel Berlin

Results 59 comments of Daniel Berlin

I fixed having it run into the right status by doing the following: 1. We ensure the right elements and left elements of the tab bar end up in the...

If you want to see a complicated tab formatting setup so you can see how it fills or doesn't, here's one: https://gist.github.com/dberlin/1b3bed90e414d1339cb870f16562997b

> Hi, I discovered this after partially implementing a similar feature, but this is quite a bit better than what I'd gotten done. I wonder, though, if it would be...

The latest version of embedded_sdmmc does not require fullduplex, fwiw

The driver itself even defaults to full duplex mode in the config, and the read/write calls are full duplex, just ignoring the other half. A trivial implementation of the trait...

Actually, this trait totally went away in the latest embedded-hal. It's legacy only. So rather than submit a PR, i'll attach a patch that will work if for some reason...

Closing this because i use the branch in my repo a lot and it's going to generate noise here. If we decide we want to look at this, happy to...

Sounds reasonable to me. I'll send a PR to do that when i get a chance. This particular PR became complicated/noisy in part because 1. I sort of added comments...

They are sealed, but not inaccessible. They are exposed through the low_level timer API. So you can't make new impls of them, but you can use them and call their...