Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI waveform flavour select #7715

Merged
merged 12 commits into from
Nov 20, 2020
Merged

CI waveform flavour select #7715

merged 12 commits into from
Nov 20, 2020

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Nov 20, 2020

set every other ci builder to use waveform phase lock

@d-a-v d-a-v changed the title Ci waveform+updates CI waveform flavour select Nov 20, 2020
Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the log dump is removed.

tests/common.sh Outdated
@@ -66,6 +66,8 @@ function build_sketches()
local sketches=$(find $srcpath -name *.ino | sort)
print_size_info >size.log
export ARDUINO_IDE_PATH=$arduino
local pwm_phase=""
[ $(( $build_rem % 2 )) -eq 0 ] && local pwm_phase="--waveform_phase"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash is a monster, isn't it? I was about to make a comment that you wanted == but then realized you're generating local.

Not sure if the local here is needed since you already made one on the prior line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the second local

@d-a-v d-a-v merged commit 27b54f5 into esp8266:master Nov 20, 2020
@d-a-v d-a-v deleted the ci-waveform+updates branch November 20, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants