aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/internals.md
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-11-12 20:08:11 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-11-12 20:08:11 +0000
commitb5ff671f89d69f9934841160b5633f36420a3a7f (patch)
tree306676c79e400f6f4c19b9d5781f624595f69bc8 /book/en/src/internals.md
parentebfabd7b307c7a1d60a5fa10eda5e5ba2514ee74 (diff)
Disable things which needs more work to be complete
Diffstat (limited to 'book/en/src/internals.md')
-rw-r--r--book/en/src/internals.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/book/en/src/internals.md b/book/en/src/internals.md
index 3b57024..9d7d5d7 100644
--- a/book/en/src/internals.md
+++ b/book/en/src/internals.md
@@ -1,5 +1,8 @@
# Under the hood
+**This is chapter is currently work in progress,
+it will re-appear once it is more complete**
+
This section describes the internals of the RTIC 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