X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=betty%2Freadme;h=65c0bc230bee0d02fe295af5e95d43f87535c79e;hb=3e0847553a5d514589116f8cf933d454a0db491c;hp=c95b57ca0a9de72c2f45ddbd7578830919612448;hpb=395af8b47496d7d93f1f9fb9d6c1fecc3c19729e;p=my-code%2Farm.git diff --git a/betty/readme b/betty/readme index c95b57c..65c0bc2 100644 --- a/betty/readme +++ b/betty/readme @@ -1,12 +1,33 @@ the betty tv project #################### -contents: ---------- +needless to say, this is work in progress ... -* betty.c - replacement firmware for the betty tv remote +contents/todo: +-------------- + +* Makefile - build rules for all source files + +* lpcload.c - loads firmware to the lpc2220 via uart0 + +* lpc2xxx.h - header file for the lpc2xxx family + +* fwbc.c - firmware to broadcast the flash content via uart0 (obsolete!) +* fwdump.c - dump contents received by host uart to harddisk (obsolete!) +* fwflash.c - firmware handling the flash access + +* 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