X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=a724b02d7c6cc2db361890e749a294406daff59f;hb=c7e02d8c24b6f89a274b33300dd47925f5ffb69f;hp=fd9dc2531f7d7585cfa65f197614d37aad5c9121;hpb=cb87c238f743afa9e563740e1bec436ea839796e;p=sigrok-firmware-fx2lafw.git diff --git a/README b/README index fd9dc253..a724b02d 100644 --- a/README +++ b/README @@ -5,17 +5,20 @@ fx2lafw fx2lafw is a free/libre/open-source firmware for logic analyzers based on the Cypress EZ-USB FX2(LP) chip. -It is licensed under the terms of the GNU GPL (version 2 or later). +It is licensed under the terms of the GNU GPL (version 2 or later), and uses +additional helper code licensed under the GNU LGPL (version 2.1 or later). Requirements ------------ -In order to build fx2lafw you need the 'sdcc' compiler. + - In order to build fx2lafw you need the 'sdcc' compiler. + On Debian you can install it via: -On Debian you can install it via: + $ apt-get install sdcc - $ apt-get install sdcc + - You need libsigrok >= 0.1.1 in order to make use of fx2lafw. Earlier + versions didn't have support for FX2 devices using this firmware. Building