summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 19:54:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-21 19:54:44 +0000
commit3689d913ceb2bb52b808e0e5598e83bcfdd88134 (patch)
tree8d04a7378abacc76fc1078ee585c593f141ecc64 /nuttx/ChangeLog
parent14a77ec91b12454c9106836b3d4a08c63a098e1d (diff)
downloadnuttx-3689d913ceb2bb52b808e0e5598e83bcfdd88134.tar.gz
nuttx-3689d913ceb2bb52b808e0e5598e83bcfdd88134.tar.bz2
nuttx-3689d913ceb2bb52b808e0e5598e83bcfdd88134.zip
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 452dd3519..103c03de3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3659,4 +3659,11 @@
* configs/cloudctrl: Darcy Gong's CloudController board. This is a
small network relay development board. Based on the Shenzhou IV development
board design. It is based on the STM32F107VC MCU.
+ * Lots of build files: ARMv7-M and MIPS32 Make.defs now include a common
+ Toolchain.defs file that can be used to manage toolchains in a more
+ configurable way. Contributed by Mike Smith
+ * configs/stm32f4discovery/winbuild and configs/cloudctrl: Adapted to use
+ Mike's Toolchain.defs.
+ * tools/configure.sh: Adapted to handle paths and setenv.bat files correctly
+ for native Windows builds.