Limitations Previous Top Next
--------------------------------------------------------------------------------
The current version of the CodeVisionAVR C compiler has the following limitations:
· the long long, double, _Complex and _Imaginary data types are not yet supported
· the bit data type is not supported for the reduced core, used in chips like ATtiny10
· functions with variable number of parameters are not supported for reduced core chips
· signal handling (signal.h) is not implemented yet
· date and time functions (time.h) are not implemented yet
· extended multibyte/wide character utilities (wchar.h) are not implemented
· wide character classification and mapping utilities (wctype.h) are not implemented
· the printf, sprintf, snprintf, vprintf, vsprintf and vsnprintf Standard C Input/Output Functions can’t output strings longer than 255 characters for the %s format specifier
· the size of the compiled code is limited for the Evaluation version
· the libraries for Philips PCF8563, Philips PCF8583, Maxim/Dallas Semiconductor DS1302, DS1307, 4x40 character LCD, XMEGA TWI functions and EBI support are not available in the Evaluation version
· the libraries for color graphic LCDs (ILI9325, SSD1289, SSD1963, SSD2119 and XG7100) are available and can be used only with Advanced or Professional licenses.
|