Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zfields/ArduinoCore-samd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7af4ca4
Choose a base ref
...
head repository: arduino/ArduinoCore-samd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 993398c
Choose a head ref
Loading
4 changes: 1 addition & 3 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,6 @@ jobs:
- ~/Arduino/libraries/MFRC522/examples/rfid_read_personal_data
- ~/Arduino/libraries/MFRC522/examples/rfid_write_personal_data
- ~/Arduino/libraries/WiFi101/examples
- ~/Arduino/libraries/AceTime/examples/HelloDateTime
strategy:
fail-fast: false
@@ -248,7 +247,6 @@ jobs:
- name: LoRa
- name: MKRWAN
- name: WiFiNINA
- name: AceTime
- source-url: https://github.com/vidor-libraries/VidorPeripherals.git
platforms: |
# Use Board Manager to install the latest release of Arduino SAMD Boards to get the toolchain
@@ -262,7 +260,7 @@ jobs:
${{ matrix.mkrgsm1400-sketch-paths }}
${{ matrix.wan-sketch-paths }}
enable-deltas-report: 'true'
verbose: 'true'
verbose: 'false'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Save memory usage change report as artifact
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "us-east-1" # or https://github.com/aws/aws-cli/issues/5623
run: |
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/packages/staging/ --exclude "*" --include *.json
aws s3 sync extras/staging/ s3://${{ secrets.ARDUINO_DOWNLOADS_BUCKET }}/cores/staging/ --exclude "*" --include *.tar.bz2
@@ -104,4 +105,4 @@ jobs:
SLACK_TITLE: Arduino core pre-release
SLACK_MESSAGE: 'Version ${{ env.TAG_VERSION }} of core ${{ env.REPOSITORY_NAME }} is now available'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
MSG_MINIMAL: true
MSG_MINIMAL: true
Loading