Project

General

Profile

Download (427 Bytes) Statistics
| Branch: | Tag: | Revision:
1
Different Targets can be built by implementing a _init_func() and _main_func()_
2
function in src/main_foo.c
3

    
4
The resulting binary main_foo.bin can be built by issuing
5
	make BOARD=PCD TARGET=main_foo
6

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

    
9

    
10
Building dfu.bin (the DFU loader binary):
11
	make -f Makefile.dfu BOARD=PCD
12

    
13
For more information, please read http://wiki.openpcd.org/wiki/Firmware
(4-4/6)
Add picture from clipboard (Maximum size: 48.8 MB)