1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-28 03:28:32 +02:00

Rename exercise template directory and archive.

This commit is contained in:
Andrew Walbran
2023-04-05 16:15:42 +01:00
parent ed4f5b64c4
commit 86d8c4ae54
6 changed files with 17 additions and 10 deletions

View File

@ -20,8 +20,8 @@ Hints:
[nRF52833 datasheet](https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.5.pdf) if you want, but
it shouldn't be necessary for this exercise.
Download the [exercise template](../../exercises.zip) and look in the `compass` directory for the
following files.
Download the [exercise template](../../comprehensive-rust-exercises.zip) and look in the `compass`
directory for the following files.
`src/main.rs`:

View File

@ -4,8 +4,8 @@ The QEMU aarch64 virt machine has a [PL031][1] real-time clock at 0x9010000. For
should write a driver for it and use it to print the current time to the serial console. You can use
the [`chrono`][2] crate for date/time formatting.
Download the [exercise template](../../exercises.zip) and look in the `rtc` directory for the
following files.
Download the [exercise template](../../comprehensive-rust-exercises.zip) and look in the `rtc`
directory for the following files.
`src/main.rs`: