Skip to content

Commit

Permalink
Merge branch 'release/v1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 16, 2020
2 parents ce8d519 + 6372e1f commit 89ad3f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.6"

env:
- PLATFORMIO_PROJECT_DIR=examples/counter
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:

install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: SET PATH=C:\Python36\Scripts;%PATH%
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://.

test_script:
Expand Down
13 changes: 9 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
"name": "lattice_ice40",
"title": "Lattice iCE40",
"description": "The iCE40 family of ultra-low power, non-volatile FPGAs has five devices with densities ranging from 384 to 7680 Look-Up Tables (LUTs). In addition to LUT-based,low-cost programmable logic, these devices feature Embedded Block RAM (EBR), Non-volatile Configuration Memory (NVCM) and Phase Locked Loops (PLLs). These features allow the devices to be used in low-cost, high-volume consumer and system applications.",
"url": "http://www.latticesemi.com/Products/FPGAandCPLD/iCE40.aspx",
"homepage": "http://platformio.org/platforms/lattice_ice40",
"homepage": "http://www.latticesemi.com/Products/FPGAandCPLD/iCE40.aspx",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Lattice",
"iCE40",
"FPGA"
],
"engines": {
"platformio": "^3.0.0"
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-lattice_ice40.git"
},
"version": "1.2.2",
"version": "1.2.3",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 89ad3f6

Please sign in to comment.