-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: openmv/openmv-arduino-rpc
base: v1.0.5
head repository: openmv/openmv-arduino-rpc
compare: master
- 13 commits
- 4 files changed
- 6 contributors
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b73d75 - Browse repository at this point
Copy the full SHA 1b73d75View commit details
Commits on Oct 8, 2020
-
Merge pull request #1 from streber42/master
Add Serial port 4-6 code for Teensy 4.0 and port 7 for Teensy 4.1
Configuration menu - View commit details
-
Copy full SHA for 925835d - Browse repository at this point
Copy the full SHA 925835dView commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 342c991 - Browse repository at this point
Copy the full SHA 342c991View commit details
Commits on Aug 21, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 2fd601a - Browse repository at this point
Copy the full SHA 2fd601aView commit details
Commits on Dec 12, 2021
-
Merge pull request #6 from mengguang/patch-1
set onRequest and onReceive after Wire.begin
Configuration menu - View commit details
-
Copy full SHA for 50002ec - Browse repository at this point
Copy the full SHA 50002ecView commit details -
Merge pull request #3 from manchoz/manchoz_i2c_many
[WIP] Add support for multiple I2C master and slave interfaces
Configuration menu - View commit details
-
Copy full SHA for 6f0ad02 - Browse repository at this point
Copy the full SHA 6f0ad02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01055c4 - Browse repository at this point
Copy the full SHA 01055c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f6cb5 - Browse repository at this point
Copy the full SHA 69f6cb5View commit details
Commits on Aug 10, 2022
-
Remove unavailable items from
depends
field of library.propertiesThe 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.
Configuration menu - View commit details
-
Copy full SHA for fa9b8dd - Browse repository at this point
Copy the full SHA fa9b8ddView commit details -
Merge pull request #9 from per1234/remove-invalid-depends
Remove unavailable items from `depends` field of library.properties
Configuration menu - View commit details
-
Copy full SHA for 8eb60b7 - Browse repository at this point
Copy the full SHA 8eb60b7View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efad21a - Browse repository at this point
Copy the full SHA efad21aView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e2d076 - Browse repository at this point
Copy the full SHA 3e2d076View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d8a1f0 - Browse repository at this point
Copy the full SHA 4d8a1f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.5...master