Fixed bug 2686451.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@857 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-03-28 21:08:58 +00:00
parent 6ac877739b
commit 098780ea7b
2 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,7 @@ CSRC = ../../ports/ARMCM3/chcore.c \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CPPSRC = ../../src/lib/ch.cpp
CPPSRC =
# C sources to be compiled in ARM mode regardless of the global setting.
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler

View File

@ -71,6 +71,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** Releases ***
*****************************************************************************
*** 1.1.3unstable ***
- FIX: Fixed makefile demo in STM32 demo, this bug was reported fixed in
version 1.1.2 but it was still there (bug 2686451).
*** 1.1.2unstable ***
- FIX: Fixed priority inheritance problem with condvars (bug 2674756) and