Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.37 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.37 KB

Lattice iCE40: development platform for PlatformIO

Build Status Build status

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

  • Home (home page in PlatformIO Platform 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