-
Notifications
You must be signed in to change notification settings - Fork 10
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: imxrt-rs/imxrt-boot-gen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: imxrt-rs/imxrt-boot-gen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 19 files changed
- 1 contributor
Commits on Jun 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 690e936 - Browse repository at this point
Copy the full SHA 690e936View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e312df7 - Browse repository at this point
Copy the full SHA e312df7View commit details -
The current Sequence interface is verbose, and we can get a better experience, and simpler code, by using a SequenceBuilder. The commit adds and tests SequenceBuilder, which is intended to replace the public interface of Sequence.
Configuration menu - View commit details
-
Copy full SHA for 3d07668 - Browse repository at this point
Copy the full SHA 3d07668View commit details -
Remove Sequence API in favor of SequenceBuilder
The commit marks Sequence members as private to the crate. The commit updates all tests and documentation to use SequenceBuilder.
Configuration menu - View commit details
-
Copy full SHA for 35dddb9 - Browse repository at this point
Copy the full SHA 35dddb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 068cd1e - Browse repository at this point
Copy the full SHA 068cd1eView commit details -
Migrate to a constant builder approach
This commit removes the API that generates the configuration block as an array of magic numbers. Instead, it gives users a way to define configuration blocks at compile time. The entire interface uses const methods and functions to achieve the compile-time interface. TODO: fix all the docs, add more tests.
Configuration menu - View commit details
-
Copy full SHA for 1b7ab40 - Browse repository at this point
Copy the full SHA 1b7ab40View commit details -
Since this crate is now compiled into the embedded system -- not just something that runs at build time -- the crate is now no_std. This commit was tested in the teensy4-fcb crate. It works as expected.
Configuration menu - View commit details
-
Copy full SHA for cc8a4be - Browse repository at this point
Copy the full SHA cc8a4beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e0718 - Browse repository at this point
Copy the full SHA f6e0718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3bbb2 - Browse repository at this point
Copy the full SHA 1a3bbb2View commit details
Commits on Nov 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c8b1c76 - Browse repository at this point
Copy the full SHA c8b1c76View commit details -
Rename FlexSPI configuration block
Simplify the name, since it's now in the flexspi module.
Configuration menu - View commit details
-
Copy full SHA for f9839cb - Browse repository at this point
Copy the full SHA f9839cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f645fe - Browse repository at this point
Copy the full SHA 9f645feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 787eee7 - Browse repository at this point
Copy the full SHA 787eee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6134f9f - Browse repository at this point
Copy the full SHA 6134f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac68ea2 - Browse repository at this point
Copy the full SHA ac68ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a75d7 - Browse repository at this point
Copy the full SHA 11a75d7View commit details -
Update crate version and CHANGELOG
See the CHANGELOG for a migration guide.
Configuration menu - View commit details
-
Copy full SHA for 831be54 - Browse repository at this point
Copy the full SHA 831be54View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 229e57e - Browse repository at this point
Copy the full SHA 229e57eView commit details
Commits on Dec 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 423438e - Browse repository at this point
Copy the full SHA 423438eView 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 v0.1.0...v0.2.0