aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-09 13:13:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-04-09 13:13:25 +0000
commit7abee7168a90b07f3746779e338b4523d48724b0 (patch)
tree69e9a206023fc4ee38add3d61b288a3146ff5600 /readme.txt
parent151a0e84ebf6b8f9ce06696418843943b78de737 (diff)
downloadChibiOS-7abee7168a90b07f3746779e338b4523d48724b0.tar.gz
ChibiOS-7abee7168a90b07f3746779e338b4523d48724b0.tar.bz2
ChibiOS-7abee7168a90b07f3746779e338b4523d48724b0.zip
Added new function chPoolLoadArray().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4088 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 514f4c894..089b6e9d9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -106,6 +106,9 @@
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported
to 2.4.1).
+- 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.
- NEW: Addes support for .S patch in the GCC ARM ports, by Ayman El-Khashab.
- NEW: Added a switch to the STM32F4 Makefile files in order to enable or
disable the FPU support in a single place.