Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.22 KB

Lattice iCE40: development platform for PlatformIO

Build Status

Lattice iCE40 are the first FPGAs fully usable by open source tools.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = lattice_ice40
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-lattice_ice40.git
board = ...
...

Configuration

Please navigate to documentation.

Credits