git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2978 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-05-19 18:19:24 +00:00
parent 3495905f51
commit dfd3915859
1 changed files with 3 additions and 2 deletions

View File

@ -71,9 +71,10 @@
*****************************************************************************
*** 2.3.3 ***
- FIX: Race condition in output queues (bug 3303908)(backported to 2.2.4).
- FIX: Fixed race condition in output queues (bug 3303908)(backported
to 2.2.4).
- FIX: Fixed CH_USE_HEAP and CH_USE_MALLOC_HEAP conflict (bug 3303841)
(backported to 2.2.4)
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
- NEW: Reorganization of the Cortex-Mx ports in order to reduced code and