From 25a5fa3f0646091d01ab0ecf97e0e80ca703e0a9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Aug 2012 15:45:53 +0000 Subject: [PATCH] Fixes to apps/*/Make.defs files needed for auto-configuration build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b3fd318b29..48f1866c337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3164,3 +3164,7 @@ Mike Smith). * configs/.../Make.defs. Fix C++ include path set-up in Make.defs file for all 8-bit AVR platforms (Thanks Richard Cochran). + * lib/stdio/lib_*stream.c: Revised to handle new error return values from + serial.c. + * arch/arm/src/stm32/stm32_spi.c: SPI driver can now survice re- + initialization (Mike Smith).