Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8686290f
authored
Feb 24, 2020
by
lwc-tester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed need for reset line on logic analyzers
parent
429b0305
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
templates/bluepill/test
+1
-1
templates/esp32/test
+1
-1
templates/f7/test
+1
-1
templates/maixduino/test
+1
-1
templates/uno/test
+1
-1
No files found.
templates/bluepill/test
View file @
8686290f
...
...
@@ -122,7 +122,7 @@ def main(argv):
dump_a
=
dut
.
dump_ram
()
try
:
tool
=
LogicMultiplexerTimeMeasurements
(
0x000
3
)
tool
=
LogicMultiplexerTimeMeasurements
(
0x000
2
)
tool
.
begin_measurement
()
for
i
,
m
,
ad
,
k
,
npub
,
c
in
kat
:
...
...
templates/esp32/test
View file @
8686290f
...
...
@@ -84,7 +84,7 @@ def main(argv):
sys
.
stdout
.
flush
()
try
:
tool
=
LogicMultiplexerTimeMeasurements
(
0x00
3
0
)
tool
=
LogicMultiplexerTimeMeasurements
(
0x00
2
0
)
tool
.
begin_measurement
()
for
i
,
m
,
ad
,
k
,
npub
,
c
in
kat
:
...
...
templates/f7/test
View file @
8686290f
...
...
@@ -79,7 +79,7 @@ def main(argv):
dump_a
=
dut
.
dump_ram
()
try
:
tool
=
LogicMultiplexerTimeMeasurements
(
0x000
c
)
tool
=
LogicMultiplexerTimeMeasurements
(
0x000
8
)
tool
.
begin_measurement
()
for
i
,
m
,
ad
,
k
,
npub
,
c
in
kat
:
...
...
templates/maixduino/test
View file @
8686290f
...
...
@@ -86,7 +86,7 @@ def main(argv):
sys
.
stdout
.
flush
()
try
:
tool
=
LogicMultiplexerTimeMeasurements
(
0x00
c
0
)
tool
=
LogicMultiplexerTimeMeasurements
(
0x00
8
0
)
tool
.
begin_measurement
()
for
i
,
m
,
ad
,
k
,
npub
,
c
in
kat
:
...
...
templates/uno/test
View file @
8686290f
...
...
@@ -83,7 +83,7 @@ def main(argv):
sys
.
stdout
.
flush
()
try
:
tool
=
LogicMultiplexerTimeMeasurements
(
0x0
c
00
)
tool
=
LogicMultiplexerTimeMeasurements
(
0x0
8
00
)
tool
.
begin_measurement
()
for
i
,
m
,
ad
,
k
,
npub
,
c
in
kat
:
...
...
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