aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--book/en/src/SUMMARY.md16
-rw-r--r--book/en/src/internals.md3
-rw-r--r--book/en/src/preface.md4
3 files changed, 13 insertions, 10 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index e1a4a330..68d8e2b0 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -15,11 +15,11 @@
- [v0.4.x to v0.5.x](./migration/migration_v4.md)
- [RTFM to RTIC](./migration/migration_rtic.md)
- [Under the hood](./internals.md)
- - [Interrupt configuration](./internals/interrupt-configuration.md)
- - [Non-reentrancy](./internals/non-reentrancy.md)
- - [Access control](./internals/access.md)
- - [Late resources](./internals/late-resources.md)
- - [Critical sections](./internals/critical-sections.md)
- - [Ceiling analysis](./internals/ceilings.md)
- - [Software tasks](./internals/tasks.md)
- - [Timer queue](./internals/timer-queue.md)
+ <!--- [Interrupt configuration](./internals/interrupt-configuration.md)-->
+ <!--- [Non-reentrancy](./internals/non-reentrancy.md)-->
+ <!--- [Access control](./internals/access.md)-->
+ <!--- [Late resources](./internals/late-resources.md)-->
+ <!--- [Critical sections](./internals/critical-sections.md)-->
+ <!--- [Ceiling analysis](./internals/ceilings.md)-->
+ <!--- [Software tasks](./internals/tasks.md)-->
+ <!--- [Timer queue](./internals/timer-queue.md)-->
diff --git a/book/en/src/internals.md b/book/en/src/internals.md
index 3b570248..9d7d5d79 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
diff --git a/book/en/src/preface.md b/book/en/src/preface.md
index 041b3bd4..a0b05240 100644
--- a/book/en/src/preface.md
+++ b/book/en/src/preface.md
@@ -9,9 +9,9 @@ This book contains user level documentation for the Real-Time Interrupt-driven C
Formerly known as Real-Time For the Masses.
-There is a translation of this book in [Russian].
+<!--There is a translation of this book in [Russian].-->
-[Russian]: ../ru/index.html
+<!--[Russian]: ../ru/index.html-->
This is the documentation of v0.6.x of RTIC; for the documentation of version