Difference between revisions of "Fx2lafw"

From sigrok
Jump to navigation Jump to search
(fx2lafw)
 
m
Line 1: Line 1:
'''fx2lafw''' is an open-source firmware for Cypress FX2 chips which makes them usable as simple logic analyzer hardware.
'''fx2lafw''' is an open-source firmware for Cypress FX2 chips which makes them usable as simple logic analyzer hardware.


It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using '''sdcc''' as compiler, and '''fx2lib''' as helper library.
It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using [http://sdcc.sourceforge.net/ sdcc] as compiler, and [https://github.com/mulicheng/fx2lib fx2lib] as helper library.


== Download ==
== Download ==
Line 10: Line 10:


== Resources ==
== Resources ==
* [http://sdcc.sourceforge.net/ sdcc] (C compiler for 8051 microcontrollers, usable for FX2)
* fx2lib: [http://sourceforge.net/projects/fx2lib/ SF project page], [http://allmybrain.com/2008/12/05/an-open-source-library-for-writing-firmware-on-the-cypress-fx2-with-sdcc/ blog article], [https://github.com/mulicheng/fx2lib github repo], [http://sourceforge.net/mailarchive/forum.php?forum_name=fx2lib-devel mailing list]

Revision as of 00:13, 28 January 2012

fx2lafw is an open-source firmware for Cypress FX2 chips which makes them usable as simple logic analyzer hardware.

It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using sdcc as compiler, and fx2lib as helper library.

Download

Building

Resources