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:
parent
6ac877739b
commit
098780ea7b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue