aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-02 14:01:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-02 14:01:18 +0000
commita1534ccb61d616ad15a69a668fe26466a87d76a9 (patch)
treeeaa8de9c94d7fb6d24f3a6f50c9f88700e04d8ec /readme.txt
parent89c12799e185423b6c571b78d5b44e11e67adf72 (diff)
downloadChibiOS-a1534ccb61d616ad15a69a668fe26466a87d76a9.tar.gz
ChibiOS-a1534ccb61d616ad15a69a668fe26466a87d76a9.tar.bz2
ChibiOS-a1534ccb61d616ad15a69a668fe26466a87d76a9.zip
New queues APIs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2571 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 548de2c07..bc5298062 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,7 @@
multiple project files, the code is exactly the same.
- NEW: Added an USB clock configuration in the STM32 HAL driver (LD, MD, HD).
- NEW: New semaphore API chSemSetCounterI().
+- NEW: New queues APIs chIQGetFullI() and chOQGetFullI().
- CHANGE: Modified the ADC and CAN drivers to allow a NULL pointer for
the configuration structure if it is not required by the implementation.
- CHANGE: Modified the MMC_SPI driver to *require* a NULL as pointer to