diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-14 12:34:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 12:34:12 +0000 |
| commit | d0b46de16da785ed6e3406ae8e7867fcf6812427 (patch) | |
| tree | 306676c79e400f6f4c19b9d5781f624595f69bc8 /book/en/src/internals.md | |
| parent | ebfabd7b307c7a1d60a5fa10eda5e5ba2514ee74 (diff) | |
| parent | b5ff671f89d69f9934841160b5633f36420a3a7f (diff) | |
Merge #412
412: Disable things which needs more work to be complete r=perlindgren a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'book/en/src/internals.md')
| -rw-r--r-- | book/en/src/internals.md | 3 |
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 |
