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/ArduinoCore-avr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.5
Choose a base ref
...
head repository: arduino/ArduinoCore-avr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.6
Choose a head ref
  • 15 commits
  • 25 files changed
  • 5 contributors

Commits on Dec 27, 2020

  1. Fix missing word in keywords.txt

    Line 2 in keywords.txt file in the SPI and HID library directories have been modified as follows to ensure uniformity wrt the format in other libraries -
    
    In ArduinoCore-avr\libraries\SPI\keywords.txt
    Syntax Coloring Map SPI --> # Syntax Coloring Map For SPI
    
    In ArduinoCore-avr\libraries\HID\keywords.txt
    Syntax Coloring Map HID --> # Syntax Coloring Map For HID
    
    Fixes arduino/Arduino#10938
    AakashHegde committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    7f334c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Use established KEYWORD_TOKENTYPE for Wire keyword

    All the other platform bundled libraries use KEYWORD1 for the library's global instance.
    per1234 authored Apr 4, 2021
    Configuration menu
    Copy the full SHA
    cfeb616 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    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 Mar 1, 2022
    Configuration menu
    Copy the full SHA
    987e874 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #465 from arduino/dependabot/github_actions/action…

    …s/checkout-3
    
    Bump actions/checkout from 2 to 3
    per1234 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0d4f175 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Bump actions/upload-artifact from 2 to 3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v2...v3)
    
    ---
    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>
    dependabot[bot] authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    14ea1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Merge pull request #470 from arduino/dependabot/github_actions/action…

    …s/upload-artifact-3
    
    Bump actions/upload-artifact from 2 to 3
    per1234 authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    7e33c29 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Merge pull request #404 from per1234/patch-1

    Use established KEYWORD_TOKENTYPE for Wire keyword
    per1234 authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    bc792a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Merge pull request #381 from AakashHegde/keywordsTypoFix

    Fix missing word in keywords.txt
    per1234 authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3cd6c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Fix spell check false positive by ignoring word (#497)

    In the latest release of the codespell tool used for automated spell checking of the files of this project, the word "clen" was added to the codespell misspelled words dictionary as a misspelling of "clean".
    
    This caused a false detection of a struct member name `clen` as a misspelling, resulting in a failing spell check result. Since the occurrence of this name is correct and intended in this project, the false positive is resolved by configuring codespell to ignore the problematic word.
    per1234 authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2ff00ae View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    72c1224 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #504 from cmaglie/fix_post_install

    Use correct quoting for paths in post_install.bat
    cmaglie authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5fbe0c2 View commit details
    Browse the repository at this point in the history
  3. Fix misspelled words in comments

    This project uses the codespell tool used to check for commonly misspelled words in the files of the repository.
    
    A recent update to the tool's misspelled words dictionary resulted in the identification of some occurrences of a
    misspelled word in the comments.
    
    In addition to correcting the detected misspellings, I did a quick scan over the repository and identified a few
    additional misspellings to correct.
    per1234 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4d8d41e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Merge pull request #506 from per1234/fix-misspellings

    Fix misspelled words in comments
    per1234 authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    44e1037 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    d845dc2 View commit details
    Browse the repository at this point in the history
  2. Publish core 1.8.6

    facchinm committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    42fa4a1 View commit details
    Browse the repository at this point in the history
Loading