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: ktetsuo/ArduinoCore-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4a02bfc
Choose a base ref
...
head repository: arduino/ArduinoCore-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f4e57e
Choose a head ref
  • 10 commits
  • 86 files changed
  • 4 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    10de470 View commit details
    Browse the repository at this point in the history
  2. Updating Catch2

    In order to update catch2 the following changes were made:
    - CMakeLists.txt: import catch2 with FetchContent_Declare, this will
      make it more flexible and easier to update
    - removed main for tests, since it is not mandatory and it doesn't add
      any value of having it
    - renaming includes in all the files
    andreagilardoni committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    2aaef7b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Solving the following compile time error

    error: moving ‘a’ of type ‘arduino::String’ to itself [-Werror=self-move]
    Which may happen if if GCC_VERSION is not defined, and instead __GNUC__
    is defined
    andreagilardoni committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    42b8581 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. changing tag name for subscript operator

    since for catch2 '[' is not a valid character in the tag name
    andreagilardoni committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a919d81 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Add SPI bus mode support (controller/peripheral)

    Signed-off-by: iabdalkader <[email protected]>
    iabdalkader committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    dab7773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e173a View commit details
    Browse the repository at this point in the history
  3. Merge pull request arduino#257 from iabdalkader/spi_bus_mode

    Add SPI bus mode support (controller/peripheral)
    facchinm authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    a07b034 View commit details
    Browse the repository at this point in the history
  4. Release v1.5.2

    facchinm committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    cd91833 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Remove donation links from readme

    The Arduino company is no longer soliciting monetary donations. Community members who wish to contribute to the project
    still have opportunities to do so via the other options listed under the "Contributions" section of the readme.
    
    Those who wish to make a monetary contribution can still do so by purchasing official Arduino products. For this reason,
    that part of the donation request text is preserved. Since the "Donations" heading doesn't make sense after the removal
    of the context of other monetary contribution options, the heading is hereby changed to "Support the project".
    per1234 committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    69a27a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Merge pull request arduino#259 from per1234/remove-donation-links

    Remove donation links from readme
    per1234 authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    0f4e57e View commit details
    Browse the repository at this point in the history
Loading