aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-09 14:51:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-09 14:51:29 +0000
commit6b7ee6dc16ae0fd7370d1d451f0a3afbfd0de1b0 (patch)
tree0187311772106a1e9a7a4ec7560ab7f46f755cc9 /readme.txt
parent7abee7168a90b07f3746779e338b4523d48724b0 (diff)
downloadChibiOS-6b7ee6dc16ae0fd7370d1d451f0a3afbfd0de1b0.tar.gz
ChibiOS-6b7ee6dc16ae0fd7370d1d451f0a3afbfd0de1b0.tar.bz2
ChibiOS-6b7ee6dc16ae0fd7370d1d451f0a3afbfd0de1b0.zip
Added mail pools.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4089 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 089b6e9d9..66a6d4acd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -106,6 +106,8 @@
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
+- NEW: Added support for pools of generic "mail" objects under ./os/various,
+ mail objects are meant to be used together with mailboxes.
- NEW: Added a new function chPoolLoadArray() to the Memory Pools subsystem,
it allows to load an entire array element's into a pool with a single
operation.