Made serial.c agree with Semen's changes to serial.h
[fx2lib.git] / README
blobead1b63d755ed1cac684c2d7845e5c0d3843717e
1 Before building this library, you need have sdcc installed and in your path.
3 http://sdcc.sf.net
5 To build this library, run make
7 > make
9 This produces lib/fx2.lib.  You can also run make in the lib folder.
11 You can also build the documentation if you have doxygen installed.
13 > make docs
15 ** Firmware framework Quickstart
17 > cd fw
18 > make
20 You can copy the fw directory to your own directory and customize it as needed.
22 ** More custom firmware
24 To use routines included with this library in your own firmware,
25 add the include files to your include path and the lib file to your compile command:
27 > sdcc -mmcs51 -I<path to includes> <your c file> fx2.lib -L <path to fx2.lib dir>
29 fx2lib also includes an example program for loading firmware onto your device. 
30 See examples/fx2.
33 Enjoy!
34 Comments, Patches, all welcome.
36 Contributors
37  Dennis Muhlestein
38  Ubixum, Inc
39  Steve Calfee
40  Sven Schnelle
41  Tim 'mithro' Ansell