Skip to content

Enable pulseIn() sketches for Portenta in sketch compilation workflow #45

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

Merged
merged 2 commits into from
Aug 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
- examples/04.Communication/SerialEvent
- examples/04.Communication/VirtualColorMixer
- examples/05.Control
- examples/06.Sensors/ADXL3xx
- examples/06.Sensors/Knock
- examples/06.Sensors
- examples/07.Display
- examples/08.Strings
- examples/11.ArduinoISP
Expand All @@ -95,54 +94,44 @@ jobs:
serial1: false
starter-kit: true
tone: true
pulsein: true
# Adding this in addition to the Uno because it has 1.5 kB less available flash
- fqbn: arduino:avr:nano
usb: false
serial1: false
starter-kit: false
tone: true
pulsein: true
- fqbn: arduino:avr:leonardo
usb: true
serial1: true
starter-kit: false
tone: true
pulsein: true
- fqbn: arduino:megaavr:uno2018:mode=off
usb: false
serial1: true
starter-kit: false
tone: true
pulsein: true
- fqbn: arduino:samd:mkrzero
usb: true
serial1: true
starter-kit: false
tone: true
pulsein: true
- fqbn: arduino:mbed_nano:nano33ble
usb: false
serial1: true
starter-kit: false
tone: true
pulsein: true
- fqbn: arduino:mbed_portenta:envie_m7
usb: false
serial1: true
starter-kit: false
tone: true
# Bug report: https://github.com/arduino/ArduinoCore-mbed/issues/48
# Change the value to true once it is fixed.
pulsein: false
- fqbn: arduino:sam:arduino_due_x
usb: true
serial1: true
starter-kit: false
# Bug report: https://github.com/arduino/ArduinoCore-sam/issues/24
# Change the value to true once it is fixed.
tone: false
pulsein: true

# Make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -186,14 +175,6 @@ jobs:
- board:
tone: false
tone-sketch-paths: ""
- board:
pulsein: true
pulsein-sketch-paths: |
- examples/06.Sensors/Memsic2125
- examples/06.Sensors/Ping
- board:
pulsein: false
pulsein-sketch-paths: ""

steps:
- name: Checkout
Expand All @@ -212,4 +193,3 @@ jobs:
${{ matrix.serial1-sketch-paths }}
${{ matrix.starter-kit-sketch-paths }}
${{ matrix.tone-sketch-paths }}
${{ matrix.pulsein-sketch-paths }}