mulicheng / fx2lib
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (1)
- Graphs
-
Branch:
master
Dennis Muhlestein (author)
Mon Feb 08 15:34:38 -0800 2010
fx2lib /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 04 10:13:41 -0700 2009 | |
| |
CHANGELOG | Thu Jan 14 10:40:57 -0800 2010 | |
| |
COPYING | Fri Apr 10 14:38:43 -0700 2009 | |
| |
COPYING.LESSER | Fri Apr 10 14:38:43 -0700 2009 | |
| |
Makefile | Fri Sep 25 12:56:35 -0700 2009 | |
| |
NOTES | Tue Apr 21 12:01:30 -0700 2009 | |
| |
README | Thu Jan 14 10:40:57 -0800 2010 | |
| |
docs/ | Fri Sep 25 12:56:35 -0700 2009 | |
| |
examples/ | Thu Feb 04 13:14:20 -0800 2010 | |
| |
fw/ | Thu Feb 04 13:14:20 -0800 2010 | |
| |
include/ | Thu Jan 14 15:44:02 -0800 2010 | |
| |
lib/ | Mon Feb 08 15:34:38 -0800 2010 | |
| |
utils/ | Fri Apr 10 13:12:53 -0700 2009 |
README
Before building this library, you need have sdcc installed and in your path. http://sdcc.sf.net To build this library, run make > make This produces lib/fx2.lib. You can also run make in the lib folder. You can also build the documentation if you have doxygen installed. > make docs ** Firmware framework Quickstart > cd fw > make You can copy the fw directory to your own directory and customize it as needed. ** More custom firmware To use routines included with this library in your own firmware, add the include files to your include path and the lib file to your compile command: > sdcc -mmcs51 -I<path to includes> <your c file> fx2.lib -L <path to fx2.lib dir> fx2lib also includes an example program for loading firmware onto your device. See examples/fx2. Enjoy! Comments, Patches, all welcome. Contributors Dennis Muhlestein Ubixum, Inc Steve Calfee
