diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-02 10:13:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-02 10:13:43 +0000 |
commit | 89c12799e185423b6c571b78d5b44e11e67adf72 (patch) | |
tree | 0a7ed39f08c078c4a61f957d037fa6cb1d4c5238 /readme.txt | |
parent | 90aa3805a2cbfb9e6d385d3051dd111be0a67569 (diff) | |
download | ChibiOS-89c12799e185423b6c571b78d5b44e11e67adf72.tar.gz ChibiOS-89c12799e185423b6c571b78d5b44e11e67adf72.tar.bz2 ChibiOS-89c12799e185423b6c571b78d5b44e11e67adf72.zip |
Added new semaphore API chSemSetCounterI().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2569 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 342f92189..548de2c07 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,7 @@ - NEW: Integrated the STM32 GCC, IAR and RVCT demos in a single demo with
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().
- 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
|