From richard at imagecraft.com Fri Oct 2 00:37:51 2009
From: richard at imagecraft.com (Richard Man)
Date: Fri Oct 2 01:48:26 2009
Subject: [Icc-announce] ICC430 V7.11.02 released
Message-ID: <200910020848.n928mOGw072496@mail.imagecraft.com>
V7.11.02 - Oct 2nd, 2009
[ Added 64 bits dongle driver ]
Compiler
- Fixed a latent bug where
extern func(unsigned, unsigned long, ...
...
func(1, 0, ...
was passing the wrong first argument. The arguments must be constant
and the first argument must be one greater than the second argument
(which must be a long) for this bug to show up.
- Fixed a bug where the compiler did not save/restore R12-R15 if they
are used within an interrupt handler. This only happened if the
interrupt handler has a lot of local variables.
- Fixed Register History to ignore read/write to the SR register.
Linker
- Round up the memory percent usage display instead of truncating
(i.e. no longer display "0% used").
- Fixed a bug with 430X address range
// richard blog:
// mailing list: http://www.dragonsgate.net/mailman/listinfo
// photo book: http://www.blurb.com/bookstore/detail/745963
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Tue Oct 20 01:08:22 2009
From: richard at imagecraft.com (Richard Man)
Date: Tue Oct 20 02:20:17 2009
Subject: [Icc-announce] ICC430 V7.12 released
Message-ID: <200910200920.n9K9KFaj081474@mail.imagecraft.com>
V7.12 - Oct 19th, 2009
7.11.02 has a bug with the listing file generator complaing
"XXXX.s file not found" if Project->Options->Compiler->OutputTyep is
set to "with assembly debugging." This does not affect code generation
and is fixed in this release.
IDE/Compiler
- Added support for F54xx where the 32-bit multiplier is at a different
address that the 16-bit multiplier in the other MSP430 devices:
- added -hwmult2 switch to the compiler iccom430.exe
- add support for the 32 bit multiplier for 32 bit multiplies
- added radio buttons to select hardware multiplier type for custom
device
// richard blog:
// mailing list: http://www.dragonsgate.net/mailman/listinfo
// photo book: http://www.blurb.com/bookstore/detail/745963
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Tue Oct 20 03:06:42 2009
From: richard at imagecraft.com (Richard Man)
Date: Tue Oct 20 04:18:45 2009
Subject: [Icc-announce] The future is now, next-gen IDE
Message-ID: <200910201118.n9KBIiLt083481@mail.imagecraft.com>
http://imagecraft.wordpress.com/2009/10/20/next-gen-ide-codeblocks-pre-alpha/
// richard blog:
// mailing list: http://www.dragonsgate.net/mailman/listinfo
// photo book: http://www.blurb.com/bookstore/detail/745963
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]