aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/src/concepts.dox2
-rw-r--r--readme.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox
index 8add4464c..67b01f8b3 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -34,7 +34,7 @@
* ChibiOS/RT APIs are all named following this convention:
* @a ch\<group\>\<action\>\<suffix\>().
* The possible groups are: @a Sys, @a Sch, @a Time, @a VT, @a Thd, @a Sem,
- * @a Mtx, @a Cond, @a Evt, @a Msg, @a IQ, @a OQ, @a IO, @a FDD, @a Dbg,
+ * @a Mtx, @a Cond, @a Evt, @a Msg, @a IQ, @a OQ, @a IO, @a Dbg,
* @a Heap, @a Pool.
*
* @section api_suffixes API Names Suffixes
diff --git a/readme.txt b/readme.txt
index 802244c73..8b0608363 100644
--- a/readme.txt
+++ b/readme.txt
@@ -12,7 +12,8 @@
- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162).(backported
in stable branch)
- FIX: Fixed LPC214x UART problem (bug 2841088)(backported in stable branch).
-- NEW: Reorganized and rationalized the distribution tree.
+- NEW: Reorganized and rationalized the distribution tree and the
+ documentation.
- NEW: Enhanced serial driver. The driver now supports speed change at runtime
and low power stop mode.
- NEW: Serial driver removed from the kernel and added to the I/O subsystems