Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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/ArduinoCore-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:1.5.1
Choose a base ref
Loading
...
head repository:arduino/ArduinoCore-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.5.2
Choose a head ref
Loading
  • 16commits
  • 112files changed
  • 5contributors

Commits on May 28, 2024

  1. license: add missing license headers

    Some of the files in the Arduino core were missing the license headers.They contain code which is either copied from previous Arduino cores(which were already LGPL-2.1-or-later), or has been submitted to thisrepository where most of the code is clearly LGPL-2.1-or-later.  In anycase, all the contributors have either been directly employed by Arduinoor have signed the CLA.Add the missing LGPL-2.1-or-later headers to the files.
    @pillo79
    pillo79 committedMay 28, 2024
    Configuration menu
    Copy the full SHA
    a1f668dView commit details
    Browse the repository at this point in the history
  2. license: update CAN files license to LGPL-2.1-or-later

    The CAN files had a non-standard license which does not match the otherfiles in the repository. This commit updates the license header tomatch that of the other files.All of the contributors to these files have either been employed byArduino or have signed the CLA.
    @pillo79
    pillo79 committedMay 28, 2024
    Configuration menu
    Copy the full SHA
    a2735c0View commit details
    Browse the repository at this point in the history
  3. license: cosmetic updates

    Minor updates to the license headers to make them more consistent amongthe repository.
    @pillo79
    pillo79 committedMay 28, 2024
    Configuration menu
    Copy the full SHA
    eeb0ce3View commit details
    Browse the repository at this point in the history
  4. license: add SPDX-License-Identifier to all files in test/

    The files in the test/ folder had a copyright notice, but no licenseinformation. This commit adds the LGPL-2.1-or-later SPDX licenseidentifier to all these files.
    @pillo79
    pillo79 committedMay 28, 2024
    Configuration menu
    Copy the full SHA
    25be1acView commit details
    Browse the repository at this point in the history
  5. license: add LICENSE file to the repository

    All files in this repository are licensed under the GNU Lesser GeneralPublic License version 2.1. Make this obvious by including the LICENSEfile in the root of the repository.In addition to the above clause, some files may also be distributed underadditional license terms. See each individual file for details.
    @pillo79
    pillo79 committedMay 28, 2024
    Configuration menu
    Copy the full SHA
    3f3e8bdView commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix spell check false positive by ignoring word

    The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the projectcodebase happens to match against newly added entries, which caused codespell to produce a false misspelled worddetection.Since the code that produced the detection is correct and intended, the false positive is resolved by configuringcodespell to ignore the problematic word.
    @per1234
    per1234 authoredMay 29, 2024
    Configuration menu
    Copy the full SHA
    ce1f76eView commit details
    Browse the repository at this point in the history
  2. Merge pull request#235from per1234/fix-spellcheck

    Fix spell check false positive by ignoring word
    @per1234
    per1234 authoredMay 29, 2024
    Configuration menu
    Copy the full SHA
    4df98f4View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request#234from pillo79/license_cleanup

    Use the LGPL 2.1 or later license on all files
    @facchinm
    facchinm authoredJun 17, 2024
    Configuration menu
    Copy the full SHA
    4a02bfcView commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    10de470View 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
    andreagilardoni committedFeb 13, 2025
    Configuration menu
    Copy the full SHA
    2aaef7bView 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
    andreagilardoni committedFeb 17, 2025
    Configuration menu
    Copy the full SHA
    42b8581View 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
    andreagilardoni committedJul 17, 2025
    Configuration menu
    Copy the full SHA
    a919d81View 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 <i.abdalkader@gmail.com>
    @iabdalkader
    iabdalkader committedSep 29, 2025
    Configuration menu
    Copy the full SHA
    dab7773View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e173aView commit details
    Browse the repository at this point in the history
  3. Merge pull request#257from iabdalkader/spi_bus_mode

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

    @facchinm
    facchinm committedSep 29, 2025
    Configuration menu
    Copy the full SHA
    cd91833View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp