This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Dennis Muhlestein (author)
Fri Oct 02 15:54:15 -0700 2009
fx2lib /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 04 10:13:41 -0700 2009 | |
| |
CHANGELOG | Thu Sep 17 13:00:49 -0700 2009 | |
| |
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 | Fri Apr 10 13:23:20 -0700 2009 | |
| |
docs/ | Fri Sep 25 12:56:35 -0700 2009 | |
| |
examples/ | Fri Oct 02 15:54:15 -0700 2009 | |
| |
fw/ | Wed Apr 15 08:40:34 -0700 2009 | |
| |
include/ | Fri Oct 02 13:21:07 -0700 2009 | |
| |
lib/ | Thu Sep 17 14:49:44 -0700 2009 | |
| |
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.







