In order to execute the makefile correctly you need to have the WinAVR/utils/bin to path. Specifically you need the sh.exe and msys-1.0.dll. This is due to the incompatible echo command in windows systems.
avr16_V124.zip: Empty application, Fixes critical bug on Timer0.c: When you did not defined f_HookAlive the system crashed.
A new article explaining the latest release V1.23 modifications is available at: http://www.codeproject.com/KB/system/avrilos04.aspx
The article is also available at the docs/ area of this project.
AVRILOS mercurial repository has on the default branch the empty OS, while on the respective branches (and tags) I have the example applications. Soon to release on Hg the tools and the VHDL code.
AVRILOS mercurial repository has on the default branch the empty OS, while on the respective branches (and tags) I have the example applications. Soon to release on Hg the tools and the VHDL code.
Source code is kept under formal revision control of Mercurial on SourceForge.
The code maintained there is with an empty application. Example applications are provided only in the .zip packages available for download.