aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@tjaders.com> 2020-10-01 19:12:54 +0000
committerGravatar Henrik Tjäder <henrik@tjaders.com> 2020-10-01 19:12:54 +0000
commit0cc556a75aaee64a90ecab94854b3fc669cb61ce (patch)
tree8f6ede02abead6fd3fcd72ee7712974d4e272be3
parentdecd9112d8267d9e886dcc4470e46a764139c8e3 (diff)
downloadrtic-0cc556a75aaee64a90ecab94854b3fc669cb61ce.tar.gz
rtic-0cc556a75aaee64a90ecab94854b3fc669cb61ce.tar.zst
rtic-0cc556a75aaee64a90ecab94854b3fc669cb61ce.zip
Remove all of heterogeneous and homogeneous from the book
Diffstat (limited to '')
-rw-r--r--book/en/src/SUMMARY.md2
-rw-r--r--book/en/src/heterogeneous.md6
-rw-r--r--book/en/src/homogeneous.md6
3 files changed, 0 insertions, 14 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index 25aef811..a573cbb5 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -21,5 +21,3 @@
- [Ceiling analysis](./internals/ceilings.md)
- [Software tasks](./internals/tasks.md)
- [Timer queue](./internals/timer-queue.md)
-- [Homogeneous multi-core support](./homogeneous.md)
-- [Heterogeneous multi-core support](./heterogeneous.md)
diff --git a/book/en/src/heterogeneous.md b/book/en/src/heterogeneous.md
deleted file mode 100644
index d2c3d6c5..00000000
--- a/book/en/src/heterogeneous.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Heterogeneous multi-core support
-
-This section covers the *experimental* heterogeneous multi-core support provided
-by RTIC behind the `heterogeneous` Cargo feature.
-
-**Content coming soon**
diff --git a/book/en/src/homogeneous.md b/book/en/src/homogeneous.md
deleted file mode 100644
index bcf6d2be..00000000
--- a/book/en/src/homogeneous.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Homogeneous multi-core support
-
-This section covers the *experimental* homogeneous multi-core support provided
-by RTIC behind the `homogeneous` Cargo feature.
-
-**Content coming soon**