diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-01 12:29:58 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-01 12:29:58 +0000 |
commit | ba153ec697fcee120e2995ee9007b6351b117b2c (patch) | |
tree | 17f18e09f1a3b739ca4427cf72d55b3a310412c0 | |
parent | 4da6f0da37cf859797dbfbd53679024dac459011 (diff) | |
download | ChibiOS-ba153ec697fcee120e2995ee9007b6351b117b2c.tar.gz ChibiOS-ba153ec697fcee120e2995ee9007b6351b117b2c.tar.bz2 ChibiOS-ba153ec697fcee120e2995ee9007b6351b117b2c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9198 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index af07dedc4..656da6bd4 100644 --- a/readme.txt +++ b/readme.txt @@ -79,12 +79,11 @@ *****************************************************************************
*** Next ***
-- RT: Fixed bug in chSchPreemption() function (bug #728)(backported to 2.6.10,
- 3.0.6 and 16.1.5).
- HAL: All high level file names have been renamed and prefixed with "hal_"
in order to minimize the risk of name conflicts when integrating
external libraries.
- LIB: Added Guarded Memory Pools to RT and NIL.
+- RT: Updated the RT test suite by generating the code using the new system.
- 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.
@@ -107,6 +106,8 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- RT: Fixed bug in chSchPreemption() function (bug #728)(backported to 2.6.10,
+ 3.0.6 and 16.1.5).
- HAL: Fixed prescaler not initialized in STM32 ADCv1 (bug #725)
(backported to 16.1.5).
- HAL: Fixed missing DAC section in STM32F072 mcuconf.h files (bug #724)
|