CodeVisionAVR Pro v1.25.5 - компилятор языка С для микроконтроллеров Atmel AVR, программатор и терминал в одной программе.
Так же по теме:
Загрузка.
Для просмотра картинки в полный размер кликните по ней!
High Performance C Compiler, Integrated Development Environment, Automatic Program Generator and In-System Programmer for the Atmel AVR family of microcontrollers with internal RAM
V1.25.5 Commercial Release
fixed: garbled header file name in the “unreferenced function” warning displayed in the Messages window for a function without a definition and which was not used anywhere in the project, but had it’s prototype declared in a header file. The same warning appeared correctly in the Navigator.
fixed: in some rare cases an “overflow is possible, casting may be required” warning was issued in expressions even if casting was applied
fixed: a “controlling expression is constant” warning was generated if the value of a bit field was used as a controlling expression in the if, switch and ? : operators