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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4431 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-02-27 19:50:35 +00:00
parent fcbad8c27f
commit 6fe64a1886
53 changed files with 405 additions and 235 deletions
+5
View File
@@ -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.