Uncategorized

The Ancient History o C

C was developed at Bell Labs on a PDP-11 by Dennis Ritchie. As soon as it was running on multiple (i.e. more than one) machines, then the nascent “document processing” OS named Unix was rewritten in C by Ken Thompson in a matter of months. Bell Lab released Version 6 Unix outside of Bell Lab and along with it, the influence of C grew.

The Ancient History o C Read Post »

ICCAVR gets 64-bit double support in printf

(We are going to blog more often, catch us at http://imagecraft.com/blog https://www.facebook.com/imagecraft.inc and Twitter @imagecraftinc) One common concession to C Standard on typical 8-bit embedded compilers is that double data type is 32 bits and not 64 bits as required by the standard. Since 8-bit CPU microcontrollers are usually limited by both memory size and clock speed, this is an acceptable tradeoff. However, some of these 8-bit micros are growing in size and speed, driven by the complexity of the firmware. We added 64-bit double support a couple years back, and now we are adding full printf (e.g. %f, %g,

ICCAVR gets 64-bit double support in printf Read Post »

2012 Year End Message

Dear customers of ImageCraft, After starting to regain ground in 2010-2011, the Semiconductor sector seems to have stalled again in 2012. Nevertheless, some of our customers are now telling us that their clients are asking them to resume work on products that have not been touched in the last 5 years, so I do see that as a sign that recovery is happening. Lets hope 2013 is a more positive year for all. ImageCraft’s big news is the release of our ARM Cortex-M and the integrated debugger. Our V8 IDE now has all the major features you would expect from

2012 Year End Message Read Post »

Scroll to Top