blob: 9f7d93ff23ce96b63bb52ae92d251f886a9cdfb7 (
plain)
1
2
3
4
5
6
7
8
|
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
|