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: openmv/openmv-arduino-rpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.5
Choose a base ref
...
head repository: openmv/openmv-arduino-rpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 4 files changed
  • 6 contributors

Commits on Oct 6, 2020

  1. Copy the full SHA
    1b73d75 View commit details

Commits on Oct 8, 2020

  1. Merge pull request #1 from streber42/master

    Add Serial port 4-6 code for Teensy 4.0 and port 7 for Teensy 4.1
    kwagyeman authored Oct 8, 2020
    Copy the full SHA
    925835d View commit details

Commits on Feb 2, 2021

  1. Copy the full SHA
    342c991 View commit details

Commits on Aug 21, 2021

  1. set onRequest and onReceive after Wire.begin

    In Arduino_Core_STM32 Wire implementation, Wire.begin will reset OnRequest handler to null, so we need to set these handler after Wire.begin.  
    https://github.com/stm32duino/Arduino_Core_STM32/blob/master/libraries/Wire/src/Wire.cpp#L78
    mengguang authored Aug 21, 2021
    Copy the full SHA
    2fd601a View commit details

Commits on Dec 12, 2021

  1. Merge pull request #6 from mengguang/patch-1

    set onRequest and onReceive after Wire.begin
    kwagyeman authored Dec 12, 2021
    Copy the full SHA
    50002ec View commit details
  2. Merge pull request #3 from manchoz/manchoz_i2c_many

    [WIP] Add support for multiple I2C master and slave interfaces
    kwagyeman authored Dec 12, 2021
    Copy the full SHA
    6f0ad02 View commit details
  3. Copy the full SHA
    01055c4 View commit details
  4. Fix library version

    kwagyeman committed Dec 12, 2021
    Copy the full SHA
    69f6cb5 View commit details

Commits on Aug 10, 2022

  1. Remove unavailable items from depends field of library.properties

    The depends field of the library.properties metadata file specifies the dependencies that should be installed along with
    the library by the Arduino Library Manager.
    
    This field must contain only the names of libraries that are available for installation via Library Manager.
    
    The presence of any items which are not in Library Manager causes installation of the library to fail:
    
    - Arduino IDE 1.x: "no protocol:" error
    - Arduino IDE 2.x: fails silently
    - Arduino CLI: "No valid dependencies solution found" error
    
    The removed dependencies are "platform bundled libraries", which are included with the installation of each Arduino boards platform, and thus are managed by Arduino Boards Manager, not Library Manager. For this reason, there is no reason for these items to be listed in the depends field.
    per1234 authored Aug 10, 2022
    Copy the full SHA
    fa9b8dd View commit details
  2. Merge pull request #9 from per1234/remove-invalid-depends

    Remove unavailable items from `depends` field of library.properties
    kwagyeman authored Aug 10, 2022
    Copy the full SHA
    8eb60b7 View commit details

Commits on Jun 19, 2023

  1. Update library.properties

    kwagyeman authored Jun 19, 2023
    Copy the full SHA
    efad21a View commit details

Commits on Jul 20, 2023

  1. Update README.md

    kwagyeman authored Jul 20, 2023
    Copy the full SHA
    3e2d076 View commit details

Commits on Jul 22, 2024

  1. Update README.md

    kwagyeman authored Jul 22, 2024
    Copy the full SHA
    4d8a1f0 View commit details
Loading