From 09ec5a7a41d951ad7a1ef61391896df4a1f5fc18 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 21 Apr 2019 20:45:24 +0200 Subject: document internals note that this assumes that RFC #155 has been implemented --- book/en/src/internals.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'book/en/src/internals.md') diff --git a/book/en/src/internals.md b/book/en/src/internals.md index 0ef55e6..15da97a 100644 --- a/book/en/src/internals.md +++ b/book/en/src/internals.md @@ -4,3 +4,8 @@ This section describes the internals of the RTFM framework at a *high level*. Low level details like the parsing and code generation done by the procedural macro (`#[app]`) will not be explained here. The focus will be the analysis of the user specification and the data structures used by the runtime. + +We highly suggest that you read the embedonomicon section on [concurrency] +before you dive into this material. + +[concurrency]: https://github.com/rust-embedded/embedonomicon/pull/48 -- cgit v1.2.3