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/nil/src | |
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/nil/src')
-rw-r--r-- | doc/nil/src/main.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/nil/src/main.dox b/doc/nil/src/main.dox index 02e51ccc3..4a3a3fae6 100644 --- a/doc/nil/src/main.dox +++ b/doc/nil/src/main.dox @@ -23,6 +23,7 @@ * @author Giovanni Di Sirio (gdisirio@users.sourceforge.net).
*
* <h2>Why Nil?</h2>
+ * Of course because it is so small that it is almost nil.
* I wrote Nil because I wanted to experiment with an idea I had
* regarding a minimal RTOS. Basically I wanted to verify how small
* could be an RTOS while retaining useful features.
@@ -39,5 +40,7 @@ * - Minimal system requirements: about 700 bytes ROM with all options enabled.
* - Almost totally written in C with little ASM code required for ports.
* - Compatible with ChibiOS/HAL.
+ * - API compatible with ChibiOS/RT of which, ChibiOS/NIL, is functionally
+ * a subset.
* .
*/
|