make comportable with SDCC 3.9.0 (sdcclib was replaced with sdar utility
[fx2lib.git] / fw / readme.txt
blobb8c5b50488670f56d9c14df7fc072978c737bd24
1 Starting a new firmware is easy.
3 1) The fw should build without modification.
5 > make # builds firmware.ihx
6 > make bix # builds firmware.bix
7 > make iic # builds firmware.iic
9 2) modify device.c to initialize your device and
10    handle data according to your needs.
13 3) add more sources, gpif data etc.
15 4) modify the device descriptor (dscr.a51)
18 For a fast way to deploy, you can use the fx2load
19 package provided in examples/fx2