summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-18 14:06:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-18 14:06:57 +0000
commit6ca383f41682e3037cf9843e9e1605e94321f1f5 (patch)
treed1d54006ec6ad4d567a89be7fbb45ffbf10ea100 /nuttx/ChangeLog
parent7ba198934e41f5283467203549a14bbfdc2e0758 (diff)
downloadnuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.tar.gz
nuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.tar.bz2
nuttx-6ca383f41682e3037cf9843e9e1605e94321f1f5.zip
Refactor common make definitions to tools/Config.mk; Add verbosity option to build (Richard Cochran)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5160 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 9ed95f678..57f59c4f3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3370,4 +3370,8 @@
* arch/arm/src/stm32/stm32_i2c.c: I2C improvements from Mike Smith.
Unified configuration logic; dynamic timeout calculations;
I2C reset logic to recover from locked devices on the bus.
-
+ * configs/*/*/Make.defs, tools/Config.mk, Makefile: Refactor all
+ common make definitions from the various Make.defs files into
+ the common tools/Make.mk. Add support for a verbosity options:
+ Specify V=1 on the make command line in order to see the exact
+ commands used in the build (Contributed by Richard Cochran).