Results 296 comments of Rahix

Hi @koutoftimer, > At this point I'm wondering why it is impossible to say that PinOps is safe? Unsafe in general means cases where compiler is dumb to verify correctness....

> I do not know was it intentional or not, but my regards anyway. Yeah this is a bit of a weirdness, I agree. Not sure what the best way...

@explicite, I'm currently working on some bigger changes in the HAL-crate. If you want to continue helping out, I'd suppose it is better to wait until I've got things sorted...

Okay, changes are done, see #152 :) The USART HAL continues to serve as the design guide for what we should do with the others as well.

@explicite, I am currently wrapping up with the I2C rework. If you want, you can give the SPI HAL a shot :) Once the I2C HAL is merged, you can...

@drmorr0, code that's generic against `embedded-hal` will of course work with `avr-hal` just as well. This was more about looking beyond the provided traits, because they do not cover a...

For anyone who's interested in contributing, there are still lots of tasks to be done! Some of the easier ones, to get into the project are, for example: - Support...

@explicite, that's alright, thanks for the huge help you've been so far anyway! @drmorr0, if you want to pick up the SPI task then, this would be very useful. Regarding...

Heads up for #190 (see PR description for details).