Skip to content

Commit

Permalink
Merge pull request #323 from mithro/master
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
mithro committed Apr 5, 2017
2 parents a16b484 + 9d75441 commit 875e556
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,21 @@ env:
- CLEAN_CHECK=1
matrix:
# - PLATFORM=arty
- PLATFORM=atlys SKIP_TARGETS="hdmi2usb\|video.*"
- CPU=lm32 PLATFORM=atlys SKIP_TARGETS="hdmi2usb\|video.*"
- CPU=or1k PLATFORM=atlys SKIP_TARGETS="hdmi2usb\|video.*"
- PLATFORM=atlys TARGET=video
- PLATFORM=atlys TARGET=hdmi2usb
- PLATFORM=minispartan6
# - PLATFORM=netv2
# - PLATFORM=nexys_video
# - PLATFORM=pipistrello
- PLATFORM=opsis SKIP_TARGETS="hdmi2usb\|video.*"
- CPU=lm32 PLATFORM=opsis SKIP_TARGETS="hdmi2usb\|video.*"
- CPU=or1k PLATFORM=opsis SKIP_TARGETS="hdmi2usb\|video.*"
- PLATFORM=opsis TARGET=video
- PLATFORM=opsis TARGET=hdmi2usb
# - PLATFORM=sim
# Test multiple CPU archs on the mimasv2
- CPU=lm32 PLATFORM=mimasv2
- CPU=or1k PLATFORM=mimasv2 SKIP_TARGETS="memtest"
- CPU=or1k PLATFORM=mimasv2 SKIP_TARGETS="memtest" # or1k and memtest don't fit on mimasv2

install:
- $PWD/.travis/setup.sh
Expand Down
4 changes: 2 additions & 2 deletions scripts/download-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ check_version ${CPU}-elf-gcc $GCC_VERSION
# openocd for programming via Cypress FX2
echo
echo "Installing openocd (jtag tool for programming and debug)"
conda install openocd
check_version openocd 0.10.0-dev
conda install openocd=$OPENOCD_VERSION
check_version openocd $OPENOCD_VERSION

echo ""
echo "Installing Python modules into environment"
Expand Down
2 changes: 1 addition & 1 deletion scripts/enter-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ check_version ${CPU}-elf-gcc $GCC_VERSION || return 1



check_version openocd 0.10.0-dev || return 1
check_version openocd $OPENOCD_VERSION || return 1

echo ""
echo "Checking Python modules in environment"
Expand Down
2 changes: 1 addition & 1 deletion scripts/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HEXFILE_VERSION=0.1
BINUTILS_VERSION=2.28
GCC_VERSION=5.4.0
SDCC_VERSION=3.5.0
OPENOCD_VERSION=0.10.0-dev
OPENOCD_VERSION=0.10.0

# lite modules
LITE_REPOS="
Expand Down

0 comments on commit 875e556

Please sign in to comment.