aboutsummaryrefslogtreecommitdiff
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
commit27ec2129d73f3144f8b6436a6a6b10937a3d7155 (patch)
tree8d04a7378abacc76fc1078ee585c593f141ecc64 /nuttx/ChangeLog
parent057c41d277bedaac328423816182669fab99a7b4 (diff)
downloadpx4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.tar.gz
px4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.tar.bz2
px4-firmware-27ec2129d73f3144f8b6436a6a6b10937a3d7155.zip
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: http://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.