Back to Comprehensive Rust

Bare Metal Rust Afternoon

src/exercises/bare-metal/solutions-afternoon.md

latest445 B
Original Source
<!-- Copyright 2023 Google LLC SPDX-License-Identifier: CC-BY-4.0 -->

Bare Metal Rust Afternoon

RTC driver

(back to exercise)

main.rs:

rust,compile_fail
# // Copyright 2023 Google LLC
# // SPDX-License-Identifier: Apache-2.0
#
{{#include rtc/src/main.rs:solution}}

pl031.rs:

rust,compile_fail
# // Copyright 2023 Google LLC
# // SPDX-License-Identifier: Apache-2.0
#
{{#include rtc/src/pl031.rs:solution}}