Nicolas Dusart
Nicolas Dusart
@TimNN there should be indications in readme that 32 bits are not built by default and an example command for building these should be documented as well in my opinion....
Hi, thanks for your suggestion. It clearly would be a useful integration but I wonder if it is meaningful in the current state. As pointed in another issue (#1), this...
> I am not author of that code. It was some kind of library that was echoing through the internet forums, but was lacking proper repository and documentation. So i...
I couldn't find "official" specifications unfortunately but I use this file: https://www.avrfreaks.net/sites/default/files/PS2%20Keyboard.pdf which is quite complete. According to this paper, the clock period has to be between 30us and 50us....
I think keyboards only sends 0xAA when powering up. This command tells that the keyboard controller self-test was okay. But generally, the computer generally sends a few commands to set...
I just read the commits from the past couple of days and it seems you just have implemented that acknowledgment, great :) Can you get rid of the real ps2...
@kennytm you cannot just remove these targets I'm not questioning the fact that these targets are not built by default now, that's certainly a good choice, but please do not...
@oteku ``` rust reader.for_each(move | line | { writer.send(line); }); ```
Yes, sorry, I haven't tested the syntax specifically. You could also just return the future returned by `send()` (just mapping the `Item` type to `()`). This way, you'll not silent...
@TheStormN you are totally right, a TZ database needs to be included for this to work But I wonder, since this library has been ported in the standard library, isn't...