From 098780ea7b5df30187198d9970c70d1af9fb5725 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 28 Mar 2009 21:08:58 +0000 Subject: Fixed bug 2686451. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@857 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F103-GCC/Makefile | 2 +- readme.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile index 46aad57d1..eb957c072 100644 --- a/demos/ARMCM3-STM32F103-GCC/Makefile +++ b/demos/ARMCM3-STM32F103-GCC/Makefile @@ -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 diff --git a/readme.txt b/readme.txt index c1245a189..cc79ef604 100644 --- a/readme.txt +++ b/readme.txt @@ -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 -- cgit v1.2.3