1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-09 00:36:37 +02:00

Updates to bare metal day after teaching it again (#2775)

This fixes some issues running some of the examples, and various other
minor issues I found along the way.
This commit is contained in:
Andrew Walbran
2025-06-12 11:27:22 +01:00
committed by GitHub
parent ab26027a79
commit bb1e1c9414
19 changed files with 75 additions and 120 deletions

View File

@ -5,6 +5,7 @@ export const size_exemptions = [
"android/interoperability/java.html",
"android/testing.html",
"bare-metal/aps/entry-point.html",
"bare-metal/aps/aarch64-rt.html",
"exercises/bare-metal/compass.html",
"exercises/bare-metal/solutions-afternoon.html",
"exercises/bare-metal/rtc.html",