summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 20:36:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 20:36:04 +0000
commitec35e939322aa09643fda0260ab19ac8fbfc7b16 (patch)
tree1877a1da3eea4f510ee7f6e234619ced5fd69a78 /nuttx/ChangeLog
parentde8741ffd56f55f277b0842be8600d893ed43a18 (diff)
downloadnuttx-ec35e939322aa09643fda0260ab19ac8fbfc7b16.tar.gz
nuttx-ec35e939322aa09643fda0260ab19ac8fbfc7b16.tar.bz2
nuttx-ec35e939322aa09643fda0260ab19ac8fbfc7b16.zip
Add support for CodeSourcery and devkitARM toolchains
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1832 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7aed46af7..222129763 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -738,10 +738,13 @@
calculation based on CSD settings, inappropriate timeouts, odd code that looks like
a bad search and replace. Also needs support for SDHC ver 2.x. New MMC/SD is
largely redesigned and probably non-functional in the first check-in.
- * drivers/mmcsd: Changes verified on 4Gb Kingston SHDC card. Still having
- issues with 2Gb SanDisk SDC card.
+ * drivers/mmcsd: Changes verified on 4Gb Kingston microSHDC card and on a 2Gb
+ SanDisk microSDC card on the Eagle100 platform.
* fs/fat: With the 4Gb card, the first tests of FAT32 were (finally) performed.
- Found a correct a problem that prevented use of FAT32: It was not updating
+ Found and corrected a problem that prevented use of FAT32: It was not updating
the sector cache before checking the FAT32 FSINFO sector.
+ * configs/eagle100/*/Make.defs: Added configuration options that should make
+ it possible to build NuttX for the Eagle100 using CodeSourcery 2009q1 toolchain
+ and the devkitARM GNU toolchain.