summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
commit3874129d283ec7f4cd62adf121abdb115f31a967 (patch)
treed4535a88c1a8836428551104634a90bfaa1dc8f0 /nuttx/ChangeLog
parent7d770cc270d1e3f73899309ca4a2ac9a1739ffcc (diff)
downloadnuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.gz
nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.bz2
nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.zip
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index da3106df8..8adb64da7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2635,10 +2635,14 @@
drivers/Kconfig, drivers/mtd/Kconfig, drivers/input/Kconfig
drivers/analog/Kconfig, drivers/lcd/Kconfig: Updated kernel
configuration support provided by Lzyy.
+ * Kconfig: Many more Kconfig updates (no longer tracking in the ChangeLog)
* arch/arm/src/Makefile, arch/x86/src/Makefile, arch/avr/src/Makefile,
arch/mips/src/Makefile, arch/sim/src/Makefile, arch/hc/src/Makefile,
arch/sh/src/Makefile: The libgcc.a in newer versions of GCC now
have an dependency on an external implementation of export(). This
required modification to the Makefiles that do the final link: Now
libgcc.a must be included within the group of libraries that are
- search recursively. \ No newline at end of file
+ search recursively.
+ * arch/arm/srm/stm32/stm32_otgfsdev.c: A USB OTG FS device-side driver
+ for the STM32 F4 (and maybe F2 and F1 connectivity line).
+ * tools/cmpconfig.c: A tool for comparing two configuration files.