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_UnifiedStorage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: arduino-libraries/Arduino_UnifiedStorage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 30, 2024

  1. Fix whitespaces

    locatw authored and facchinm committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fbd3990 View commit details
    Browse the repository at this point in the history
  2. Various fixes for begin(),umount(),format()

    locatw authored and ddmesh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bd8600c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

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

Commits on Jun 19, 2025

  1. Merge pull request #57 from arduino-libraries/open-func

    Add open function without path
    cristidragomir97 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    fe016fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from ddmesh/main

    Fix Memory Leaks / fix Dead Locks / correct mbrBlockDevice behaviour when calling begin(),umount(),format()
    cristidragomir97 authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    11eba8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2907ec0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

Commits on Aug 6, 2025

  1. Bump actions/download-artifact from 4 to 5

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    03e96f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f855ed8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. AE-593: Replaced all "Serial.print()" with "Arduino_UnifiedStorage::d…

    …ebugPrint" to allow automatic remapping of the serial output channel on all boards, including the Opta, which uses the RJ45 to print log data.
    bogdanarduino committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    55f408c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Merge pull request #58 from arduino-libraries/dependabot/github_actio…

    …ns/actions/download-artifact-5
    
    Bump actions/download-artifact from 4 to 5
    per1234 authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    5196598 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. AE-593: Changed call to "Arduino_UnifiedStorage::debugPrint" into "Ar…

    …duino_UnifiedStorage::testPrint" which allows correct print outputs on all boards (including the Opta) without the clutter of the extra debug information.
    bogdanarduino committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    bb947a7 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    0b87b29 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge pull request #59 from arduino-libraries/dependabot/github_actio…

    …ns/actions/checkout-5
    
    Bump actions/checkout from 4 to 5
    per1234 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    83801a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Merge pull request #60 from arduino-libraries/AE-593_Ensure_Arduino_U…

    …nifiedStorage_Examples_Work
    
    Ae 593 ensure arduino unified storage examples work
    sebromero authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    83ce9db View commit details
    Browse the repository at this point in the history
Loading