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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75c0e1aec60e
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b61239a1fda9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 5, 2018

  1. travis: These builds no longer fail.

    The Xilinx toolchain has been fixed so these builds no longer fail. \o/
    
    Fixes #455
    mithro committed Oct 5, 2018
    Copy the full SHA
    b95221f View commit details
  2. Merge pull request #458 from mithro/disallow-failure

    travis: These builds no longer fail.
    mithro authored Oct 5, 2018
    Copy the full SHA
    b61239a View commit details
Showing with 0 additions and 8 deletions.
  1. +0 −8 .travis.yml
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -55,14 +55,6 @@ notifications:

jobs:
fail_fast: true
allow_failures:
- env: C=or1k P=mimasv2 T="base"
# FIXME: Rebuild Xilinx toolchain package
- env: C=lm32 P=neso T="base"
- env: C=lm32 P=basys3 T="base"
- env: C=lm32 P=cmod_a7 T="base"
- env: C=vexriscv.lite P=tinyfpga_bx F=stub T="base"
- env: C=picorv32 P=tinyfpga_bx F=stub T="base"

include:
#--------------------------------------------