b6df00e2b1b4b6cdd65df1c4d53f5e1c0bd86cb2
[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
16
17 * fwdump.c - dump contents received by host uart to harddisk
18
19 * betty.c - replacement firmware for the betty tv remote
20
21 to be continued ...
22
23 important:
24 ----------
25
26 there are important notes and howtos on the wiki page:
27 http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV
28
29 you should carefully read them before using the code!
30
31 greets, hackbard