aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 06:57:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 06:57:50 +0000
commitbd02ccd121484b8c3658340d9db8b1a8357fa7a1 (patch)
treee9aa33c6d937beae08c62db9057cffbecd17d414 /readme.txt
parent216c036191d7177c70e1a8260b13b04330d39a1e (diff)
downloadChibiOS-bd02ccd121484b8c3658340d9db8b1a8357fa7a1.tar.gz
ChibiOS-bd02ccd121484b8c3658340d9db8b1a8357fa7a1.tar.bz2
ChibiOS-bd02ccd121484b8c3658340d9db8b1a8357fa7a1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4639 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 5f21cb314..b1f52494d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -242,8 +242,6 @@
order to make priority organization configurable, the default is to
assign all the available priority bits to preemption priority with no
sub-priorities.
-- 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.