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
f9497198
authored
Jul 19, 2019
by
Enrico Pozzobon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-O2 flag in esp32 test
parent
32c851e3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
+5
-1
measurements/.mkdir
+0
-0
pack_results.sh
+2
-0
templates/esp32/platformio.ini
+2
-0
test.py
+1
-1
No files found.
measurements/.mkdir
deleted
100644 → 0
View file @
32c851e3
pack_results.sh
0 → 100755
View file @
f9497198
#!/bin/bash
zip results.zip build/
*
/
*
.log measurements/
*
compile_all.log compile_all.err.log build/test_all.sh
templates/esp32/platformio.ini
View file @
f9497198
...
@@ -2,3 +2,5 @@
...
@@ -2,3 +2,5 @@
platform
=
espressif32
platform
=
espressif32
framework
=
arduino
framework
=
arduino
board
=
esp32dev
board
=
esp32dev
build_flags
=
-O2
build_unflags
=
-Os
test.py
View file @
f9497198
...
@@ -137,7 +137,7 @@ def begin_measurement():
...
@@ -137,7 +137,7 @@ def begin_measurement():
import
saleae
import
saleae
import
time
import
time
sal
=
saleae
.
Saleae
()
sal
=
saleae
.
Saleae
()
sal
.
set_active_channels
([
0
,
1
,
2
,
3
],
[])
sal
.
set_active_channels
([
1
,
2
],
[])
sal
.
set_sample_rate
(
sal
.
get_all_sample_rates
()[
0
])
sal
.
set_sample_rate
(
sal
.
get_all_sample_rates
()[
0
])
sal
.
set_capture_seconds
(
6000
)
sal
.
set_capture_seconds
(
6000
)
sal
.
capture_start
()
sal
.
capture_start
()
...
...
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