openpcd/openpcd/firmware
(no author) 83c18361d8 - cosmetic cleanup
git-svn-id: https://svn.openpcd.org:2342/trunk@146 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
2006-09-09 04:42:17 +00:00
..
include - major reorganization, split source tree in 2006-09-09 01:08:38 +00:00
lib remove unneeded routines 2006-08-09 00:02:21 +00:00
link - major reorganization, split source tree in 2006-09-09 01:08:38 +00:00
src - cosmetic cleanup 2006-09-09 04:42:17 +00:00
Makefile - major reorganization, split source tree in 2006-09-09 01:08:38 +00:00
README add DEBUG=1 doc 2006-08-09 00:05:10 +00:00
TODO remaining changes after half-failing commit 2006-07-24 18:53:34 +00:00

README

Different Targets can be built by implementing a _init_func() and _main_func()_
function in src/main_foo.c

The resulting binary main_foo.bin can be built by issuing
	make TARGET=main_foo

If you want to add debugging support (debug unit aka DBGU, RS232), add DEBUG=1