softwave for avr
文件大小: 16952k
源码售价: 10 个金币 积分规则     积分充值
资源说明:Integrated Development Environment for the 8-bit Atmel AVR and XMEGA Microcontrollers •Supported data types: bit, bool, char, int, short, long, float •Fast floating point library with hardware multiplier and enhanced core instructions support for all the new ATmega chips •AVR specific extensions for: •Transparent, easy accessing of the EEPROM & FLASH memory areas, without the need of special functions like in other AVR compilers •Bit level access to I/O registers •Interrupt support •Support for placing bit variables in the General Purpose I/O Registers (GPIOR) available in the new chips (ATtiny2313, ATmega48/88/168, ATmega165/169/325/3250/329/3290/645/6450/649/6490, ATmega1280/1281/2560/2561/640, ATmega406 and others) •Compiler optimizations: •Peephole optimizer •Advanced variables to register allocator, allows very efficient use of the AVR architecture •Common Block Subroutine Packing (what our competition calls “Code Compressor”), replaces repetitive code sequences with calls to subroutines. This optimizer is available as Standard in CodeVisionAVR, at no additional costs, not like in our competitor’s products. •Common sub-expression elimination •Loop optimization •Branch optimization •Subroutine call optimization •Cross-jumping optimization •Constant folding •Constant literal strings merging •Store-copy optimization •Dead code removing optimization •4 memory models: TINY (8 bit data pointers for chips with up to 256 bytes of RAM), SMALL (16 bit data pointers for chips with more than 256 bytes of RAM), MEDIUM (for chips with 128k of FLASH) and LARGE (for chips with 256k or more FLASH). The MEDIUM and LARGE memory models allow full FLASH addressing for chips like ATmega128, ATmega1280, ATmega2560, etc, the compiler handling the RAMPZ register totally transparently for the programmer. This feature is available as Standard in CodeVisionAVR, at no additional costs, not like in our competitor’s products. •User selectable optimization for code Size or Speed •Possibility to insert inline assembler code directly in the C source file •VERY EFFICIENT USE OF RAM: Constant literal strings are stored only in FLASH memory and aren't copied to RAM and accessed from there, like in other compilers for the AVR •C Source level debugging, with COFF symbol file generation, allows variable watching (including structures and unions) in Atmel Studio 6.1 and AVR Studio 4.19 debuggers
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。