Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
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: fupy/fupy-litex-gateware
base: d1d474147ca1
Choose a base ref
...
head repository: fupy/fupy-litex-gateware
compare: e44a6b383575
Choose a head ref
  • 12 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 1, 2017

  1. Remove litejpeg

    It is unused, and the upstream repo has been removed.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    2f10a00 View commit details
    Browse the repository at this point in the history
  2. litex: Update to latest master

    The commit that this was pointing to is gone now. Instead point to
    upstream master as Florent thinks that will work.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    ad88440 View commit details
    Browse the repository at this point in the history
  3. mimasv2: SpiFlashSigngle does not do bitbanging

    We weren't using it so that's fine. Remove the argument to fix building.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    76049ec View commit details
    Browse the repository at this point in the history
  4. mimasv2: Rename dq SPI Flash pad to mosi

    SpiFlashSingle changed the expected name of the SPI pad.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    5fa3cb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request timvideos#41 from shenki/mimasv2

    Mimasv2 build fixes
    mithro committed Feb 1, 2017
    Copy the full SHA
    19ba786 View commit details
    Browse the repository at this point in the history
  6. mkimage.py is a python script, not a bash script

    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    bbe7fdb View commit details
    Browse the repository at this point in the history
  7. mimasv2: Make serial port path configurable

    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Feb 1, 2017
    Copy the full SHA
    4d46c22 View commit details
    Browse the repository at this point in the history
  8. Adding a TODO for mithro

    mithro committed Feb 1, 2017
    Copy the full SHA
    6427a0b View commit details
    Browse the repository at this point in the history
  9. Make BAUD a variable too

    mithro committed Feb 1, 2017
    Copy the full SHA
    b0c1b53 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5b5ca69 View commit details
    Browse the repository at this point in the history
  11. Find the right python3

    Should use;
    `#!/usr/bin/env python3`
    mithro committed Feb 1, 2017
    Copy the full SHA
    38b0ba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Merge pull request timvideos#42 from shenki/mimasv2-fixes

    Mimasv2 fixes
    mithro committed Feb 2, 2017
    Copy the full SHA
    e44a6b3 View commit details
    Browse the repository at this point in the history