IccAVR 6.3C

所属分类:单片机开发
开发工具:C/C++
文件大小:13106KB
下载次数:341
上传日期:2005-05-08 15:08:10
上 传 者ysdx
说明:  avr编译环境 ICCAVR6.30 破解版本
(avr build environment ICCAVR6.30 cracked versions)

文件列表:
IccAVR 6.3C\avrdoc.pdf (210866, 2000-11-14)
IccAVR 6.3C\iccavr3.0.exe (5181473, 2004-04-12)
IccAVR 6.3C\iccavr6.31A.exe (5205807, 2004-10-06)
IccAVR 6.3C\iccavr使用说明.pdf (129388, 2001-03-12)
IccAVR 6.3C\ICCTINY\icctinydem.exe (3142679, 2003-03-22)
IccAVR 6.3C\ICCTINY (0, 2004-11-10)
IccAVR 6.3C\ICC_例程\1write\1wire1.c (3402, 2001-05-03)
IccAVR 6.3C\ICC_例程\1write\1wire1.c_sym (87, 2001-04-21)
IccAVR 6.3C\ICC_例程\1write\1wire1.dp2 (66, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1wire1.lis (27031, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1wire1.o (6932, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1wire1.s (11500, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1wire1._c (3402, 2001-04-23)
IccAVR 6.3C\ICC_例程\1write\1write.avd (540, 2001-04-21)
IccAVR 6.3C\ICC_例程\1write\1write.cof (3517, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.dbg (1867, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.hex (4652, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.lk (11, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.lst (31377, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.mak (494, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.mp (3363, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.prj (691, 2001-05-10)
IccAVR 6.3C\ICC_例程\1write\1write.src (10, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\crccheck.c (509, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\delay_us.c (82, 2001-04-18)
IccAVR 6.3C\ICC_例程\1write\ds1820ak.c (433, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\ds1820rd.c (632, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\ds1820wr.c (616, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\libslavr.a (14226, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write\slavr.h (5073, 2001-04-19)
IccAVR 6.3C\ICC_例程\1write (0, 2004-11-10)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.c (1816, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.cof (2318, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.dbg (960, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.dp2 (94, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.hex (2867, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.lis (13137, 2001-12-30)
IccAVR 6.3C\ICC_例程\AD_8535_LCD\ad_lcd.lk (11, 2001-12-30)
... ...

ICCAVR Readme file Make sure you subscribe to the icc-avr mailing list for program update announcements. Refer to http://www.dragonsgate.net/mailman/listinfo for details. AVR Starter Kit users should read the file \icc\readme_avrkit.doc Outstanding Bug List (we are working on resolving it): - if you use the ++ pre increment operator on a volatile var in an expression context, the wrong value is used, e.g. volatile int i; ... if (++i == ... CHANGE LOGS 02/05/2004 - V6.30B IDE - AppBuilder fixes for M169 LCD - Scroll mouse now works correctly under all OS and mouse brands Compiler - Fixed a bug where the compiler was not copying stacked arguments to registers if the function is a MONITOR function (normal functions are fine). - The debug line information was accidentally foobar'ed for the body of for loops. This affected listing file and the debug information Library - Fixed bug in cstrncmp (thanks JA) Utilities - Include ICCAVRMapFileSummy.exe (thanks JA) 01/17/2004 - V6.30A IDE - Added device support for ATMega48, M88, and M168. No support for ISP and AppBuilder yet. - Changed STK500 ISP Lock/Fuse Bits write to encode the bit values in HEX as required by the stk500.exe program Header Files - Added iom48v.h, iom88v.h, and iom168v.h (once again thanks to JA) 12/15/2003 - V6.30 - now a single distribution can also work as the network dongle version IDE - Added IDE support for Tiny13, Tiny2313, no support for ISP and AppBuilder for them yet (will be done ASAP). Added support for AT86RF401, AT43USB355, and AT43USB320A. - Added AppBuilder support for M169 and M8515. To Be Done: tiny13, tiny2313, M8535, and M***. Miscellaneous AppBuilder bug fixes. - Reverted to use STK500.exe instead of builtin ISP support Compiler - lcc 4.2 source tree merge. This *MAY* fix the bug with source files residing in remote NT network drives causing spurious "illegal charcaters \0" error. - Fixed a rare register history bug where the "stz" was not invalidating Y+d references even though Z and Y are aliased. - Fixed a register history bug where Z+d offset propagation optimization was not correctly marking Z has been updated. Assembler - Fixed a buffer overflow bug (line > 1024 chars, mainly from C comment lines) causing all sorts of spurious error msgs Linker - Make Code Compressor compatible with any JMP/CALLs that are outside of the text area - Code Compressor no longer eliminates NOPs (timing loop etc.) Header Files - Added iot13v.h and iot2313v.h, aiot13.s and aiot2313.s Library - Added cstrncpy - Thanks to JA, all string functions except for strtok are now written in assembly! - printf was not supporting field width for %c (large and FP printf only) - Added EEPROMread_M169, EEPROMwrite_M169, EEPROMReadBytes_M169, and EEPROMWriteBytes_M169 since the M169's EE?? IO register locations are different from other AVRs. You do NOT have to do anything, if you use the IDE and "#include ". The correct functions will be called when you use EEPROMread, EEPROMwrite, EEPROMReadBytes and EEPROMWriteBytes.

近期下载者

相关文件


收藏者