Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup and add a Makefile #161

Merged
merged 13 commits into from
Mar 13, 2020
Merged

Cleanup and add a Makefile #161

merged 13 commits into from
Mar 13, 2020

Commits on Mar 10, 2020

  1. .gitignore: Improve the gitignore file

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    34103a5 View commit details
    Browse the repository at this point in the history
  2. boards: Move board layout files into subdir

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b3e3a9a View commit details
    Browse the repository at this point in the history
  3. hifive1: Rename the layout file

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b3f213d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Makefile: Initial commit of a Makefile

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9f0b5ee View commit details
    Browse the repository at this point in the history
  2. .travis.yml: Trigger Travis on all branches

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3badb19 View commit details
    Browse the repository at this point in the history
  3. Makefile: Split out a setup target

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c6fef95 View commit details
    Browse the repository at this point in the history
  4. rustfmt.toml: Remove obsolete lines

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1ff91e7 View commit details
    Browse the repository at this point in the history
  5. Makefile: Support features

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    55e3d6b View commit details
    Browse the repository at this point in the history
  6. Makefile: Add flash.sh support

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cb3d5b8 View commit details
    Browse the repository at this point in the history
  7. Makefile: Allow the debug build

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    bb437f6 View commit details
    Browse the repository at this point in the history
  8. README: Update the README to explain how to get started

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0c1cb58 View commit details
    Browse the repository at this point in the history
  9. docs: Remove outdated README

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6695e0d View commit details
    Browse the repository at this point in the history
  10. CONTRIBUTING: Update to use the new Make steps

    Signed-off-by: Alistair Francis <[email protected]>
    alistair23 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cc49bf0 View commit details
    Browse the repository at this point in the history