diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 18:01:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 18:01:38 +0000 |
commit | 787956f72ea99e5cbac58964d02f78d4212aaaf9 (patch) | |
tree | 032f7f795c7ac3f25186a3e3d55ffe125bef83e3 /doc/rt | |
parent | a6e69a827cb0eddd569df4670f32a93159be3c35 (diff) | |
download | ChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.tar.gz ChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.tar.bz2 ChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7564 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt')
-rw-r--r-- | doc/rt/src/main.dox | 3 |
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
|