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: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9b7107b
Choose a base ref
...
head repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4350cf0
Choose a head ref
  • 16 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 1, 2021

  1. Support Nano RP2040 Connect

    facchinm committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    618fd8e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Apr 7, 2021

  1. Update version of actions/checkout action used in Compile Examples CI…

    … workflow
    
    The action now has a default fetch-depth value of 1, so there is no need to specify this input.
    per1234 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    425e62d View commit details
    Browse the repository at this point in the history
  2. Update name of action used to compile examples in CI workflow

    The action has been moved to a dedicated repository, where all future development work will happen.
    per1234 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3f706db View commit details
    Browse the repository at this point in the history
  3. Use consistent formatting style in Compile Examples CI action

    The previous inconsistent markup style, although perfectly valid, made the workflow harder to understand.
    per1234 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    0796526 View commit details
    Browse the repository at this point in the history
  4. Use consistent indent size in Compile Examples workflow

    The initial single space indent made the workflow difficult to edit and harmed readability.
    per1234 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    489830a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge pull request arduino-libraries#169 from per1234/update-ci

    Update GitHub Actions workflows and action versions
    per1234 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ba0f381 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    d59eb8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request arduino-libraries#173 from Polldo/arch-support

    Update supported architecture property
    facchinm authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    549e390 View commit details
    Browse the repository at this point in the history
  3. Merge pull request arduino-libraries#170 from arduino-libraries/rp2040

    Rp2040 support
    Paolo Calao authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    94ffe05 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Update library.properties

    fpistm authored May 5, 2021
    Configuration menu
    Copy the full SHA
    23053fb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. release 1.2.1

    Paolo Calao authored May 18, 2021
    Configuration menu
    Copy the full SHA
    b22266f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. fix: remove specific include

    Correct CMSIS devide header already included by the core.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ac6431e View commit details
    Browse the repository at this point in the history
  2. examples: add STM32WB5MM-DK support

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    faffc11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from fpistm/STM32WB5MM_DK

    examples: add STM32WB5MM-DK support
    fpistm authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ee4927f View commit details
    Browse the repository at this point in the history
  4. Merge tag '1.2.1'

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4350cf0 View commit details
    Browse the repository at this point in the history
Loading