summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 19:50:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 19:50:35 +0000
commit34abeda54d7093df62fc2808601c7d7e0bb2ab1c (patch)
tree84593559b23d580c9330f7c2ca516069a166c789 /nuttx/ChangeLog
parenta500a9ab6d73b61328c3e42e4b1e103ad0656e07 (diff)
downloadnuttx-34abeda54d7093df62fc2808601c7d7e0bb2ab1c.tar.gz
nuttx-34abeda54d7093df62fc2808601c7d7e0bb2ab1c.tar.bz2
nuttx-34abeda54d7093df62fc2808601c7d7e0bb2ab1c.zip
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1880b94ad..d3a9b3e62 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2509,3 +2509,8 @@
* arch/arm/src/armv7-m: Lazy saving of floating point registers on context
switches now seems to be functional.
* net/uip/uip_tcpinput.c: Fix a TCP protocol error reported by Max Nekludov.
+ * configs/stm3240g-eval, configs/stm32f40discovery: Add changes to support
+ building with the Atollic "Pro" toolchain.
+ * Makefile: Use the more common .hex extension for Intel hex files instead of
+ more precise .ihx extension. This change has ripple effects to many build-
+ related scripts and programs and could cause some short-term problems.