Subversion Repositories HomeAutomation

Rev

Rev 819 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

=======================
== File descriptions ==
=======================

README
******
This file!

bios.inc
********
This is a file where bios specific settings can be changed, also contains the hardware id

config.inc
**********
Here the application specific settings is set, and this is also where the module specific settings are. This file is compiled by the modulescript but can be edited afterwards if need be.

src/main.c.template
***************
Template application that the modulescript combines with the included modules to form an application. Do not edit this if you do not know what you are doing!

src/main.c
******
Compiled application, do not edit this, gets overwritten every time the modules are regenerated by the modulescript

Makefile
********
Make script for doing various things like compiling and cleaning etc.

ModuleManager
********
Script to add and remove modules, also used to generate files needed for compilation,
for information on how to use the manager type "./ModuleManager --help"