-
Notifications
You must be signed in to change notification settings - Fork 4
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_spi
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_spi
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
- 4 files changed
- 3 contributors
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2818bfa - Browse repository at this point
Copy the full SHA 2818bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54050b1 - Browse repository at this point
Copy the full SHA 54050b1View commit details
Commits on Jul 9, 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 e9e3865 - Browse repository at this point
Copy the full SHA e9e3865View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8171488 - Browse repository at this point
Copy the full SHA 8171488View commit details
Commits on Aug 25, 2023
-
Bump ex_doc from 0.30.3 to 0.30.6
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.3 to 0.30.6. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.30.3...v0.30.6) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0763e0d - Browse repository at this point
Copy the full SHA 0763e0dView commit details
Commits on Nov 12, 2023
-
Defer loading the NIF until opening a SPI bus
This change moves the NIF load from the time at which the module is loaded to the time when SPI 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 80c3cc4 - Browse repository at this point
Copy the full SHA 80c3cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acfdf0 - Browse repository at this point
Copy the full SHA 1acfdf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e656c93 - Browse repository at this point
Copy the full SHA e656c93View 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