PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : دانلود mikroC PRO for AVR 2010 FULL+ XMEGA Support



pertican2010
15-10-2010, 15:48
You can see links before reply (You can see links before reply)
ورژن جدید mikroC PRO for AVR 2010 build 3.5 به همراه کرک
بیشتر آی سی های جدید Xmega رو پشتیبانی می کنه به همراه انواع مثال ها.

روی ویندوز 7 هم نصب می شه
-------------------------------------------------------------------------------------------------------
لینک دانلود
You can see links before reply

لینک دانلود کرک از گروه You can see links before reply - Under SEH Team -
You can see links before reply
این کرک روی دیگر برنامه های شرکت mikroe جواب می ده مثل mikroBasic PRO for AVR البته من امتحان نکردم

وب سایت سازنده:
You can see links before reply
------------------------------------------------------------------------------------------------------



What's new in mikroC PRO for AVR 2010
IDE build 3.5
Command line build 3.5

New features and enhancements in the following areas will boost your productivity by helping you complete many tasks more easily and in less time.

For a complete version history of mikroC PRO for AVR 2010, visit the following link :You can see links before reply

Installation Changes
Compiler Changes
IDE Changes
Libraries Changes
Examples Changes
Installation Changes


New Features :
UAC-compatible installation (Windows 7 and Vista)

Starting from this release, our compilers are fully compatible with the User Account Control (UAC) security protocol. With respect to this, installation paths for compiler and examples are changed, depending on your operating system :

Windows XP

All Users
Compiler : DriveLetter:\Documents and Settings\All Users\Application Data\Mikroelektronika\CompilerName\
Examples : DriveLetter:\Documents and Settings\All Users\Documents\mikroElektronika\CompilerName\
Current User
Compiler : DriveLetter:\Documents and Settings\UserName\Application Data\Mikroelektronika\CompilerName\
Examples : DriveLetter:\Documents and Settings\UserName\My Documents\mikroElektronika\CompilerName\
Windows Vista

All Users
Compiler : DriveLetter:\ProgramData\Mikroelektronika\Compiler Name\
Examples : DriveLetter:\Users\Public\Documents\mikroElektroni ka\CompilerName\Examples\
Current User
Compiler : DriveLetter:\Users\UserName\AppData\Roaming\Mikroe lektronika\CompilerName\
Examples :DriveLetter:\Users\UserName\Documents\mikroElektr onika\CompilerName\Examples\
Windows 7

All Users
Compiler : DriveLetter:\ProgramData\Mikroelektronika\Compiler Name\
Examples : DriveLetter:\Users\Public\Documents\mikroElektroni ka\CompilerName\Examples\
Current User
Compiler : DriveLetter:\Users\UserName\AppData\Roaming\Mikroe lektronika\CompilerName\
Examples :DriveLetter:\Users\UserName\Documents\mikroElektr onika\CompilerName\Examples\
where DriveLetter is the letter of the drive where the operating system is installed, UserName is the user account name, and CompilerName is the compiler name.

Compiler Changes


New Features :
Additional chips supported :
AT90PWM1
AT90PWM81
ATmega1284
ATmega164A
ATmega165PA
ATmega168A
ATmega168PA
ATmega169PA
ATmega16U2
ATmega324A
ATmega328
ATmega32U2
ATmega48A
ATmega644A
ATmega88A
ATmega8U2
ATtiny2313A
ATtiny261A
ATtiny4313
ATtiny461A
ATtiny861A
ATxmega128A1
ATxmega128A3
ATxmega128D3
ATxmega16A4
ATxmega16D4
ATxmega192A3
ATxmega192D3
ATxmega256A3
ATxmega256A3B
ATxmega256D3
ATxmega32A4
ATxmega32D4
ATxmega64A1
ATxmega64A3
ATxmega64D3
SSA optimization introduced (up to 46% code reduction).
Introduced iv keyword for linking function as interrupt handler.
Support for anonymous unions and anonymous structures.
Rebuild all sources in project (switch -RA).
Constants larger than 64kBytes can be linked.
Memory qualificators far and near introduced.
Bootloader section supported.

Improvements :
More user options for control of optimizations.
Faster generation of COFF file.
Enhanced warning system.
Fixed Bugs :
Orging constants over 64K when program is larger than 64K causes ROM addresses to overlap.
Using external bit in code without using its owner elsewhere causes linker error.
Orged constants in some cases prevent handler table to be reserved properly.
Assignment of constant aggregates to variable aggregates.
Initializing a local pointer with constant of integer type.
Assignment to function did not generate error.
Allocation of absolute variables.
Initializing variables fails in some cases for devices without CALL instruction.
IDE Changes


New Features :
Active Comments Editor.
Support for GIF images in Project Manger and Active Comments.
Support for Package Manager.
Highlighting routine under cursor in Code Explorer.
Export Project feature, useful for backing up a project and all relevant files with one mouse click.
Option to enable/disable a breakpoint.
Edit Project enables to set fuses for device.
Image Preview Window.
Added product version in application caption.
Added toolbar shortcut to open Examples folder.
Rebuild all sources menu shortcut.

Improvements :
Library manager loads MCLs faster.
More user options for control of optimizations.
Tools moved to panels. Now they are dockable and they receive the Color Style from IDE.
Additional options included, users wishes fulfilled, minor bugs fixed.
Code Assistant (Ctrl+Space) loads faster.
Faster simulation of Delay_ms and Delay_us functions.
Fixed Bugs :
Code Explorer works faster for large codes.
New Project Wizard adds the main file at the end of files list.
Select All takes no effect.
Build project button is disabled while opening project group
Project Manager - Close Project - In some cases IDE crashes when trying to close project.
Project Manager - Add file to project - In some cases IDE crashes when trying to add project to Project Manager.
Project Manager - Quick switch between projects crashes IDE.
Project Manager - Can not close file in editor if it was removed from Project Manager.
Project Manager - Generate ASM file option can not be turned off.
Project Manager - Project Manager caption shows names of all projects in project group.
Project Manager - Mouse double click switches between projects in project group.
Project Manager - In some cases loading a project group sets a wrong device for the active project.
Code Explorer - Icons for funtions and procedures are the same.
Statistics - RAM usage differs in Statistics window and in Messages window.
Can not resize variables column in statistic window.
Active Comments do not function properly after the character '-'.
IDE crashes if trying to close project while building process is running.
AutoComplete - Incomplete procedure parameter list.
Various docking windows issues.
Save project group on close.
UAC problem on Windows Vista and Windows 7.
Windows Vista and Windows 7 manifest problem.
Code Explorer on Windows 7 x64 does not display images properly.
EEPROM editor loading .ihex and .eed files problems.
Libraries Changes


New Features :
Touch Panel Library
SPI ethernet library for ENCx24J600 ethernet controller

Improvements :
Ethernet Library - subnet broadcast flag added. userTCP and userUDP routines prototype is changed.
Refer to help and distributed ethernet examples for details.
GLCD, SPI GLCD, T6963C and SPI T6963C Library - added new functions PartialImage, Circle_Fill, Rectangle_Round_Edges and Rectangle_Round_Edges_Fill.
Conversions library - added new functions for conversion to string in hex representation and to string with zeros filled.
ADC Library - added functions: ADC_Init and ADC_Get_Sample.

Fixed Bugs :
UART_Init_Advanced for ATmega324 - incorrect number of data bits in a frame.
ceil function returns incorrect result for parameter 0.
Keypad library issue with ATmega128 on PORTF.
UART1 issue with AT90CAN128.
Examples Changes


New Features :
Active comments in examples.
Added images in examples for previewing in Image View panel.

pcbook
28-06-2011, 18:29
لینک خرابه

sattarmonjezi
28-06-2011, 21:55
link crack kharabe