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

Commits on Jun 8, 2022

  1. Fixed Serial_::begin(..) definition to match arduino::HardwareSerial

    This is usually not a problem becuase we use the arm-none-eabi-gcc compiler
    thas has type `uint32_t` aliased to `unsigned long`. Anyway this is not
    mandatory in general, and the compiler may choose to alias `uint32_t` with
    `unsigned int` as it happens with llvm/clang.
    
    Since we use clangd as language server on the Arduino IDE 2.0 the
    Serial_ object and all the derived instances (Serial, SerialUSB, ...) are
    not available in code-completion suggestions.
    cmaglie committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b52412e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Document how to add the required link to ArduinoCore-API. (#676)

    * Document how to add the required link to ArduinoCore-API.
    
    Related to arduino/ArduinoCore-API#96.
    
    * Update README.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    * Update README.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    * Update README.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    * Update README.md
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    Co-authored-by: per1234 <accounts@perglass.com>
    aentinger and per1234 authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8983308 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Update I2S.cpp to work with RTCZero library

    I2S.cpp configures the clock without specifying what to GLCK->DIVSEL bit. This causes issues when the bit is set to 1 by other libraries such as RTCZero. Explicitly setting this value fixes the problem.
    Khosos authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    84e222f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Merge pull request #692 from Khosos/patch-1

    Update I2S.cpp to work with RTCZero library
    facchinm authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    26f2d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Updated naming of MKR boards

    Updated some names of MKR boards, see changes! @facchinm
    jhansson-ard authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    afeba43 View commit details
    Browse the repository at this point in the history
  2. Updated naming of boards

    Updated some naming of the products @facchinm
    jhansson-ard authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    db94399 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #696 from jhansson-ard/patch-2

    Updated naming of boards
    facchinm authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b0f7110 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #695 from jhansson-ard/patch-1

    Updated naming of MKR boards
    facchinm authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    84c09b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

  1. Merge pull request #713 from skulblakka/fix/staticUsbLineInfo

    USB CDC: Line Info Per Instance
    facchinm authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    eaf7756 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Fix variant docs Issue #507

    henklaak committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f66c536 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge pull request #714 from henklaak/master

    Fix variant docs Issue #507
    aentinger authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8e5c09c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Release v1.8.14.

    aentinger committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    993398c View commit details
    Browse the repository at this point in the history
Loading