summaryrefslogtreecommitdiff
path: root/openpcd/firmware/README
blob: 15d3573c19ffc66b81d86da91f28a3b6ae420109 (plain)
1
2
3
4
5
6
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

personal git repositories of Harald Welte. Your mileage may vary