This project is a fork of the fx2lib.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/fx2lib.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownergerhard.sittig@gmx.net
last changeMon, 12 Sep 2016 20:26:04 +0000 (12 14:26 -0600)
content tags
add:
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
 Sven Schnelle
 Tim 'mithro' Ansell
shortlog
2016-09-12 Dennis MuhlesteinMerge pull request #26 from resetnow/mastermaster
2016-08-20 Vlad IvanovAllow redefining SDCC commands in Makefile
2015-09-28 Dennis MuhlesteinMerge pull request #21 from StefanBruens/master
2015-09-18 Stefan BrünsAvoid multiple evaluation of argument to RESETTOGGLE...
2015-09-15 Stefan Brünsreplace USB/GPIF autovector asm code with normal interrupt
2015-09-15 Stefan Brünscleanup interrupt code
2015-08-18 Dennis MuhlesteinMerge pull request #20 from mithro/travis-fix
2015-08-01 Tim 'mithro... Adding --force-yes to sdcc install.
2015-08-01 Tim 'mithro... Fixing the travis build.
2015-07-27 Dennis MuhlesteinMerge pull request #18 from mithro/sschnelle-rebase
2015-07-27 Dennis MuhlesteinMerge pull request #17 from mithro/dscr-debug-type
2015-07-27 Dennis MuhlesteinMerge pull request #16 from mithro/sio-init-word
2015-07-27 Dennis MuhlesteinMerge pull request #14 from codepainters/clean_fix
2015-07-27 Dennis MuhlesteinMerge pull request #19 from mithro/travis
2015-07-19 Tim 'mithro... Adding .travis build file.
2015-07-19 Tim 'mithro... Adding myself and Sven to Contributors section of the...
...
tags
14 years ago 0.2
15 years ago 0.1 0.1
heads
7 years ago master