1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-08 16:26:35 +02:00

Use safe-mmio crate in PL011 UART driver example and RTC exercise solution (#2752)

This commit is contained in:
Andrew Walbran
2025-06-02 15:28:06 +01:00
committed by GitHub
parent f3e369274a
commit 64ef712d7d
15 changed files with 122 additions and 113 deletions

View File

@ -18,7 +18,6 @@ export const size_exemptions = [
];
export const playground_size_exemptions = [
"bare-metal/aps/better-uart/driver.html",
"bare-metal/microcontrollers/type-state.html",
"concurrency/async-pitfalls/cancellation.html",
"iterators/intoiterator.html",