From: hackbard Date: Wed, 8 Aug 2007 01:40:00 +0000 (+0200) Subject: Merge branch 'master' of hackdaworld.org:/chroot/git/my-code/arm X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=commitdiff_plain;h=d1ece6f866fffde0a4322a3819056fce3d4123b8;hp=b6437bf5a7811ee84717854f95c515a137eb5b74 Merge branch 'master' of hackdaworld.org:/chroot/git/my-code/arm --- diff --git a/betty/readme b/betty/readme index bd8d4a8..b6df00e 100644 --- a/betty/readme +++ b/betty/readme @@ -1,14 +1,31 @@ the betty tv project #################### -contents: ---------- +needless to say, this is work in progress ... + +contents/todo: +-------------- + +* Makefile - build rules for all source files * lpcload.c - loads firmware to the lpc2220 via uart0 -* betty.c - replacement firmware for the betty tv remote +* lpc2xxx.h - header file for the lpc2xxx family + +* fwbc.c - firmware to broadcast the flash content via uart0 +* fwdump.c - dump contents received by host uart to harddisk +* betty.c - replacement firmware for the betty tv remote to be continued ... +important: +---------- + +there are important notes and howtos on the wiki page: +http://www.hackdaworld.org/cgi-bin/awki.cgi/BettyTV + +you should carefully read them before using the code! + +greets, hackbard