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: imxrt-rs/imxrt-boot-gen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
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
Choose a head ref
  • 19 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 18, 2020

  1. Add CHANGELOG

    mciantyre committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    690e936 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    e312df7 View commit details
    Browse the repository at this point in the history
  2. Implement SequenceBuilder API

    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.
    mciantyre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    3d07668 View commit details
    Browse the repository at this point in the history
  3. 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.
    mciantyre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    35dddb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    068cd1e View commit details
    Browse the repository at this point in the history
  5. 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.
    mciantyre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    1b7ab40 View commit details
    Browse the repository at this point in the history
  6. Qualify crate as no_std

    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.
    mciantyre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    cc8a4be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6e0718 View commit details
    Browse the repository at this point in the history
  8. Address clippy warnings

    mciantyre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    1a3bbb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    c8b1c76 View commit details
    Browse the repository at this point in the history
  2. Rename FlexSPI configuration block

    Simplify the name, since it's now in the flexspi module.
    mciantyre committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    f9839cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f645fe View commit details
    Browse the repository at this point in the history
  4. Update features

    Use processor family identifiers as feature flags.
    mciantyre committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    787eee7 View commit details
    Browse the repository at this point in the history
  5. Update README, licenses

    mciantyre committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    6134f9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac68ea2 View commit details
    Browse the repository at this point in the history
  7. Update package description

    mciantyre committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    11a75d7 View commit details
    Browse the repository at this point in the history
  8. Update crate version and CHANGELOG

    See the CHANGELOG for a migration guide.
    mciantyre committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    831be54 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    229e57e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    423438e View commit details
    Browse the repository at this point in the history
Loading