summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-10 22:40:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-10 22:40:59 +0000
commitf5ceed6eb99ef75a3943ff291ae75da5580eaef8 (patch)
tree4df665888ef9da704aff8c7275867dee3d02b6c1 /nuttx/ChangeLog
parent95f5523197bf51b232a38993f3489346500819e7 (diff)
downloadpx4-nuttx-f5ceed6eb99ef75a3943ff291ae75da5580eaef8.tar.gz
px4-nuttx-f5ceed6eb99ef75a3943ff291ae75da5580eaef8.tar.bz2
px4-nuttx-f5ceed6eb99ef75a3943ff291ae75da5580eaef8.zip
PIC32 start kit port builds successfully
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4037 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5c8b5c535..137fd2d9e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2150,11 +2150,12 @@
* arch/arm/stm32/Make.defs: Don't build stm32_rtc.c if CONFIG_RTC is not
selected. Doing so will cause errors if other configuration dependencies
- are not met
+ are not met.
* configs/stm3210e-eval/src/up_lcd.c: Color corrections for SPFD5408B LCD
do not work with R61580 LCD.
- * configs/pic32-starterkit: Beginning of a configuratin for the Microchip
- PIC32 Ethernet Starter Kit.
+ * configs/pic32-starterkit: Beginning of a configuration for the Microchip
+ PIC32 Ethernet Starter Kit. Hmmm.. I don't have a clue how to test this
+ with no serial port?!
* lib/stdio/lib_fclose.c: fclose() always returns an error (EOF) when it
closes a read-only file. This is because it calls flush() which will
fail on read-only files. No harm is done other that a bad value is