aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile2
-rw-r--r--readme.txt4
2 files changed, 5 insertions, 1 deletions
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