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/ArduinoBLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.6
Choose a base ref
...
head repository: arduino-libraries/ArduinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.7
Choose a head ref
  • 14 commits
  • 15 files changed
  • 6 contributors

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
    3043861 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #323 from arduino-libraries/dependabot/github_acti…

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

Commits on Oct 26, 2023

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

Commits on Feb 16, 2024

  1. Merge pull request #331 from facchinm/giga_m4

    Fix functionality on Giga CM4 core
    aentinger authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5ba3bda View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4 (#336)

    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 Feb 16, 2024
    Configuration menu
    Copy the full SHA
    93802d0 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 3 to 4 (#337)

    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 Feb 16, 2024
    Configuration menu
    Copy the full SHA
    416506e View commit details
    Browse the repository at this point in the history
  4. Bump geekyeggo/delete-artifact from 2 to 4 (#340)

    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 Feb 16, 2024
    Configuration menu
    Copy the full SHA
    37337ad View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Portenta_H7_M4: provide the correct define

    Fixes #333 again (not only for Giga)
    facchinm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    99159f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #353 from facchinm/portenta_h7_m4_defines

    Portenta_H7_M4: provide the correct define
    facchinm authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d965fa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. CI: Add arduino/report-size-deltas action. (#354)

    This action comments on the pull request with a report on the resulting change in memory usage of the Arduino sketches compiled by the arduino/compile-sketches action.
    aentinger authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4a85fec View commit details
    Browse the repository at this point in the history
  2. Bump geekyeggo/delete-artifact from 4 to 5 (#356)

    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
    98ff550 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Aug 1, 2024

  1. Merge pull request #363 from leonardocavagnis/ble_hci_silabs

    Add support for Silicon Labs board
    leonardocavagnis authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0241703 View commit details
    Browse the repository at this point in the history
  2. Publish 1.3.7

    leonardocavagnis authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    29bef40 View commit details
    Browse the repository at this point in the history
Loading