updated readme
[my-code/arm.git] / betty / readme
1 the betty tv project
2 ####################
3
4 needless to say, this is work in progress ...
5
6 contents/todo:
7 --------------
8
9 * Makefile - build rules for all source files
10
11 * lpcload.c - loads firmware to the lpc2220 via uart0
12
13 * lpc2xxx.h - header file for the lpc2xxx family
14
15 * fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!)
16
17 * fwdump.c - dump contents received by host uart to harddisk (obsolete!)
18
19 * fwflash.c - firmware handling the flash access
20
21 * betty.c - replacement firmware for the betty tv remote
22
23 to be continued ...
24
25 important:
26 ----------
27
28 there are important notes and howtos on the wiki page:
29 http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV
30
31 you should carefully read them before using the code!
32
33 greets, hackbard