Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
c02e2d1e
Commit
c02e2d1e
authored
9 years ago
by
Anatol Pomozov
Browse files
Options
Download
Email Patches
Plain Diff
Fix misspellings using codespell tool
parent
0a6f675f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
DSView/pv/data/decoderstack.cpp
DSView/pv/data/decoderstack.cpp
+1
-1
DSView/pv/data/decoderstack.h
DSView/pv/data/decoderstack.h
+1
-1
NEWS
NEWS
+4
-4
libsigrok4DSL/hardware/demo/demo.c
libsigrok4DSL/hardware/demo/demo.c
+1
-1
No files found.
DSView/pv/data/decoderstack.cpp
View file @
c02e2d1e
...
...
@@ -409,7 +409,7 @@ void DecoderStack::decode_proc()
prev_di
=
di
;
}
// Get the intial sample count
// Get the in
i
tial sample count
{
unique_lock
<
mutex
>
input_lock
(
_input_mutex
);
sample_count
=
_sample_count
=
_snapshot
->
get_sample_count
();
...
...
This diff is collapsed.
Click to expand it.
DSView/pv/data/decoderstack.h
View file @
c02e2d1e
...
...
@@ -148,7 +148,7 @@ private:
pv
::
SigSession
&
_session
;
/**
* This mutex prevents more than one decode operation occuring
* This mutex prevents more than one decode operation occur
r
ing
* concurrently.
* @todo A proper solution should be implemented to allow multiple
* decode operations.
...
...
This diff is collapsed.
Click to expand it.
NEWS
View file @
c02e2d1e
...
...
@@ -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 fun
c
tion, 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 occur
r
ed @ LA mode
* Fix decoder issue when capture part of data @ LA mode
* Fix stack decoder add issue @ LA mode
* Fix other bugs
...
...
@@ -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 fun
c
tion, 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 occur
r
ed @ LA mode
* Fix decoder issue when capture part of data @ LA mode
* Fix stack decoder add issue @ LA mode
* Fix other bugsnalyzer mode
...
...
This diff is collapsed.
Click to expand it.
libsigrok4DSL/hardware/demo/demo.c
View file @
c02e2d1e
...
...
@@ -1052,7 +1052,7 @@ static int hw_dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data)
(
void
)
cb_data
;
sr_dbg
(
"Stopping aquisition."
);
sr_dbg
(
"Stopping a
c
quisition."
);
devc
->
stop
=
TRUE
;
sr_session_source_remove_channel
(
devc
->
channel
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment