Skip to content
/ fx2lib Public
forked from djmuhlestein/fx2lib

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

License

Notifications You must be signed in to change notification settings

mcuee/fx2lib

This branch is up to date with djmuhlestein/fx2lib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Kipp Cannondjmuhlestein
Kipp Cannon
and
Jul 25, 2024
caa3e15 · Jul 25, 2024
Sep 25, 2009
Oct 30, 2023
Oct 30, 2023
Oct 30, 2023
Jul 25, 2024
Dec 30, 2021
Sep 4, 2009
Aug 1, 2015
Feb 10, 2010
Apr 10, 2009
Apr 10, 2009
Feb 26, 2011
Apr 21, 2009
Jul 19, 2015

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.4%
  • Assembly 6.4%
  • Python 3.7%
  • Makefile 3.5%