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: bbloppaa/arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: firmata/arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 5 contributors

Commits on Dec 28, 2022

  1. Remove test sketch

    Fails linter check, and tests are done from the PC now
    pgrawehr committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    28ac1e0 View commit details
    Browse the repository at this point in the history
  2. Fix linter warning

    pgrawehr committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c285135 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Jul 24, 2023

  1. firmata#505 Arduino Nano Every is a ATMega 4809

    Therefore this definition must come after.
    Basically, no board should directly use
    the ATMega 4809 bare definitions.
    pgrawehr committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e276e34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request firmata#503 from joreg/patch-1

    Fixed link to vvvv/VL implementation
    pgrawehr authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    76d1837 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 14, 2023

  1. Merge pull request firmata#507 from PaulStoffregen/teensy_defines_fix

    Improve defines for Teensy 4.0 and Teensy 4.1
    pgrawehr authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    38e5661 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. feat: Arduino Uno R4 support

    zfields committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    24308ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Documentation: Add reference to the Firmata Linux Kernel module

    Adds a reference to the (experimental) Linux Kernel Module firmata_mod,
    which allows users to use standard Linux userspace APIs/tools to access GPIO,
    I2C or SPI devices made available on an Arduino attached to a Linux host PC via
    a serial interface and running the Firmata firmware. In addition, existing
    Linux Kernel modules for devices using I2C/SPI can also be associated with
    devices on the Arduino.
    logicog committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a46444e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request firmata#509 from firmata/uno-r4

    feat: Arduino Uno R4 support
    pgrawehr authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2ab86cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request firmata#510 from logicog/main

    Documentation: Add reference to the Firmata Linux Kernel module
    pgrawehr authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    53bb550 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix compilation for UNOR4

    pgrawehr committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1b59338 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    1866deb View commit details
    Browse the repository at this point in the history
  2. This also is no longer used

    pgrawehr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6c48901 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request firmata#517 from firmata/UnoR4_2

    Fix compilation for UNOR4
    pgrawehr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ebd19be View commit details
    Browse the repository at this point in the history
Loading