
mikroC PRO for AVR is an ANSI C compiler for Atmel AVR microcontrollers. You get features such as LCD Custom Character Tool, GLCD Bitmap Editor, Seven Segment Editor, UART Terminal, UDP Terminal, and HID Terminal, which improve the speed of program development.
v5.0 [Jun 13, 2011]
New Features :
- Heap option added to compiler
- Project Explorer
- Shortcut CTRL + ALT + S (show Statistics)
- Memory Manager library for internal memory management
- CAN library
- Added routines for work with images and fonts stored on external resourse (MMC/SD card, external flash, etc.)
Improved :
- Faster loading of mcl files.
- Faster Linker.
- Asm code can be written in the same line with a label.
- system function "__CCD2W" is linked only if it is used.
- Search project files in Windows Explorer style
- Add a project to project group by single mouse click
- Search Paths Editor
- Copy/Cut/Paste/Select All options for search paths editor
- Assigned shotcut CTRL + ALT + P
- Statistics is no longer a "modal" window, but rather "stay on top"
- AVR Bootloader Tool
- MMC library, added functions for multi read block mode.
- UART Library, added generic routines which uses the active UART module
- SPI Library, added generic routines which uses the active SPI module
Fixed :
- LST file lists only used global variables.
- Different number of parameters in function definition and in extern declaration cause linker crash in some cases.
- DPointer to Typed const code far struct has been intepreted as pointer to RAM
- In some cases IDE freezes if MCU is changed in Project Settings
- IDE sends wrong command line to programmer if EEPROM file is included in project
- Visible Statistics are updated after build
- 32 bit icons fail to load on some graphic cards
- Fixed: pow(x,y) function returned 0 for (0,0) and for x,y < 0
- OneWire library issue with xmega MCU's
- T6963C library issue with xmega MCU's
- Expander_Init_Advanced, CS pin directon wasn't set properly