From b534dcf3a9396fcc32e26c939a0a2ea32d377443 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 11 Jan 2014 11:36:13 +0000 Subject: Fixed bug bug #454. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6621 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/Posix-GCC/Makefile | 1 + demos/Win32-MinGW/Makefile | 1 + readme.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/demos/Posix-GCC/Makefile b/demos/Posix-GCC/Makefile index 5d77f6a8e..c35a5f7df 100644 --- a/demos/Posix-GCC/Makefile +++ b/demos/Posix-GCC/Makefile @@ -72,6 +72,7 @@ SRC = ${PORTSRC} \ ${PLATFORMSRC} \ $(BOARDSRC) \ ${CHIBIOS}/os/various/shell.c \ + ${CHIBIOS}/os/various/memstreams.c \ ${CHIBIOS}/os/various/chprintf.c \ main.c diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile index 1b77c241c..8b489535e 100644 --- a/demos/Win32-MinGW/Makefile +++ b/demos/Win32-MinGW/Makefile @@ -72,6 +72,7 @@ SRC = ${PORTSRC} \ ${PLATFORMSRC} \ $(BOARDSRC) \ ${CHIBIOS}/os/various/shell.c \ + ${CHIBIOS}/os/various/memstreams.c \ ${CHIBIOS}/os/various/chprintf.c \ main.c diff --git a/readme.txt b/readme.txt index 04a9a1340..2d76a7bec 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ ***************************************************************************** *** 2.7.0 *** +- FIX: Fixed memstreams.c missing from simulator makefiles (bug #454) + (backported to 2.6.3). - FIX: Fixed chprintf() does not compile in strict C90 mode (bug #453) (backported to 2.6.3). - FIX: Fixed wrong vector names for STM32Lxx (bug #451)(backported -- cgit v1.2.3