aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rt')
-rw-r--r--doc/rt/src/main.dox3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rt/src/main.dox b/doc/rt/src/main.dox
index 357a45e81..e99d55db8 100644
--- a/doc/rt/src/main.dox
+++ b/doc/rt/src/main.dox
@@ -55,8 +55,7 @@
* speed optimizations on. The size can shrink under 2KiB by disabling the
* the unused subsystems and optimizing for size.
* - Almost totally written in C with little ASM code required for ports.
- * - Optional Hardware Abstraction Layer (HAL) with support for many device
- * driver models and device driver implementations.
+ * - Compatible with ChibiOS/HAL.
* .
* <h2>Related pages</h2>
* - @subpage concepts