fremoclock  1_3A01
FREMO Clock - Software for UTG
FREMO Clock - Software for UTG

This is the sourcecode for the FREMO Clock System.

Some modules are derived from the SW of other opensource projects. This is noted in the modules.

Menu Structure Diagram

The structure of the menus used is here.


Building

Since Version 1.3 (1.3A00) the following tools are used:

To build you can use the following make commands:

$ make clean all doxygen
$ make program

See head of Makefile for more targets and details.

Note that you can pass in the values of your programmer hardware and port on the command line:

$ make AVRDUDE_PROGRAMMER=STK500 AVRDUDE_PORT=COM1 program

We recommend to use Eclipse IDE for C/C++ Developers (https://eclipse.org/, https://eclipse.org/cdt/) with the AVR Plugin (http://avr-eclipse.sourceforge.net/ download from https://sourceforge.net/projects/avr-eclipse/files/) and with Subclipse for editing.

The Project settings for eclipse are checked in the SVN repository (currently for Luna Release 4.4.0 and AVR Plugin 2.4.2)

Release

The version number has to be changes in sysdef.h (VERSION) before creating a release.