-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: pom.xml
- Loading branch information
Showing
8 changed files
with
95 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,78 @@ | ||
2011-12-31 JaWi <[email protected]> | ||
|
||
* | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferAcquisitionTask.java, | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferCancelTask.java, | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferDevice.java: Some simplifications in the cancellation of | ||
acquisitions. | ||
|
||
2011-12-31 JaWi <[email protected]> | ||
|
||
* rxtx/src/main/java/nl/lxtreme/rxtx/CommPortUtils.java, | ||
rxtx/src/main/java/nl/lxtreme/rxtx/SerialConnection.java, | ||
rxtx/src/main/java/nl/lxtreme/rxtx/SerialConnectionFactory.java, | ||
rxtx/src/main/java/nl/lxtreme/rxtx/SerialPortOptions.java: Updated | ||
to latest PureJavaComm release (0.0.3). | ||
|
||
2011-12-09 JaWi <[email protected]> | ||
|
||
* | ||
tool.1wire/src/main/java/nl/lxtreme/ols/tool/onewire/OneWireAnalyse | ||
rDialog.java, | ||
tool.asm45/src/main/java/nl/lxtreme/ols/tool/asm45/Asm45ProtocolAna | ||
lysisDialog.java, | ||
tool.i2c/src/main/java/nl/lxtreme/ols/tool/i2c/I2CProtocolAnalysisD | ||
ialog.java, | ||
tool.jtag/src/main/java/nl/lxtreme/ols/tool/jtag/JTAGProtocolAnalys | ||
isDialog.java, | ||
tool.spi/src/main/java/nl/lxtreme/ols/tool/spi/SPIProtocolAnalysisD | ||
ialog.java, | ||
tool.uart/src/main/java/nl/lxtreme/ols/tool/uart/UARTProtocolAnalys | ||
isDialog.java: Fixed issue #83: export button in various tools was | ||
not enabled properly after a successful decoding has taken place. | ||
|
||
2011-12-05 JaWi <[email protected]> | ||
|
||
* api/src/main/java/nl/lxtreme/ols/api/DataAcquisitionService.java, | ||
api/src/main/java/nl/lxtreme/ols/api/devices/AcquisitionTask.java, | ||
api/src/main/java/nl/lxtreme/ols/api/devices/CancelTask.java, | ||
api/src/main/java/nl/lxtreme/ols/api/devices/Device.java, | ||
client/src/main/java/nl/lxtreme/ols/client/ClientController.java, | ||
device.generic/src/main/java/nl/lxtreme/ols/device/generic/GenericD | ||
evice.java, | ||
device.generic/src/main/java/nl/lxtreme/ols/device/generic/GenericD | ||
eviceAcquisitionTask.java, | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferAcquisitionTask.java, | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferCancelTask.java, | ||
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi | ||
cSnifferDevice.java, | ||
device.test/src/main/java/nl/lxtreme/ols/device/test/TestAcquisitio | ||
nTask.java, | ||
device.test/src/main/java/nl/lxtreme/ols/device/test/TestDevice.jav | ||
a, rxtx/src/main/java/nl/lxtreme/rxtx/SerialConnection.java, | ||
service.acquisition/src/main/java/nl/lxtreme/ols/acquisition/Backgr | ||
oundDataAcquisitionService.java: When a RLE-enabled capture was | ||
ongoing, the cancel acquisition didn't finish properly. This won't | ||
work however when a basic trigger is set which not yet fired. It | ||
appears that advanced triggers should work. | ||
|
||
2011-11-27 JaWi <[email protected]> | ||
|
||
* client/src/main/java/nl/lxtreme/ols/client/ClientController.java, | ||
client/src/main/java/nl/lxtreme/ols/client/MainFrame.java: By | ||
default select the OLS device as capturing device; after a capture | ||
is complete, or a project is loaded, zoom diagram to fit window. | ||
|
||
2011-11-25 JaWi <[email protected]> | ||
|
||
* ChangeLog, ols.distribution/src/main/resources/CHANGELOG, pom.xml: | ||
Preparation for beta 2. | ||
|
||
2011-11-25 JaWi <[email protected]> | ||
|
||
* client/src/main/java/nl/lxtreme/ols/client/ClientController.java, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,9 @@ OpenBench LogicSniffer Client ChangeLog | |
J.W. Janssen, <[email protected]> | ||
|
||
|
||
Release 0.9.5: | ||
- Fixed cancel capture issue. | ||
|
||
Release 0.9.5 (beta 2): | ||
- Fixed issues #81 and #82; | ||
- Ensured that the selected capture device is retained between user sessions; | ||
|
@@ -27,4 +30,4 @@ Older releases: | |
|
||
|
||
1. http://www.sparetimelabs.com/purejavacomm/index.html | ||
2. http://www.hp9845.net/9845/projects/assembler/ | ||
2. http://www.hp9845.net/9845/projects/assembler/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters