This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
48 lines (37 loc) · 1.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
fnordlicht and fnordlichtmini firmware
======================================
This is the firmware sourcecode for different hardware devices, namely:
* fnordlicht (for details see [1])
* fnordlichtmini (for details see [2])
* fnordlicht-controller (for details see [3])
Directory layout
================
This repository consists of several different subdirectories:
bugs/ files for the ditz[3] issue tracking system
doc/ further documentation and serial protocol description
fnordlicht-firmware/ firmware sourcecode for fnordlicht and fnordlichtmini
fnordlicht-bootloader/ serial bootloader for fnordlicht and fnordlichtmini
fnordlicht-controller/ firmware sourcecode for fnordlicht-controller
fnordlicht-controller-bootloader/ sourcecode for the fnordlicht-controller usb bootloader
common/ common C header files used by all programs
tests/ ruby-scripts for testing the serial
protocol implementation
compiled/ compiled binaries for several processors
git submodules
==============
If the directory 'fnordlicht-controller-bootloader' does not contain any files
(and you cloned the repository with git), you need to initialize the submodule:
$ git submodule init
[...]
$ git submodule update
[...]
License
=======
Each file contains a header, which states the author(s) and license for that
file. Most code is licensed as GPL (version 3). The text for this license can
be found in the file COPYING.
Links
=====
[1] http://www.lochraster.org/fnordlicht
[2] http://www.lochraster.org/fnordlichtmini
[3] http://ditz.rubyforge.org