aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-18 10:00:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-18 10:00:27 +0000
commita1480d01d1110f74f157d5caea0b5d619d859b91 (patch)
treed892add54dbef907f01040b7838da8359d052775 /readme.txt
parent3a48ef2df6ad7864e55c6b32f5450ea3d28d0943 (diff)
downloadChibiOS-a1480d01d1110f74f157d5caea0b5d619d859b91.tar.gz
ChibiOS-a1480d01d1110f74f157d5caea0b5d619d859b91.tar.bz2
ChibiOS-a1480d01d1110f74f157d5caea0b5d619d859b91.zip
Added Guarded Memory Pools to RT and NIL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 56904fdfd..0febf1b46 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,7 @@
*****************************************************************************
*** Next ***
+- LIB: Added Guarded Memory Pools to RT and NIL.
- NIL: Updated the NIL test suite by generating the code using the new system.
- RT: Removed I/O Queues and Streams interface, now those exists (much
improved) inside the HAL.