Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DreamSourceLab/DSView in…
Browse files Browse the repository at this point in the history
…to develop

Conflicts:
	DSView/pv/data/decoderstack.cpp
	DSView/pv/data/dsosnapshot.cpp
	DSView/pv/dock/protocoldock.cpp
  • Loading branch information
DreamSourceLab committed Aug 10, 2016
2 parents b15bf26 + aad5257 commit f03d707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.lo
CMakeFiles
CMakeCache.txt
*.cxx_parameters
autom4te.cache
*.cmake
!cmake_modules
Expand Down
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
* Improve measure function @ LA mode
* Add duty cycle measure @ LA mode
* Fix out of range issue @ LA mode
* Add export funtion, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
* Add export function, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
* Add x1/x10/x100 probe options @ DSO mode
* Add measure function @ DSO mode
* Add voltage display of trigger value @ DSO mode
* Fix wave disappear issue @ DSO mode
* Fix trigger issue @ DSO stream mode
* Fix data repeat when set trigger @ LA stream mode
* Keep channel settings when reload occured @ LA mode
* Keep channel settings when reload occurred @ LA mode
* Fix decoder issue when capture part of data @ LA mode
* Fix stack decoder add issue @ LA mode
* Fix other bugs
Expand All @@ -84,14 +84,14 @@
* Improve measure function @ LA mode
* Add duty cycle measure @ LA mode
* Fix out of range issue @ LA mode
* Add export funtion, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
* Add export function, support csv/vcd/gnuplot/zip @ LA mode; and csv @ DSO mode
* Add x1/x10/x100 probe options @ DSO mode
* Add measure function @ DSO mode
* Add voltage display of trigger value @ DSO mode
* Fix wave disappear issue @ DSO mode
* Fix trigger issue @ DSO stream mode
* Fix data repeat when set trigger @ LA stream mode
* Keep channel settings when reload occured @ LA mode
* Keep channel settings when reload occurred @ LA mode
* Fix decoder issue when capture part of data @ LA mode
* Fix stack decoder add issue @ LA mode
* Fix other bugsnalyzer mode
Expand Down
2 changes: 1 addition & 1 deletion libsigrok4DSL/hardware/demo/demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ static int hw_dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data)
if (devc->stop)
return SR_OK;

sr_dbg("Stopping aquisition.");
sr_dbg("Stopping acquisition.");

devc->stop = TRUE;

Expand Down

0 comments on commit f03d707

Please sign in to comment.