Dario Nieuwenhuis b13ad7e80b Fix PeripheralRef soundness issue allowing &T.
Fix soundness issue introduced in a previous soundness fix https://github.com/embassy-rs/embassy/pull/2602 .
PeripheralRef must not implement DerefMut itself, but the blanket impl must still require DerefMut. Otherwise
you can create two instances of a driver on the same uart by using `&my_uart`.
2024-05-07 23:26:15 +02:00
..
2024-04-14 22:06:41 +02:00
2024-05-01 16:33:34 +02:00
2024-04-28 00:33:02 +08:00
2024-04-27 12:22:35 +04:00
2024-04-14 22:29:07 +02:00
2024-03-20 14:53:19 +01:00
2024-04-15 21:23:49 +02:00
2024-04-28 00:33:02 +08:00
2024-03-20 16:39:09 +01:00