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: arduino-libraries/Arduino_Pro_Tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8dcd04d
Choose a base ref
...
head repository: arduino-libraries/Arduino_Pro_Tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 224c972
Choose a head ref
  • 19 commits
  • 7 files changed
  • 6 contributors

Commits on Aug 23, 2022

  1. Merge pull request #28 from arduino-libraries/marqdevx/vision-shield/…

    …bitmap-SD
    
    Portenta Vision Shield, bitmap to SD Card update sketch
    marqdevx authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0e9b96b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Bump geekyeggo/delete-artifact from 1 to 2

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Commits](GeekyEggo/delete-artifact@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f298a00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from arduino-libraries/dependabot/github_actio…

    …ns/geekyeggo/delete-artifact-2
    
    Bump geekyeggo/delete-artifact from 1 to 2
    per1234 authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6fd1f1b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Bump carlosperate/download-file-action from 1 to 2

    Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2.
    - [Release notes](https://github.com/carlosperate/download-file-action/releases)
    - [Commits](carlosperate/download-file-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: carlosperate/download-file-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ba8848c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from arduino-libraries/dependabot/github_actio…

    …ns/carlosperate/download-file-action-2
    
    Bump carlosperate/download-file-action from 1 to 2
    per1234 authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    76729bb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    8c3aebe View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fix freeze bug in FlashKeyValue.ino

    The old version contained code like this: Serial.println("FlashIAP block device size: " +  blockDevice.size());
    
    This adds a large number (the block device size) to the address of the string literal before the + sign. It becomes an illegal address, which triggers a BusFault exception, and the sketch freezes after printing "FlashIAPBlockDevice + TDBStore Test."
    alrvid authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7c3004b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from alrvid/main

    Fix freeze bug in FlashKeyValue.ino
    sebromero authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    90dd5f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3741dfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from arduino-libraries/dependabot/github_actio…

    …ns/actions/checkout-4
    
    Bump actions/checkout from 3 to 4
    per1234 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8a77909 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Bump actions/upload-artifact from 3 to 4 (#35)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f19a07b View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4 (#36)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    974b726 View commit details
    Browse the repository at this point in the history
  3. Bump geekyeggo/delete-artifact from 2 to 4 (#37)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4ecd5e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f23f6a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Bump geekyeggo/delete-artifact from 4 to 5 (#40)

    Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5.
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    323734b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Bump arduino/arduino-lint-action from 1 to 2

    Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 1 to 2.
    - [Release notes](https://github.com/arduino/arduino-lint-action/releases)
    - [Commits](arduino/arduino-lint-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: arduino/arduino-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    aa2547d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from arduino-libraries/dependabot/github_actio…

    …ns/arduino/arduino-lint-action-2
    
    Bump arduino/arduino-lint-action from 1 to 2
    per1234 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c2603d6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Add dedicated license file

    Standardization in license documentation is important because, in addition to making it easy for humans to find this
    vital information, it allows machines to automate the process of license type determination, which is useful both for
    discovering suitable open source projects as well as checking open source license compliance.
    
    Previously, the open source license of this project was not documented in a dedicated license file. Due to this, even
    though the project is licensed under a standardized open source license, the open license type could not be identified
    with 100% confidence by machines (e.g., the Licensee Gem used by the GitHub website), which meant identification could
    only be made by a human carefully evaluating the license text.
    
    The project's license is hereby documented in a standardized license file. The result is that the project's open source
    license type can now be automatically identified. This does not result in any change to the project licensing.
    per1234 committed May 9, 2025
    Configuration menu
    Copy the full SHA
    6ce59ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from per1234/license-file

    Add dedicated license file
    per1234 authored May 9, 2025
    Configuration menu
    Copy the full SHA
    224c972 View commit details
    Browse the repository at this point in the history
Loading