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: timvideos/HDMI2USB-litex-firmware
base: 9e39323f062f
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
compare: 70cb993afc4f
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 9, 2016

  1. travis: Echo the version info again.

    The actual version info moved into the version_data.c file in
    #271
    mithro committed Aug 9, 2016
    Copy the full SHA
    86a7bd6 View commit details
    Browse the repository at this point in the history
  2. third_party: Move to liteeth/liteusb modules with gitignore files.

    Fixes #206.
    
    This should fix the problem with liteeth/liteusb being listed as "dirty" in the
    version output;
    ----------------------------------------------
    const char* git_commit = "ab676e4445e211fde201c335b875e0facd838f87";
    const char* git_branch = "master";
    const char* git_describe = "v0.0.2-69-gab676e4-dirty";
    const char* git_status =
        "    --\n"
        "     M ../../third_party/liteeth\n"
        "     M ../../third_party/liteusb\n"
        "    --\n";
    ----------------------------------------------
    mithro committed Aug 9, 2016
    Copy the full SHA
    c19cd32 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    93048be View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    932064d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #291 from mithro/travis-version-output-fix

    Fix couple of version related bugs
    mithro committed Aug 9, 2016
    Copy the full SHA
    70cb993 View commit details
    Browse the repository at this point in the history