Uwe Hermann | 5c4252c | 2012-05-30 09:25:11 +0200 | [diff] [blame] | 1 | 0.1.1 (2012-05-30) |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 2 | ------------------ |
| 3 | |
Uwe Hermann | 02df29f | 2012-05-30 21:36:28 +0200 | [diff] [blame^] | 4 | Note: This release does NOT change the libsigrok API. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 5 | |
| 6 | * The 'saleae-logic' driver (which depends on the Saleae firmware), has |
| 7 | been replaced with the new 'fx2lafw' driver, which uses an open-source |
| 8 | firmware for Cypress FX2 chips which is also named 'fx2lafw'. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 9 | Details: http://sigrok.org/wiki/Fx2lafw |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 10 | This new driver (+ firmware) currently supports the following devices: |
Uwe Hermann | 9f05304 | 2012-05-28 23:40:12 +0200 | [diff] [blame] | 11 | - ARMFLY AX-Pro |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 12 | - Braintechnology USB-LPS |
| 13 | - EE Electronics ESLA100 |
| 14 | - EE Electronics ESLA201A |
| 15 | - Robomotic MiniLogic |
| 16 | - Robomotic BugLogic 3 |
| 17 | - Saleae Logic |
| 18 | - USBee AX |
| 19 | - USBee SX |
| 20 | - All Cypress FX2 eval boards with stock Cypress VID/PID, including: |
| 21 | - Lcsoft Mini Board |
| 22 | - Braintechnology USB Interface V2.x |
Uwe Hermann | 02df29f | 2012-05-30 21:36:28 +0200 | [diff] [blame^] | 23 | Only acquisition with 8 probes is supported so far. Support for 16 probes |
| 24 | and support for analog signal acquisition (on devices which have these |
| 25 | capabilities) will be added later. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 26 | * ASIX SIGMA driver: |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 27 | - Add support for the ASIX SIGMA2. This requires the latest version of |
| 28 | the SIGMA/SIGMA2 firmware files. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 29 | Details: http://sigrok.org/wiki/Firmware |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 30 | - Various bugfixes. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 31 | * ZEROPLUS Logic Cube LAP-C (16032): Fix a segfault. |
Uwe Hermann | 40cd2b5 | 2012-05-10 21:27:17 +0200 | [diff] [blame] | 32 | * udev file: Add entries for Robomotic BugLogic 3, Velleman PCSU1000, |
Uwe Hermann | 02df29f | 2012-05-30 21:36:28 +0200 | [diff] [blame^] | 33 | Ideofy LA-08, ARMFLY AX-Pro, and Braintechnology USB Interface V2.x. |
| 34 | * The zlib dependency has been removed (no longer needed). |
Uwe Hermann | 5c4252c | 2012-05-30 09:25:11 +0200 | [diff] [blame] | 35 | * Fix compiling with "Homebrew" (Mac OS X). |
Uwe Hermann | 5c4252c | 2012-05-30 09:25:11 +0200 | [diff] [blame] | 36 | * libsigrok now expects firmware files in $prefix/share/sigrok-firmware by |
| 37 | default (was $prefix/share/libsigrok/firmware before). |
Uwe Hermann | 5c4252c | 2012-05-30 09:25:11 +0200 | [diff] [blame] | 38 | * Fix a Makefile.am bug which caused the generated ChangeLog files being |
| 39 | accidentally deleted upon 'make distclean'. |
Uwe Hermann | 5c4252c | 2012-05-30 09:25:11 +0200 | [diff] [blame] | 40 | * ChronoVu LA8 input file format: Improve autodetection of the file format. |
| 41 | We now only accept files of the size 8388613 bytes (all LA8 files have |
| 42 | exactly this amount of bytes). |
| 43 | |
Uwe Hermann | fefd54a | 2012-04-17 00:12:33 +0200 | [diff] [blame] | 44 | 0.1.0 (2012-04-17) |
Uwe Hermann | c5d83a5 | 2012-03-31 11:37:08 +0200 | [diff] [blame] | 45 | ------------------ |
| 46 | |
| 47 | * Initial release. |
| 48 | |