Fixed bug bug #454.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6621 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-01-11 11:36:13 +00:00
parent 038d1a9c00
commit b534dcf3a9
3 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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