github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

mulicheng / fx2lib

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 3
    • 2
  • Source
  • Commits
  • Network (2)
  • Issues (0)
  • Downloads (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (1)
    • 0.1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Library routines for creating firmware for the Cypress FX2 (CY7C68013 and variants) with SDCC — Read more

  cancel

http://fx2lib.sourceforge.net

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

make -B to work with builddir target. 
Dennis Muhlestein (author)
Mon Feb 08 15:34:38 -0800 2010
commit  8f727bdb01a772ffdc6b63e9228ac210dbefcf82
tree    db4a471761816a6e946d1468e67031e72d8507ab
parent  9e3a495463f5c2d85cde255c52b75e235861e4b9
fx2lib /
name age
history
message
file .gitignore Fri Sep 04 10:13:41 -0700 2009 Updated docs version. dist target in Makefile. ... [Dennis Muhlestein]
file CHANGELOG Thu Jan 14 10:40:57 -0800 2010 Changelog and Readme [Dennis Muhlestein]
file COPYING Fri Apr 10 14:38:43 -0700 2009 Adding GPL and LGPL license files to project. [Dennis Muhlestein]
file COPYING.LESSER Fri Apr 10 14:38:43 -0700 2009 Adding GPL and LGPL license files to project. [Dennis Muhlestein]
file Makefile Fri Sep 25 12:56:35 -0700 2009 Initial intro documentation [Dennis Muhlestein]
file NOTES Tue Apr 21 12:01:30 -0700 2009 Notes Update [Dennis Muhlestein]
file README Thu Jan 14 10:40:57 -0800 2010 Changelog and Readme [Dennis Muhlestein]
directory docs/ Fri Sep 25 12:56:35 -0700 2009 Initial intro documentation [Dennis Muhlestein]
directory examples/ Thu Feb 04 13:14:20 -0800 2010 Changed Makefile format. Only set the default ... [Dennis Muhlestein]
directory fw/ Thu Feb 04 13:14:20 -0800 2010 Changed Makefile format. Only set the default ... [Dennis Muhlestein]
directory include/ Thu Jan 14 15:44:02 -0800 2010 Added timers example. Updated fx2ints.h to inc... [Dennis Muhlestein]
directory lib/ Mon Feb 08 15:34:38 -0800 2010 make -B to work with builddir target. [Dennis Muhlestein]
directory utils/ Fri Apr 10 13:12:53 -0700 2009 New ihx2iic helper script. Modified firmware e... [Dennis Muhlestein]
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

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server