From richard at imagecraft.com Sat Jan 10 23:19:42 2009
From: richard at imagecraft.com (Richard Man)
Date: Sun Jan 11 00:24:18 2009
Subject: [Icc-announce] ICCAVR V7.20 Released
Message-ID: <200901110824.n0B8O6pb000438@mail.imagecraft.com>
Happy New Year!
V7.20 Jan 10th, 2009
[ Enabled -NC Non-Commercial Use license]
IDE
- For XMega128, add the -xcall flag so 22-bit relocation will be used
for CALL instructions since the bootloader flash is beyond
the 128K byte boundary.
Compiler
- Fixed a very obscure bug with ldd offset expansion.
- For XMega, 16 bits writes are now done low byte first to conform to the
IO register access requirement
- Faster code to load a constant into longs.
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Sat Jan 10 23:20:24 2009
From: richard at imagecraft.com (Richard Man)
Date: Sun Jan 11 00:24:59 2009
Subject: [Icc-announce] ICC12 V7.06 Released
Message-ID: <200901110824.n0B8OlwJ000448@mail.imagecraft.com>
Happy New Year! Very minor release:
V7.06 - Jan 10th, 2009
Enabled -NC Non-Commercial User license.
Header Files
- re-added E128 header file
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Sun Jan 11 23:29:23 2009
From: richard at imagecraft.com (Richard Man)
Date: Mon Jan 12 00:33:52 2009
Subject: [Icc-announce] ICC430 V7.09 Released
Message-ID: <200901120833.n0C8Xouq015937@mail.imagecraft.com>
Happy New Year!
Just a quick release to get the -NC license version out. More
features will be added soon...
V7.09 - Jan 11th, 2009
Enabled the -NC Non-Commercial Use license.
IDE
- Added entries for F54xx
Compiler
- Better code for checking for inequality against zero
- Fixed problem with inline asm with local variables that did not get
allocated to registers
Asm
- Code cleanup to prepare for 430X (no 430X support yet).
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From larryg at batterytender.com Mon Jan 12 04:59:35 2009
From: larryg at batterytender.com (Larry Gordon)
Date: Mon Jan 12 06:05:15 2009
Subject: [Icc-announce] ICCAVR V7.20 Released
In-Reply-To: <200901110824.n0B8O6pb000438@mail.imagecraft.com>
References: <200901110824.n0B8O6pb000438@mail.imagecraft.com>
Message-ID: <00CD805C61AB4E83A3CB28AA82BEE549@deltran.local>
Your download page still says "Current release version: 7.19"
Larry Gordon
Deltran Corporation
801 E. International Speedway Blvd.
Deland FL 32724
-----Original Message-----
From: icc-announce-bounces@imagecraft.com
[mailto:icc-announce-bounces@imagecraft.com] On Behalf Of Richard Man
Sent: Sunday, January 11, 2009 2:20 AM
To: icc-avr@imagecraft.com; icc-announce@imagecraft.com
Subject: [Icc-announce] ICCAVR V7.20 Released
Happy New Year!
V7.20 Jan 10th, 2009
[ Enabled -NC Non-Commercial Use license]
IDE
- For XMega128, add the -xcall flag so 22-bit relocation will be used
for CALL instructions since the bootloader flash is beyond
the 128K byte boundary.
Compiler
- Fixed a very obscure bug with ldd offset expansion.
- For XMega, 16 bits writes are now done low byte first to conform to
the
IO register access requirement
- Faster code to load a constant into longs.
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
_______________________________________________
Icc-announce mailing list
Icc-announce@imagecraft.com
http://dragonsgate.net/mailman/listinfo/icc-announce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-announce/attachments/20090112/c640517b/attachment.html
From richard at imagecraft.com Tue Jan 13 22:39:07 2009
From: richard at imagecraft.com (Richard Man)
Date: Tue Jan 13 23:43:52 2009
Subject: [Icc-announce] ICCARM V7.09 released
Message-ID: <200901140743.n0E7hoPO056330@mail.imagecraft.com>
No changes except to support -NC Non-Commercial Use licensing:
V7.09 - Jan 14th 2009
Enabled the -NC Non-Commercial Use license.
BTW, we have a whole bunch of "bundle specials," including the -NC
ARM compiler with the iARM-2103 for $149 etc. Very low cost way to
get started on embedded programming. Please spread the words. For
more info, click on the "Hardware" button on our site, then "Special
Price Bundle Kits."
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Wed Jan 28 19:06:11 2009
From: richard at imagecraft.com (Richard Man)
Date: Wed Jan 28 20:11:44 2009
Subject: [Icc-announce] Propeller C 7.04A released
Message-ID: <200901290411.n0T4Bg8V044075@mail.imagecraft.com>
Very minor release:
V7.04A Jan 28, 2009
Header files
- Fixed problem with cognative_init
- Changed COGSTOP from a macro to a function so that it can accept
any type of variables, not just local Cog registers.
- Fixed incorrect setbit macro in propeller.h.
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Thu Jan 29 19:26:42 2009
From: richard at imagecraft.com (Richard Man)
Date: Thu Jan 29 20:32:23 2009
Subject: [Icc-announce] File System API
Message-ID: <200901300432.n0U4WL4O065733@mail.imagecraft.com>
We are now looking into our first plug-in module for eMOS, which is a
file system and SD driver. We will probably also include a standalone
version that does not require eMOS. The eMOS version will of course
fully support multitasking.
In terms of API, the obvious choice for the FS is in fact the stdio.h C API,...
(Read the complete article below. I welcome any comments and
suggestions. Thanks)
http://imagecraft.wordpress.com/2009/01/29/filesys-and-sd-modules-plus-emos-update/
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From richard at imagecraft.com Fri Jan 30 02:10:16 2009
From: richard at imagecraft.com (Richard Man)
Date: Fri Jan 30 03:15:06 2009
Subject: [Icc-announce] OT: Fine Arts Prints
Message-ID: <200901301115.n0UBF5Po071328@mail.imagecraft.com>
I am sorry for this OT commercial message, but please read
http://rfman.wordpress.com for my outside hobby and print sales. I
will not burden the mailing lists with further messages.
// richard
From richard at imagecraft.com Fri Jan 30 17:29:21 2009
From: richard at imagecraft.com (Richard Man)
Date: Fri Jan 30 18:34:16 2009
Subject: [Icc-announce] eMOS for MSP430 in Development
Message-ID: <200901310234.n0V2YFEA083531@mail.imagecraft.com>
We are now porting eMOS (current AVR doc:
http://www.imagecraft.com/pub/emos_avr.pdf) to the TI MSP430. The TI
MSP430 excels at minimizing power consumption, and with eMOS' system
hooks to shut down the system when it is quiescent,eMOS is a good fit
for the MSP430 family. We expect porting and testing will take about
a month so production release should be around the beginning of March.
// richard blog:
On-line orders,
support, and listservers available on web site.
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]