-
Notifications
You must be signed in to change notification settings - Fork 11
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: elixir-circuits/circuits_i2c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: elixir-circuits/circuits_i2c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maint-v1.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 3 contributors
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc5e760 - Browse repository at this point
Copy the full SHA dc5e760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07edf4f - Browse repository at this point
Copy the full SHA 07edf4fView commit details
Commits on Jul 10, 2023
-
Bump ex_doc from 0.29.4 to 0.30.1
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.4 to 0.30.1. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.29.4...v0.30.1) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de1e3b8 - Browse repository at this point
Copy the full SHA de1e3b8View commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbc8c06 - Browse repository at this point
Copy the full SHA cbc8c06View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4918065 - Browse repository at this point
Copy the full SHA 4918065View commit details -
Defer loading the NIF until opening an I2C bus
This change moves the NIF load from the time at which the module is loaded to the time when I2C actually is used. The primary motivation for doing this is to defer native code crashes from happening at load time to the time of first use. Load time is harder to debug and sometimes its not clear which NIF caused the crash. The calls to `apply` get around some complexity with ignoring Dialyzer warnings. Dialyzer can't figure out that the recursive looking call actually invokes the NIF code.
Configuration menu - View commit details
-
Copy full SHA for 0207cdc - Browse repository at this point
Copy the full SHA 0207cdcView commit details -
Use nicer atoms for I2C bus errors
These errors can happen when the I2C bus hangs or a zero-byte transfer is tried, but not supported. There are two kinds of timeouts: * `{:error, :timeout}` - Seen on Allwinner when the I2C bus is hung by a device pulling SDA low. If the device tree/Linux isn't configured to recover and the SDA line isn't released, then the error will continue. * `{:error, :retry}` - Seen on Beagleboards (TI AM335x) when the I2C bus is hung and there's an attempt to recover the bus.
Configuration menu - View commit details
-
Copy full SHA for 7e9d9df - Browse repository at this point
Copy the full SHA 7e9d9dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e38c6 - Browse repository at this point
Copy the full SHA e2e38c6View commit details
Loading
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 main...maint-v1.x