1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-17 23:23:43 +02:00
comprehensive-rust/src
Eric Ye 9187bf0b5e
Add some more hints to the bare-metal RTC exercise (#581)
* Add some more hints to the bare-metal RTC exercise

I and several others had some difficulties with this part of the problem, especially with regards to knowing where the RTC was wired up and how to fully enable the GIC / interrupts, so add this information to the exercise.

* Remove extra semicolon.

---------

Co-authored-by: Andrew Walbran <qwandor@google.com>
2023-04-25 09:46:37 +01:00
..
android Make program consistent with output given. 2023-01-24 11:45:04 +00:00
async Minor fix-ups to the async section. (#566) 2023-04-16 19:20:24 -04:00
bare-metal cargo fmt with imports_granularity = "module" (#564) 2023-04-16 20:57:59 +02:00
basic-syntax Add a brief mention of doc comments (#509) 2023-03-21 12:15:07 -04:00
cargo Remove dangling links in cargo/rust-ecosystem.md. (#332) 2023-02-03 15:50:15 +00:00
concurrency Remove unnecessary Mutex::lock from shared state example (#499) 2023-03-12 10:48:52 +01:00
control-flow Update if-let-expressions.md (#540) 2023-04-03 12:04:26 +02:00
enums Indent code in speaker notes (#476) 2023-03-11 14:12:32 -08:00
error-handling Inline format vars to make the format str simpler (#551) 2023-04-06 12:00:10 +02:00
exercises Add some more hints to the bare-metal RTC exercise (#581) 2023-04-25 09:46:37 +01:00
generics Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
hello-world Add support for speaker notes 2023-01-05 07:46:18 +01:00
memory-management Indent code in speaker notes (#476) 2023-03-11 14:12:32 -08:00
methods Update example.md (#441) 2023-02-19 04:53:11 +00:00
modules Add a bit about 'use' (#580) 2023-04-24 18:51:23 +00:00
ownership Fix typo in borrowing.md in the Speaker's Notes (#490) 2023-03-09 14:13:04 +00:00
pattern-matching Minor fixes (#579) 2023-04-24 14:46:38 -04:00
running-the-course Add an "async" session (#496) 2023-04-14 14:06:50 +00:00
std Minor fixes (#579) 2023-04-24 14:46:38 -04:00
structs Create default.md (#370) 2023-03-07 17:11:43 +01:00
testing The code block at https://google.github.io/comprehensive-rust/testing/unit-tests.html probably should not be runnable (#498) 2023-03-11 10:12:37 +01:00
traits Minor fixes (#579) 2023-04-24 14:46:38 -04:00
unsafe Make Miri happy (#486) 2023-03-15 23:18:12 +00:00
welcome-day-1 Add historical reference to the Rust 1.0 release. (#335) 2023-02-03 15:51:41 +00:00
why-rust Fix typos (#297) 2023-01-29 11:54:51 +00:00
android.md Generalize the day-4 afternoon (#487) 2023-03-10 09:07:36 -05:00
async.md Add an "async" session (#496) 2023-04-14 14:06:50 +00:00
basic-syntax.md Mention that the syntax is similar to Java as well. (#337) 2023-02-03 15:28:38 +00:00
cargo.md Add reference to rustfmt for Debian instructions. (#331) 2023-02-03 15:18:03 +00:00
concurrency.md Typo in "Fearless Concurrency" intro 2022-12-30 20:53:38 -08:00
control-flow.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
credits.md Rename LICENSE.txt to LICENSE (#293) 2023-01-29 14:20:55 +01:00
enums.md Speaker notes for enums.md (#199) 2023-01-23 11:58:49 +00:00
error-handling.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
generics.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
hello-world.md Add note about hygienic macros (#472) 2023-03-03 12:19:52 +00:00
memory-management.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
methods.md Updates and minor fixes to Day 2: Morning (#372) 2023-02-09 21:15:47 +00:00
modules.md Day2: Afternoon - speaker note details and minor cosmetic changes. (#408) 2023-02-16 03:19:25 +00:00
other-resources.md Add Too Many Lists book to other resources (#410) 2023-02-14 21:25:06 +00:00
ownership.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
pattern-matching.md Fix typo: patten -> pattern (#430) 2023-02-17 18:34:35 +09:00
running-the-course.md Generalize the day-4 afternoon (#487) 2023-03-10 09:07:36 -05:00
std.md Mention alloc too 2023-01-23 12:44:07 +00:00
structs.md Updates and minor fixes to Day 2: Morning (#372) 2023-02-09 21:15:47 +00:00
SUMMARY.md Add an "async" session (#496) 2023-04-14 14:06:50 +00:00
testing.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
thanks.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
traits.md Restructure Day-3 morning (#503) 2023-03-30 13:25:34 +01:00
unsafe.md Update unsafe.md (#252) 2023-01-30 13:12:51 +00:00
welcome-bare-metal.md Add pkg-config to list of packages (#575) 2023-04-21 20:29:18 +02:00
welcome-day-1.md Update welcome-day-1.md (#350) 2023-02-06 18:47:53 +00:00
welcome-day-2.md Fixes typo 2022-12-26 09:12:00 +01:00
welcome-day-3.md Publish Comprehensive Rust 🦀 2022-12-21 16:38:28 +01:00
welcome-day-4.md Generalize the day-4 afternoon (#487) 2023-03-10 09:07:36 -05:00
welcome.md Add badges to README and welcome page (#481) 2023-03-07 12:45:00 +00:00
why-rust.md Fix typo (#173) 2023-01-17 11:42:31 +00:00